Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214887 Details for
Bug 299283
media-sound/ncmpcpp-0.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
As above but with small fix in DEPEND
ncmpcpp-0.4.1-to-0.5.ebuild.diff (text/plain), 1.42 KB, created by
Jacek Sowiński
on 2010-01-01 23:14:33 UTC
(
hide
)
Description:
As above but with small fix in DEPEND
Filename:
MIME Type:
Creator:
Jacek Sowiński
Created:
2010-01-01 23:14:33 UTC
Size:
1.42 KB
patch
obsolete
>--- ncmpcpp-0.4.1.ebuild 2010-01-01 23:15:22.045790911 +0100 >+++ ncmpcpp-0.5.ebuild 2010-01-01 23:59:26.122937176 +0100 >@@ -1,21 +1,23 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.4.1.ebuild,v 1.1 2009/10/07 10:18:31 yngwin Exp $ >+# $Header: $ > > EAPI="2" >-inherit eutils >+inherit bash-completion eutils > > DESCRIPTION="An ncurses mpd client, ncmpc clone with some new features, written in C++" > HOMEPAGE="http://unkart.ovh.org/ncmpcpp" > SRC_URI="http://unkart.ovh.org/${PN}/${P}.tar.bz2" > LICENSE="GPL-2" >-IUSE="clock curl fftw iconv outputs taglib +threads unicode visualizer" >+IUSE="bash-completion clock curl fftw iconv outputs taglib +threads unicode visualizer" > SLOT="0" > KEYWORDS="~amd64 ~hppa ~x86" > > DEPEND="sys-libs/ncurses[unicode?] >+ >=media-libs/libmpdclient-2.0 > curl? ( net-misc/curl ) >- fftw? ( sci-libs/fftw ) >+ fftw? ( media-sound/ncmpcpp[visualizer] >+ sci-libs/fftw:3.0 ) > iconv? ( virtual/libiconv ) > taglib? ( media-libs/taglib )" > RDEPEND="$DEPEND" >@@ -35,9 +37,11 @@ > src_install() { > emake install DESTDIR="${D}" docdir="/usr/share/doc/${PF}" \ > || die "install failed" >+ dobashcompletion doc/${PN}-completion.bash ${PN} > } > > pkg_postinst() { >+ bash-completion_pkg_postinst > echo > elog "Example configuration files have been installed at" > elog "${ROOT}usr/share/doc/${PF}"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 299283
:
214883
|
214887
|
214915