diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-05-05 08:25:24 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-05-05 08:25:24 +0000 |
commit | d60dc6cfcc2addcefbec3a4e0295276bc34554ee (patch) | |
tree | e3527c2d797e0569716294f1d623400506859cbb /eclass/gst-plugins-good.eclass | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-d60dc6cfcc2addcefbec3a4e0295276bc34554ee.tar.gz gentoo-2-d60dc6cfcc2addcefbec3a4e0295276bc34554ee.tar.bz2 gentoo-2-d60dc6cfcc2addcefbec3a4e0295276bc34554ee.zip |
even more new plugins in 0.10.3 release
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index 3eb8dbdd7cca..f16a4a6524ad 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.8 2006/05/04 16:30:35 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.9 2006/05/05 08:25:24 zaheerm Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -26,7 +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 annodex hal x taglib" +my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd esdtest flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test speex annodex hal x taglib gdk_pixbuf" #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" |