Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-good.eclass
Date: Sat, 03 Apr 2010 05:49:53
Message-Id: E1NxwEw-0000TG-Se@stork.gentoo.org
1 leio 10/04/03 05:49:50
2
3 Modified: gst-plugins-good.eclass
4 Log:
5 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.
6
7 Revision Changes Path
8 1.19 eclass/gst-plugins-good.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?r1=1.18&r2=1.19
13
14 Index: gst-plugins-good.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- gst-plugins-good.eclass 16 May 2009 22:08:09 -0000 1.18
21 +++ gst-plugins-good.eclass 3 Apr 2010 05:49:50 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.18 2009/05/16 22:08:09 tester Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.19 2010/04/03 05:49:50 leio Exp $
27
28 # Author : foser <foser@g.o>, zaheerm <zaheerm@g.o>
29
30 @@ -25,12 +25,16 @@
31 MY_P=${MY_PN}-${PV}
32 # All relevant configure options for gst-plugins
33 # need a better way to extract these
34 -# gst-plugins-base 0.9
35
36 -# This list is current to gst-plugins-good-0.10.6
37 -my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd esdtest
38 -flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test speex annodex hal
39 -x taglib gdk_pixbuf gst_v4l2 sunaudio xshm xvideo zlib wavpack soup pulse bz2"
40 +# First line for non-plugin build related configure options; second line for
41 +# sys/ plugins; rest is split plugin options in order of ./configure --help output.
42 +# Good ways of validation are seeing diff of old and new configure.ac, and ./configure --help
43 +#
44 +# This list is current to gst-plugins-good-0.10.21:
45 +my_gst_plugins_good="gconftool zlib bz2
46 +directsound oss sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo
47 +aalib aalibtest annodex cairo esd esdtest flac gconf gdk_pixbuf hal jpeg
48 +libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wavpack"
49
50 #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2"
51 SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2"