Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194087 - media-sound/ncmpc-0.11.1.6932: Add SVN snapshot with UTF8 fixes
Summary: media-sound/ncmpc-0.11.1.6932: Add SVN snapshot with UTF8 fixes
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://svn.musicpd.org/ncmpc/trunk/C...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 13:11 UTC by Sebastian
Modified: 2007-10-03 19:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ncmpc-0.11.1.6932.tar.gz (ncmpc-0.11.1.6932.tar.gz,233.85 KB, application/octet-stream)
2007-09-28 13:12 UTC, Sebastian
Details
ncmpc-0.11.1.6932.ebuild (ncmpc-0.11.1.6932.ebuild,1.25 KB, text/plain)
2007-09-28 13:13 UTC, Sebastian
Details
ncmpc-0.11.1.6932.tar.gz (ncmpc-0.11.1.6932.tar.gz,120.72 KB, application/octet-stream)
2007-09-28 14:03 UTC, Sebastian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian 2007-09-28 13:11:00 UTC
Hello all,

Gentoo has ncmpc-0.11.1-r2 in ~ which includes a patch to solve UTF8 issues.
I propose that Gentoo uses the "latest" SVN snapshot (already over a year old) instead.

Here's the short log since 0.11.1 (see Changelog - URL above - for everything):

- added Danish translation
- fixed TAB completion support when built with libcursesw
- unicode fixes
- Galician translation
- Fix ipv6 support
- use libcursesw by default
- use wget_wch (wide characters) when built with libcursesw

Wrt ebuild I changed the following:

- removed eutils from inherit as autotools autoinherits it and we don't need them anymore (because we don't use epatch)
- added artist-screen to USE
- removed dep on popt as ncmpc doesn't use it anymore
- added warning regarding artist-screen as configure flags it as experimental
- changed elog to ewarn in search-screen message
- removed ncurses unicode check as the utf8 guides tell the users to reemerge everything linking to libncurses anyway when changing ncurses to unicode awareness
- removed Gentoo's widechars patch as ncmpc
- added execution of autogen.sh because the source is a snapshot lacking configure script
- changed use_with raw-mode/nls to use_enable because configure changed

If you want to give it a try please check it out. I have unicode in USE and this ncmpc snapshot links to libncursesw.so.5 but I don't use a unicode locale (yet). Also if you have built ncurses without unicode in USE it would be nice to check if ncmpc links to libncurses.so.5 without errors.

Regards
Sebastian

Reproducible: Always
Comment 1 Sebastian 2007-09-28 13:12:33 UTC
Created attachment 132074 [details]
ncmpc-0.11.1.6932.tar.gz

Snapshot
Comment 2 Sebastian 2007-09-28 13:13:06 UTC
Created attachment 132075 [details]
ncmpc-0.11.1.6932.ebuild

Ebuild
Comment 3 Sebastian 2007-09-28 13:15:32 UTC
Maybe we would need to change the src uri because this is a snapshot?
Comment 4 Sebastian 2007-09-28 14:03:17 UTC
Created attachment 132081 [details]
ncmpc-0.11.1.6932.tar.gz

Removed missed .svn directories
Comment 5 Andrej Kacian (RETIRED) gentoo-dev 2007-10-02 22:48:03 UTC
I'm not really interested in maintaining a svn snapshot of this, sorry. Feel free to handle it yourself, though.
Comment 6 Sebastian 2007-10-03 03:59:02 UTC
It was just an idea. Often you guys like it when patches already made it upstream.
Anyway, no problem.

Regards
Sebastian