Updated external plugin names to gst-plugins-bad-0.10.4 and gst-plugins-good-0.10.5
authorJim Ramsay <lack@gentoo.org>
Thu, 25 Jan 2007 16:47:56 +0000 (16:47 +0000)
committerJim Ramsay <lack@gentoo.org>
Thu, 25 Jan 2007 16:47:56 +0000 (16:47 +0000)
eclass/gst-plugins-bad.eclass
eclass/gst-plugins-good.eclass

index e0965c5eb8e05824d8d763ae3684f14b843c0bba..ea8ba76b5fd7602cdf4be11427789ef1963af273 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.7 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.8 2007/01/25 16:47:56 lack Exp $
 
 #
 # Original Author: Saleem Abdulrasool <compnerd@gentoo.org>
@@ -9,7 +9,14 @@
 # plugin rather than in a single package.
 #
 
-my_gst_plugins_bad="amrwb bz2 directfb dts divx faac faad gsm gst_v4l2 ivorbis libmms musepack musicbrainz neon opengl sdl sdltest soundtouch swfdec theoradec wavpack xvid"
+# This list is current to gst-plugins-good-0.10.4 except for:
+#   gst_v4l2 - moved to gst-plugins-good-0.10.5 (not in >=gst-plugins-bad-0.10.4)
+#              But it must stay in this list until all <gst-plugins-bad-0.10.4
+#              are removed
+my_gst_plugins_bad="alsa amrwb bz2 cdaudio directfb dts divx dvb faac faad gsm
+gst_v4l2 ivorbis jack ladspa libmms mpeg2enc musepack musicbrainz neon opengl
+sdl sdltest soundtouch spc swfdec theoradec wavpack xvid x"
+
 #qtdemux spped tta
 
 inherit eutils gst-plugins10
index 67e770c5782c2efb8ef39c52801c21cbdd2cc201..fddf931325512f49645d768c6632b01a8c640a76 100644 (file)
@@ -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.11 2006/09/14 21:16:37 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.12 2007/01/25 16:47:56 lack Exp $
 
 # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org>
 
@@ -26,7 +26,11 @@ 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 gdk_pixbuf"
+
+# This list is current to gst-plugins-good-0.10.5
+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 gst_v4l2 sunaudio xshm xvideo zlib"
 
 #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"