diff options
author | 2006-02-27 12:54:10 +0000 | |
---|---|---|
committer | 2006-02-27 12:54:10 +0000 | |
commit | 7a41a29c998af399e772f5a308f08b95936fadf6 (patch) | |
tree | 35c6b4f74303166fd8efce50afb8c82edb2753e1 /eclass/gst-plugins-good.eclass | |
parent | Add missing eautoreconf call since the latest patchset modifies autotools stu... (diff) | |
download | gentoo-2-7a41a29c998af399e772f5a308f08b95936fadf6.tar.gz gentoo-2-7a41a29c998af399e772f5a308f08b95936fadf6.tar.bz2 gentoo-2-7a41a29c998af399e772f5a308f08b95936fadf6.zip |
fix stupidity
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index 719945f302c7..1365e0fe7437 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.5 2006/02/27 11:11:22 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.6 2006/02/27 12:54:10 zaheerm Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -26,9 +26,7 @@ MY_P=${MY_PN}-${PV} # All relevant configure options for gst-plugins # need a better way to extract these # gst-plugins-base 0.9 -my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd \ - esdtest flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test \ - speex" +my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd esdtest flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test speex" #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" |