diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-12-04 13:04:53 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-12-04 13:04:53 +0000 |
commit | 18f97f9987afbc7c8abfc6585a5cfbee16b633a8 (patch) | |
tree | 86b8927b3d33aa61d0e945f3dde0a967a2c6a5a9 /eclass/gst-plugins-ugly.eclass | |
parent | bump to -r18. (diff) | |
download | gentoo-2-18f97f9987afbc7c8abfc6585a5cfbee16b633a8.tar.gz gentoo-2-18f97f9987afbc7c8abfc6585a5cfbee16b633a8.tar.bz2 gentoo-2-18f97f9987afbc7c8abfc6585a5cfbee16b633a8.zip |
copy and paste error (should be ugly not good)
Diffstat (limited to 'eclass/gst-plugins-ugly.eclass')
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index ba93cf5e7377..0f16151cffc3 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.1 2005/12/04 12:01:10 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.2 2005/12/04 13:04:53 zaheerm Exp $ # Author : foser <foser@gentoo.org> @@ -29,7 +29,7 @@ MY_P=${MY_PN}-${PV} my_gst_plugins_ugly="amrnb a52dec lame mad mpeg2dec sidplay" #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" -SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" +SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/${MY_P}.tar.bz2" S=${WORKDIR}/${MY_P} @@ -52,7 +52,7 @@ gst-plugins-ugly_src_configure() { for plugin in ${GST_PLUGINS_BUILD}; do my_gst_plugins_ugly=${my_gst_plugins_ugly/${plugin}/} done - for plugin in ${my_gst_plugins_good}; do + for plugin in ${my_gst_plugins_ugly}; do gst_conf="${gst_conf} --disable-${plugin} " done for plugin in ${GST_PLUGINS_BUILD}; do |