diff options
-rw-r--r-- | eclass/gst-plugins-base.eclass | 5 | ||||
-rw-r--r-- | eclass/gst-plugins-good.eclass | 5 | ||||
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 5 | ||||
-rw-r--r-- | eclass/gst-plugins.eclass | 3 |
4 files changed, 11 insertions, 7 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index dbbf1a6c6602..fcd5475e0d4e 100644 --- a/eclass/gst-plugins-base.eclass +++ b/eclass/gst-plugins-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.3 2006/02/06 17:45:18 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.4 2006/09/01 16:46:28 zaheerm Exp $ # Author : foser <foser@gentoo.org> @@ -39,7 +39,8 @@ S=${WORKDIR}/${MY_P} if [ "${PN}" != "${MY_PN}" ]; then RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} - >=sys-apps/sed-4" + >=sys-apps/sed-4 + dev-util/pkgconfig" fi ### diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index f16a4a6524ad..a78690c6c94a 100644 --- a/eclass/gst-plugins-good.eclass +++ b/eclass/gst-plugins-good.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.9 2006/05/05 08:25:24 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.10 2006/09/01 16:46:28 zaheerm Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -37,7 +37,8 @@ S=${WORKDIR}/${MY_P} if [ "${PN}" != "${MY_PN}" ]; then RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} - >=sys-apps/sed-4" + >=sys-apps/sed-4 + dev-util/pkgconfig" fi ### diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index aef76f91bef1..3ceda1bcd5f2 100644 --- a/eclass/gst-plugins-ugly.eclass +++ b/eclass/gst-plugins-ugly.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.6 2006/02/27 11:14:53 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.7 2006/09/01 16:46:28 zaheerm Exp $ # Author : foser <foser@gentoo.org> @@ -38,7 +38,8 @@ S=${WORKDIR}/${MY_P} if [ "${PN}" != "${MY_PN}" ]; then RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} - >=sys-apps/sed-4" + >=sys-apps/sed-4 + dev-util/pkgconfig" fi ### diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index fff6cb049d78..31a5e28086b6 100644 --- a/eclass/gst-plugins.eclass +++ b/eclass/gst-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.32 2006/02/06 17:45:18 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.33 2006/09/01 16:46:28 zaheerm Exp $ # Author : foser <foser@gentoo.org> @@ -58,6 +58,7 @@ if [ "${P}" != "${MY_P}" ]; then RDEPEND="=media-libs/${MY_P}*" DEPEND="${RDEPEND} + dev-util/pkgconfig >=sys-apps/sed-4" fi |