Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132075 Details for
Bug 194087
media-sound/ncmpc-0.11.1.6932: Add SVN snapshot with UTF8 fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ncmpc-0.11.1.6932.ebuild
ncmpc-0.11.1.6932.ebuild (text/plain), 1.25 KB, created by
Sebastian
on 2007-09-28 13:13:06 UTC
(
hide
)
Description:
ncmpc-0.11.1.6932.ebuild
Filename:
MIME Type:
Creator:
Sebastian
Created:
2007-09-28 13:13:06 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools > >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="artist-screen clock-screen mouse search-screen key-screen raw-mode nls debug" > >SLOT="0" >KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > >RDEPEND="sys-libs/ncurses > >=dev-libs/glib-2.4" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >pkg_setup() { > use artist-screen && ewarn "Please note that the artist-screen is experimental" > use search-screen && ewarn "Please note that the search-screen is experimental" >} > >src_unpack() { > unpack "${A}" > cd "${S}" > sed -i '$d' autogen.sh || die "sed failed" > ./autogen.sh || die "autogen.sh failed" >} > >src_compile() { > econf $(use_enable clock-screen) \ > $(use_enable debug) \ > $(use_enable mouse) \ > $(use_enable key-screen) \ > $(use_enable search-screen) \ > $(use_enable nls) \ > $(use_enable 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 194087
:
132074
| 132075 |
132081