Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101957 Details for
Bug 155177
media-sound/ncmpc-0.11.1: patch to fix UTF8 issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ncmpc-0.11.1.ebuild
ncmpc-0.11.1-r1.ebuild (text/plain), 1.07 KB, created by
Sebastian
on 2006-11-14 16:13:47 UTC
(
hide
)
Description:
ncmpc-0.11.1.ebuild
Filename:
MIME Type:
Creator:
Sebastian
Created:
2006-11-14 16:13:47 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" >HOMEPAGE="http://www.musicpd.org/?page=ncmpc" >SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz mirror://sourceforge/musicpd/${P}.tar.gz" >LICENSE="GPL-2" >IUSE="clock-screen mouse search-screen key-screen raw-mode nls debug" > >SLOT="0" >KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd" > >RDEPEND="sys-libs/ncurses > dev-libs/popt > >=dev-libs/glib-2.4" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >pkg_setup() { > use search-screen && einfo "Please note that the search-screen is experimental" >} > >src_compile() { > epatch ${FILESDIR}/ncmpc-utf.patch > econf $(use_enable clock-screen) \ > $(use_enable debug) \ > $(use_enable mouse) \ > $(use_enable key-screen) \ > $(use_enable search-screen) \ > $(use_with nls) \ > $(use_with raw-mode) > > emake || die "make failed" >} > >src_install() { > make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \ > || die "install failed" > > prepalldocs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 155177
:
101956
| 101957 |
104831