summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-02 10:31:09 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-02 10:31:09 +0000
commit81c46ce472ce0c0e4395d69eb19b7983d2fe62cf (patch)
tree1086a81e5d2417178ba0c11838e19d348683cdad /media-libs
parentShould fix Mr.Bones/Carpaski's concerns about how perl vars are generated dur... (diff)
downloadgentoo-2-81c46ce472ce0c0e4395d69eb19b7983d2fe62cf.tar.gz
gentoo-2-81c46ce472ce0c0e4395d69eb19b7983d2fe62cf.tar.bz2
gentoo-2-81c46ce472ce0c0e4395d69eb19b7983d2fe62cf.zip
Added pkgconfig dep... might fix bug #45980.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/liblrdf/ChangeLog6
-rw-r--r--media-libs/liblrdf/liblrdf-0.3.1.ebuild5
-rw-r--r--media-libs/liblrdf/liblrdf-0.3.4.ebuild5
-rw-r--r--media-libs/liblrdf/liblrdf-0.3.5.ebuild5
4 files changed, 14 insertions, 7 deletions
diff --git a/media-libs/liblrdf/ChangeLog b/media-libs/liblrdf/ChangeLog
index 6ee2aa8e2053..91ca07efe3f1 100644
--- a/media-libs/liblrdf/ChangeLog
+++ b/media-libs/liblrdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/liblrdf
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.9 2004/03/26 19:47:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.10 2004/04/02 10:31:09 eradicator Exp $
+
+ 02 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> liblrdf-0.3.1.ebuild,
+ liblrdf-0.3.4.ebuild, liblrdf-0.3.5.ebuild:
+ Added pkgconfig dep... might fix bug #45980.
26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> liblrdf-0.3.1.ebuild,
liblrdf-0.3.4.ebuild, liblrdf-0.3.5.ebuild:
diff --git a/media-libs/liblrdf/liblrdf-0.3.1.ebuild b/media-libs/liblrdf/liblrdf-0.3.1.ebuild
index aaf3a85f5cc7..9e93b1155918 100644
--- a/media-libs/liblrdf/liblrdf-0.3.1.ebuild
+++ b/media-libs/liblrdf/liblrdf-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.1.ebuild,v 1.4 2004/03/26 19:47:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.1.ebuild,v 1.5 2004/04/02 10:31:09 eradicator Exp $
DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins"
HOMEPAGE="http://plugin.org.uk"
@@ -9,5 +9,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc"
IUSE=""
-DEPEND=">=media-libs/raptor-0.9.8
+DEPEND="dev-util/pkgconfig
+ >=media-libs/raptor-0.9.8
>=media-libs/ladspa-sdk-1.12"
diff --git a/media-libs/liblrdf/liblrdf-0.3.4.ebuild b/media-libs/liblrdf/liblrdf-0.3.4.ebuild
index 4d3559e74faa..645464f5c72f 100644
--- a/media-libs/liblrdf/liblrdf-0.3.4.ebuild
+++ b/media-libs/liblrdf/liblrdf-0.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.4.ebuild,v 1.2 2004/03/26 19:47:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.4.ebuild,v 1.3 2004/04/02 10:31:09 eradicator Exp $
DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins"
HOMEPAGE="http://plugin.org.uk"
@@ -9,5 +9,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc"
IUSE=""
-DEPEND=">=media-libs/raptor-0.9.12
+DEPEND="dev-util/pkgconfig
+ >=media-libs/raptor-0.9.12
>=media-libs/ladspa-sdk-1.12"
diff --git a/media-libs/liblrdf/liblrdf-0.3.5.ebuild b/media-libs/liblrdf/liblrdf-0.3.5.ebuild
index cb879dae863e..88cc7c122983 100644
--- a/media-libs/liblrdf/liblrdf-0.3.5.ebuild
+++ b/media-libs/liblrdf/liblrdf-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.5.ebuild,v 1.3 2004/03/26 19:47:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.3.5.ebuild,v 1.4 2004/04/02 10:31:09 eradicator Exp $
DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins"
HOMEPAGE="http://plugin.org.uk"
@@ -9,5 +9,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc ~ppc"
IUSE=""
-DEPEND=">=media-libs/raptor-0.9.12
+DEPEND="dev-util/pkgconfig
+ >=media-libs/raptor-0.9.12
>=media-libs/ladspa-sdk-1.12"