summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-04-13 08:50:24 +0000
committerMart Raudsepp <leio@gentoo.org>2011-04-13 08:50:24 +0000
commit79bf3a827fdc8ca882a1aae3edb04a265f8b6be1 (patch)
tree2026458e969eef22ebd47b1678fd6f5be58200f6 /eclass
parentRemove old. (diff)
downloadgentoo-2-79bf3a827fdc8ca882a1aae3edb04a265f8b6be1.tar.gz
gentoo-2-79bf3a827fdc8ca882a1aae3edb04a265f8b6be1.tar.bz2
gentoo-2-79bf3a827fdc8ca882a1aae3edb04a265f8b6be1.zip
Finish gst-plugins-0.10.21 changes
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins-bad.eclass24
1 files changed, 16 insertions, 8 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass
index 04669a757e10..4aaebfc4ab8e 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.36 2011/04/09 07:24:38 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.37 2011/04/13 08:50:24 leio Exp $
#
# Original Author: Saleem Abdulrasool <compnerd@gentoo.org>
@@ -11,10 +11,10 @@
inherit eutils versionator gst-plugins10
-# This list is current for gst-plugins-bad-0.10.18.
+# This list is current for gst-plugins-bad-0.10.21.
my_gst_plugins_bad="directsound directdraw osx_video quicktime vcd
-alsa assrender amrwb apexsink bz2 cdaudio celt cog dc1394 directfb dirac dts divx
-metadata faac faad fbdev flite gsm jp2k kate ladspa lv2 libmms
+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
dvb wininet acm vdpau schro zbar"
@@ -22,9 +22,16 @@ dvb wininet acm vdpau schro zbar"
# When adding conditionals like below, be careful about having leading spaces
# Changes in 0.10.21:
-# jack moved to -good
+# 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"
+fi
+
+# jack moved to -good, metadata removed (functionality in base classes)
+# alsaspdif gone (gst-plugins-alsa from -base can do spdif on its own long ago)
if ! version_is_at_least "0.10.21"; then
- my_gst_plugins_bad+=" jack"
+ my_gst_plugins_bad+=" jack metadata alsa"
fi
# Changes in 0.10.20:
@@ -35,6 +42,7 @@ fi
# Changes in 0.10.19:
# dvdnav configure option changed from --enable-dvdnav to --enable-resindvd
+# New vp8 plugin
if version_is_at_least "0.10.19"; then
my_gst_plugins_bad+=" resindvd vp8"
fi
@@ -64,8 +72,7 @@ fi
if [ "${PN}" != "${MY_PN}" ]; then
RDEPEND="=media-libs/gstreamer-0.10*
=media-libs/gst-plugins-base-0.10*
- >=dev-libs/glib-2.6
- >=dev-libs/liboil-0.3.8"
+ >=dev-libs/glib-2.6"
DEPEND="${RDEPEND}
sys-apps/sed
dev-util/pkgconfig
@@ -93,6 +100,7 @@ gst-plugins-bad_src_unpack() {
sed -e "s:\$(top_builddir)/gst-libs/gst/interfaces/libgstphotography:${ROOT}/usr/$(get_libdir)/libgstphotography:" \
-e "s:\$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor:${ROOT}/usr/$(get_libdir)/libgstsignalprocessor:" \
-e "s:\$(top_builddir)/gst-libs/gst/video/libgstbasevideo:${ROOT}/usr/$(get_libdir)/libgstbasevideo:" \
+ -e "s:\$(top_builddir)/gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc:${ROOT}/usr/$(get_libdir)/libgstbasecamerabinsrc:" \
-i Makefile.in
# 0.10.14 configure errors when --disable-kate is passed: