summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-07-13 06:10:47 +0000
committerMart Raudsepp <leio@gentoo.org>2011-07-13 06:10:47 +0000
commit8414826b10909922573a076d3e63128d4d3e56a6 (patch)
tree1dc04e0238f0ff0bff4b4ec87c9762dd7318df67 /eclass
parentAdd fix for dlclose weirdness #364077. (diff)
downloadgentoo-2-8414826b10909922573a076d3e63128d4d3e56a6.tar.gz
gentoo-2-8414826b10909922573a076d3e63128d4d3e56a6.tar.bz2
gentoo-2-8414826b10909922573a076d3e63128d4d3e56a6.zip
Prepare for gst-plugins-bad-0.10.22
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins-bad.eclass17
1 files changed, 15 insertions, 2 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass
index ae0b833273df..b49d7a5a322e 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.38 2011/05/04 02:32:35 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.39 2011/07/13 06:10:47 leio Exp $
#
# Original Author: Saleem Abdulrasool <compnerd@gentoo.org>
@@ -16,11 +16,24 @@ my_gst_plugins_bad="directsound directdraw osx_video quicktime vcd
assrender amrwb apexsink bz2 cdaudio celt cog dc1394 directfb dirac dts divx
faac faad fbdev flite gsm jp2k kate ladspa lv2 libmms
modplug mimic mpeg2enc mplex musepack musicbrainz mythtv nas neon ofa rsvg
-timidity wildmidi sdl sdltest sndfile soundtouch spc gme swfdec theoradec xvid
+timidity wildmidi sdl sdltest sndfile soundtouch spc gme swfdec xvid
dvb wininet acm vdpau schro zbar resindvd vp8"
# When adding conditionals like below, be careful about having leading spaces
+# Changes in 0.10.22:
+# New curlsink element in a new curl plugin
+# New Blackmagic Decklink source and sink
+# New Linear Systems SDI plugin
+if version_is_at_least "0.10.22"; then
+ my_gst_plugins_bad+=" curl decklink linsys"
+fi
+
+# Unused ancient theora decoder, better one in -base long ago
+if ! version_is_at_least "0.10.22"; then
+ my_gst_plugins_bad+=" theoradec"
+fi
+
# Changes in 0.10.21:
# New opencv and apple_media plugins
# exif for a specific jifmux tests purpose only