diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-01-01 01:14:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-01-01 01:14:59 +0000 |
commit | 466763dc3793d410c92ff9b27665c6eae52f1af0 (patch) | |
tree | 0fadd4d247e0522d84770dafaff0e8da261034f9 /eclass/gst-plugins-good.eclass | |
parent | New upstream version. (diff) | |
download | historical-466763dc3793d410c92ff9b27665c6eae52f1af0.tar.gz historical-466763dc3793d410c92ff9b27665c6eae52f1af0.tar.bz2 historical-466763dc3793d410c92ff9b27665c6eae52f1af0.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index 4eaa984146d8..efc7b716cfb7 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.2 2005/12/05 17:07:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.3 2006/01/01 01:14:59 swegener Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -9,9 +9,9 @@ # eclass to make external gst-plugins emergable on a per-plugin basis # to solve the problem with gst-plugins generating far too much unneeded deps # -# 3rd party applications using gstreamer now should depend on a set of plugins as -# defined in the source, obtain recommended plugins to use from -# Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer +# 3rd party applications using gstreamer now should depend on a set of plugins as +# defined in the source, obtain recommended plugins to use from +# Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer # or the gstreamer team. inherit eutils gst-plugins10 @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} ### gst-plugins-good_src_configure() { - + # disable any external plugin besides the plugin we want local plugin gst_conf @@ -83,7 +83,7 @@ gst-plugins-good_src_unpack() { makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile" elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile" - fi + fi sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \ -i ${S}/configure |