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-bad.eclass
Date: Fri, 29 Jul 2011 07:01:50
Message-Id: 20110729070140.707162004B@flycatcher.gentoo.org
1 leio 11/07/29 07:01:40
2
3 Modified: gst-plugins-bad.eclass
4 Log:
5 Tweak plugins versioned list a bit more for 0.10.22 to avoid useless QA warnings - exif option gone again in 0.10.22 for testing purposes, automagic now for just a test
6
7 Revision Changes Path
8 1.40 eclass/gst-plugins-bad.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-bad.eclass?r1=1.39&r2=1.40
13
14 Index: gst-plugins-bad.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- gst-plugins-bad.eclass 13 Jul 2011 06:10:47 -0000 1.39
21 +++ gst-plugins-bad.eclass 29 Jul 2011 07:01:40 -0000 1.40
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.39 2011/07/13 06:10:47 leio Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.40 2011/07/29 07:01:40 leio Exp $
27
28 #
29 # Original Author: Saleem Abdulrasool <compnerd@g.o>
30 @@ -36,9 +36,14 @@
31
32 # Changes in 0.10.21:
33 # New opencv and apple_media plugins
34 -# exif for a specific jifmux tests purpose only
35 if version_is_at_least "0.10.21"; then
36 - my_gst_plugins_bad+=" opencv apple_media exif"
37 + my_gst_plugins_bad+=" opencv apple_media"
38 +fi
39 +
40 +# exif for a specific jifmux tests purpose only.
41 +# Made automagic in 0.10.22, which is fine as a non-installed test
42 +if [ ${PV} == "0.10.21" ]; then
43 + my_gst_plugins_bad+=" exif"
44 fi
45
46 # jack moved to -good, metadata removed (functionality in base classes)