From 32d7d2a66182f4ca91a22b7bf2cd232a3da03c13 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 1 Sep 2006 16:46:28 +0000 Subject: Fix bug #59202 --- eclass/gst-plugins-base.eclass | 5 +++-- eclass/gst-plugins-good.eclass | 5 +++-- eclass/gst-plugins-ugly.eclass | 5 +++-- eclass/gst-plugins.eclass | 3 ++- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'eclass') 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 @@ -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 , zaheerm @@ -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 @@ -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 @@ -58,6 +58,7 @@ if [ "${P}" != "${MY_P}" ]; then RDEPEND="=media-libs/${MY_P}*" DEPEND="${RDEPEND} + dev-util/pkgconfig >=sys-apps/sed-4" fi -- cgit v1.2.3-65-gdbad