summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-01-17 16:25:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-01-17 16:25:00 +0000
commitf4bccf8af0c73efe7c461db14af56ce380f52c2e (patch)
treed4c487a8e2983ef34be121577e8bde0d2d2b057d /media-plugins/gmpc-osd
parentStop pre-stripping main binary. Respect CC and LDFLAGS. Keyword ~amd64. Chang... (diff)
downloadhistorical-f4bccf8af0c73efe7c461db14af56ce380f52c2e.tar.gz
historical-f4bccf8af0c73efe7c461db14af56ce380f52c2e.tar.bz2
historical-f4bccf8af0c73efe7c461db14af56ce380f52c2e.zip
Add missing pkg-config dependency. Thanks Patrick in bug #205747.
Package-Manager: portage-2.1.4
Diffstat (limited to 'media-plugins/gmpc-osd')
-rw-r--r--media-plugins/gmpc-osd/ChangeLog7
-rw-r--r--media-plugins/gmpc-osd/gmpc-osd-0.15.0.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-plugins/gmpc-osd/ChangeLog b/media-plugins/gmpc-osd/ChangeLog
index df042dd028df..653cac9cc484 100644
--- a/media-plugins/gmpc-osd/ChangeLog
+++ b/media-plugins/gmpc-osd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gmpc-osd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/ChangeLog,v 1.6 2007/08/07 15:58:40 gustavoz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/ChangeLog,v 1.7 2008/01/17 16:21:44 flameeyes Exp $
+
+ 17 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> gmpc-osd-0.15.0.ebuild:
+ Add missing pkg-config dependency. Thanks Patrick in bug #205747.
07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org>
gmpc-osd-0.15.0.ebuild:
diff --git a/media-plugins/gmpc-osd/gmpc-osd-0.15.0.ebuild b/media-plugins/gmpc-osd/gmpc-osd-0.15.0.ebuild
index 058fff4163ca..8ebc8dc75484 100644
--- a/media-plugins/gmpc-osd/gmpc-osd-0.15.0.ebuild
+++ b/media-plugins/gmpc-osd/gmpc-osd-0.15.0.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/gmpc-osd/gmpc-osd-0.15.0.ebuild,v 1.5 2007/08/07 15:58:40 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/gmpc-osd-0.15.0.ebuild,v 1.6 2008/01/17 16:21:44 flameeyes Exp $
DESCRIPTION="This plugin provides an on-screen-display by xosd."
HOMEPAGE="http://sarine.nl/xosd-on-screen-display"
@@ -11,9 +11,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc sparc ~x86"
IUSE=""
-DEPEND=">=media-sound/gmpc-${PV}
+RDEPEND=">=media-sound/gmpc-${PV}
dev-libs/libxml2
x11-libs/xosd"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_compile ()
{