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: Wed, 04 May 2011 03:19:39
Message-Id: 20110504031927.B9E142004F@flycatcher.gentoo.org
1 leio 11/05/04 03:19:27
2
3 Modified: gst-plugins-good.eclass
4 Log:
5 All older than -good-0.10.23 versions are gone from tree, so remove now unnecessary econf support for these
6
7 Revision Changes Path
8 1.24 eclass/gst-plugins-good.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-good.eclass?r1=1.23&r2=1.24
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.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- gst-plugins-good.eclass 20 Mar 2011 09:44:45 -0000 1.23
21 +++ gst-plugins-good.eclass 4 May 2011 03:19:27 -0000 1.24
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.23 2011/03/20 09:44:45 leio Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.24 2011/05/04 03:19:27 leio Exp $
27
28 # Author : foser <foser@g.o>, zaheerm <zaheerm@g.o>
29
30 @@ -30,19 +30,14 @@
31 # sys/ plugins; rest is split plugin options in order of ./configure --help output.
32 # Good ways of validation are seeing diff of old and new configure.ac, and ./configure --help
33 #
34 -# This list is current to gst-plugins-good-0.10.23:
35 +# This list is current to gst-plugins-good-0.10.28:
36 my_gst_plugins_good="gconftool zlib bz2
37 -directsound oss sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo
38 +directsound oss oss4 sunaudio osx_audio osx_video gst_v4l2 x xshm xvideo
39 aalib aalibtest annodex cairo esd esdtest flac gconf gdk_pixbuf hal jpeg
40 libcaca libdv libpng pulse dv1394 shout2 shout2test soup speex taglib wavpack"
41
42 # When adding conditionals like below, be careful about having leading spaces in concat
43
44 -# sys/oss4 moved here since 0.10.23
45 -if version_is_at_least "0.10.23"; then
46 - my_gst_plugins_good+=" oss4"
47 -fi
48 -
49 # ext/jack moved here since 0.10.27
50 if version_is_at_least "0.10.27"; then
51 my_gst_plugins_good+=" jack"