diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-13 16:51:36 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-13 16:51:36 +0000 |
commit | b2e1e5771a4ae1005641c56af1c988004d31f218 (patch) | |
tree | 6fe825f57dd13e8a0d22ece087c77dd03cb86dc2 /media-sound | |
parent | initial ebuild; moved from vdr-testing overlay; Thanks to T.Kost (diff) | |
download | gentoo-2-b2e1e5771a4ae1005641c56af1c988004d31f218.tar.gz gentoo-2-b2e1e5771a4ae1005641c56af1c988004d31f218.tar.bz2 gentoo-2-b2e1e5771a4ae1005641c56af1c988004d31f218.zip |
depend on dev-util/pkgconfig wrt #205653
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnomoradio/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/gnomoradio/gnomoradio-0.15.1.ebuild | 22 |
2 files changed, 15 insertions, 14 deletions
diff --git a/media-sound/gnomoradio/ChangeLog b/media-sound/gnomoradio/ChangeLog index ae71695afd2d..c03a700a0641 100644 --- a/media-sound/gnomoradio/ChangeLog +++ b/media-sound/gnomoradio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gnomoradio -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.17 2007/02/13 10:56:06 leio Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.18 2008/01/13 16:51:36 drac Exp $ + + 13 Jan 2008; Samuli Suominen <drac@gentoo.org> gnomoradio-0.15.1.ebuild: + depend on dev-util/pkgconfig wrt #205653 13 Feb 2007; Mart Raudsepp <leio@gentoo.org> -gnomoradio-0.13.ebuild: Punt old version diff --git a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild index 2511a39a66a3..5e0429ff34f9 100644 --- a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild +++ b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild @@ -1,29 +1,27 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.7 2007/02/12 17:21:03 opfer Exp $ - -IUSE="vorbis" +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.8 2008/01/13 16:51:36 drac Exp $ DESCRIPTION="Finds, fetches, shares, and plays freely licensed music." -HOMEPAGE="http://gnomoradio.org/" -SRC_URI="http://savannah.nongnu.org/download/gnomoradio/${P}.tar.bz2" +HOMEPAGE="http://gnomoradio.org" +SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS="~amd64 ~ppc ~x86" -# not linking for me on amd64 - eradicator -# ~ppc - needs gconfmm keyworded KEYWORDS="amd64 ~ppc ~sparc x86" +IUSE="vorbis" -DEPEND=">=dev-cpp/gtkmm-2.4 +RDEPEND=">=dev-cpp/gtkmm-2.4 >=dev-cpp/glibmm-2.4 >=dev-cpp/gconfmm-2.6 >=dev-cpp/libxmlpp-2.6 - >=dev-libs/libsigc++-2.0 + >=dev-libs/libsigc++-2 media-libs/libao vorbis? ( media-libs/libvorbis )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README TODO } |