diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-02-27 11:14:53 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-02-27 11:14:53 +0000 |
commit | 4f4903a8a577568ac011b9536d3533afda03c049 (patch) | |
tree | 6fa6643e5185bd24911d1f4d2b61976165516b7c /eclass | |
parent | update plugins in gst-plugins-good (diff) | |
download | gentoo-2-4f4903a8a577568ac011b9536d3533afda03c049.tar.gz gentoo-2-4f4903a8a577568ac011b9536d3533afda03c049.tar.bz2 gentoo-2-4f4903a8a577568ac011b9536d3533afda03c049.zip |
update plugins in gst-plugins-ugly
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index 4bc71a701c66..aef76f91bef1 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.5 2006/02/06 17:45:18 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.6 2006/02/27 11:14:53 zaheerm Exp $ # Author : foser <foser@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_ugly="amrnb a52dec lame mad mpeg2dec sidplay" +my_gst_plugins_ugly="amrnb a52dec dvdread 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-ugly/${MY_P}.tar.bz2" |