diff options
-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" |