diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-07-29 07:01:40 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-07-29 07:01:40 +0000 |
commit | d900b77b42cd5ece9ba99e8eb587f9904161acc8 (patch) | |
tree | 794ed7d1e7d340c9d02ede3cb3834fb386aa4b53 /eclass | |
parent | Version bump. (diff) | |
download | historical-d900b77b42cd5ece9ba99e8eb587f9904161acc8.tar.gz historical-d900b77b42cd5ece9ba99e8eb587f9904161acc8.tar.bz2 historical-d900b77b42cd5ece9ba99e8eb587f9904161acc8.zip |
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
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index b49d7a5a322e..c6a90fe140b7 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.39 2011/07/13 06:10:47 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.40 2011/07/29 07:01:40 leio Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -36,9 +36,14 @@ fi # Changes in 0.10.21: # New opencv and apple_media plugins -# exif for a specific jifmux tests purpose only if version_is_at_least "0.10.21"; then - my_gst_plugins_bad+=" opencv apple_media exif" + my_gst_plugins_bad+=" opencv apple_media" +fi + +# exif for a specific jifmux tests purpose only. +# Made automagic in 0.10.22, which is fine as a non-installed test +if [ ${PV} == "0.10.21" ]; then + my_gst_plugins_bad+=" exif" fi # jack moved to -good, metadata removed (functionality in base classes) |