diff options
author | Christian Birchinger <joker@gentoo.org> | 2008-01-14 11:00:19 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2008-01-14 11:00:19 +0000 |
commit | e86fb237295e1f595a22b076481cfc3bf073226c (patch) | |
tree | 85aa5a4e35114324e2c9341f2f22941a560c940d /media-plugins/audacious-xosd | |
parent | Added dev-util/pkgconfig do DEPEND. Bug #205748 (diff) | |
download | gentoo-2-e86fb237295e1f595a22b076481cfc3bf073226c.tar.gz gentoo-2-e86fb237295e1f595a22b076481cfc3bf073226c.tar.bz2 gentoo-2-e86fb237295e1f595a22b076481cfc3bf073226c.zip |
Added dev-util/pkgconfig do DEPEND. Bug #205748
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-plugins/audacious-xosd')
-rw-r--r-- | media-plugins/audacious-xosd/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild | 7 | ||||
-rw-r--r-- | media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/media-plugins/audacious-xosd/ChangeLog b/media-plugins/audacious-xosd/ChangeLog index 8a352e577a28..e538acef47fc 100644 --- a/media-plugins/audacious-xosd/ChangeLog +++ b/media-plugins/audacious-xosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-xosd -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/ChangeLog,v 1.9 2007/11/10 16:45:58 joker Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/ChangeLog,v 1.10 2008/01/14 11:00:19 joker Exp $ + + 14 Jan 2008; Christian Birchinger <joker@gentoo.org> + audacious-xosd-0.5.ebuild, audacious-xosd-0.9.ebuild: + Added dev-util/pkgconfig do DEPEND. Bug #205748 *audacious-xosd-0.9 (10 Nov 2007) diff --git a/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild b/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild index 7b3b2b35bdd6..e0a13608c168 100644 --- a/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild +++ b/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild @@ -1,6 +1,6 @@ -# 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-plugins/audacious-xosd/audacious-xosd-0.5.ebuild,v 1.5 2007/11/10 16:45:58 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild,v 1.6 2008/01/14 11:00:19 joker Exp $ DESCRIPTION="Audacious plugin for overlaying text/glyphs in X-On-Screen-Display" HOMEPAGE="http://www.netswarm.net/" @@ -12,7 +12,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" IUSE="" DEPEND=">=x11-libs/xosd-2.2.14 - <media-sound/audacious-1.4" + <media-sound/audacious-1.4 + dev-util/pkgconfig" src_compile() { emake PREFIX=/usr || die "emake failed" diff --git a/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild b/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild index f87c800feb2f..be9bd75bfc4f 100644 --- a/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild +++ b/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild @@ -1,6 +1,6 @@ -# 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-plugins/audacious-xosd/audacious-xosd-0.9.ebuild,v 1.1 2007/11/10 16:45:58 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild,v 1.2 2008/01/14 11:00:19 joker Exp $ DESCRIPTION="Audacious plugin for overlaying text/glyphs in X-On-Screen-Display" HOMEPAGE="http://www.netswarm.net/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="x11-libs/xosd - >=media-sound/audacious-1.4" + >=media-sound/audacious-1.4 + dev-util/pkgconfig" src_compile() { emake PREFIX=/usr || die "emake failed" |