summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-05-04 02:32:35 +0000
committerMart Raudsepp <leio@gentoo.org>2011-05-04 02:32:35 +0000
commitb1ac544d3a47fd321b78fd92bd13fd08e0101886 (patch)
treedc0022fca03aff927c64286435ada33bad75367d /eclass
parentAll liboil using versions are now gone from the tree, so simply the orc handl... (diff)
downloadhistorical-b1ac544d3a47fd321b78fd92bd13fd08e0101886.tar.gz
historical-b1ac544d3a47fd321b78fd92bd13fd08e0101886.tar.bz2
historical-b1ac544d3a47fd321b78fd92bd13fd08e0101886.zip
All older than -bad-0.10.19 versions are gone from tree, so remove now unnecessary econf and patching support for these
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins-bad.eclass34
1 files changed, 2 insertions, 32 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass
index 4aaebfc4ab8e..ae0b833273df 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.37 2011/04/13 08:50:24 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.38 2011/05/04 02:32:35 leio Exp $
#
# Original Author: Saleem Abdulrasool <compnerd@gentoo.org>
@@ -17,7 +17,7 @@ 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"
+dvb wininet acm vdpau schro zbar resindvd vp8"
# When adding conditionals like below, be careful about having leading spaces
@@ -40,32 +40,10 @@ if version_is_at_least "0.10.20"; then
my_gst_plugins_bad+=" rtmp gsettings shm"
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
-
-# dvdnav configure option changed from --enable-dvdnav to --enable-resindvd
-# oss4 moved to -good
-if ! version_is_at_least "0.10.19"; then
- my_gst_plugins_bad+=" dvdnav oss4"
-fi
-
-# Changes in 0.10.18:
-# ivorbis gone (moved to -base-0.10.27 as part of vorbis plugin)
-if ! version_is_at_least "0.10.18"; then
- my_gst_plugins_bad+=" ivorbis"
-fi
-
MY_PN="gst-plugins-bad"
MY_P=${MY_PN}-${PV}
SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-bad/${MY_P}.tar.bz2"
-if [ ${PV} == "0.10.14" ]; then
- SRC_URI="${SRC_URI} http://dev.gentoo.org/~leio/distfiles/gst-plugins-bad-0.10.14-kate-configure-fix.patch.bz2"
-fi
# added to remove circular deps
# 6/2/2006 - zaheerm
@@ -103,14 +81,6 @@ gst-plugins-bad_src_unpack() {
-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:
- # configure: error: conditional "USE_TIGER" was never defined.
- # Fix it - this has to stay until any 0.10.14 split or main is in tree:
- if [ ${PV} == "0.10.14" ]; then
- cd ${S}
- epatch "${WORKDIR}/gst-plugins-bad-0.10.14-kate-configure-fix.patch"
- fi
-
# Remove generation of any other Makefiles except the plugin's Makefile
# if [[ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]] ; then
# makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"