diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-04-03 05:49:50 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-04-03 05:49:50 +0000 |
commit | 1d792b46ac5d5662c729e456ff9389af1c71a7de (patch) | |
tree | 064e960790eef8449128235b8bb59aa4c2396752 /eclass | |
parent | Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release a... (diff) | |
download | gentoo-2-1d792b46ac5d5662c729e456ff9389af1c71a7de.tar.gz gentoo-2-1d792b46ac5d5662c729e456ff9389af1c71a7de.tar.bz2 gentoo-2-1d792b46ac5d5662c729e456ff9389af1c71a7de.zip |
Fully validate and clean up plugin list for current versions. Reorder them per configure --help output, in order of global/sys/ext switches. Add directsound, osx_audio and osx_video to avoid useless header/linking configure checks for all -good plugins and save some configure time. Remove ladspa and cdio from the list, they have not been part of -good since 0.10.8 and 0.10.10 respectively, so safe to remove and avoid the unrecognized configure option QA warnings.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index e8183e7f85bd..e814860c7e71 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.18 2009/05/16 22:08:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.19 2010/04/03 05:49:50 leio Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -25,12 +25,16 @@ MY_PN=gst-plugins-good MY_P=${MY_PN}-${PV} # All relevant configure options for gst-plugins # need a better way to extract these -# gst-plugins-base 0.9 -# This list is current to gst-plugins-good-0.10.6 -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 wavpack soup pulse bz2" +# First line for non-plugin build related configure options; second line for +# sys/ plugins; rest is split plugin options in order of ./configure --help output. +# Good ways of validation are seeing diff of old and new configure.ac, and ./configure --help +# +# This list is current to gst-plugins-good-0.10.21: +my_gst_plugins_good="gconftool zlib bz2 +directsound oss sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo +aalib aalibtest annodex cairo esd esdtest flac gconf gdk_pixbuf hal jpeg +libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wavpack" #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" |