summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-11-17 05:01:29 +0000
committerMart Raudsepp <leio@gentoo.org>2009-11-17 05:01:29 +0000
commitdf69d21e0fd6c6a09340ac94199c91015a97e812 (patch)
treee1efe0e6bbeed57b5c3853e3c6b12e6d41cf8b8f /media-libs/gst-plugins-good
parentVersion bump to be in sync with the rest; no code changes (diff)
downloadgentoo-2-df69d21e0fd6c6a09340ac94199c91015a97e812.tar.gz
gentoo-2-df69d21e0fd6c6a09340ac94199c91015a97e812.tar.bz2
gentoo-2-df69d21e0fd6c6a09340ac94199c91015a97e812.zip
Remove old
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r6 x86_64)
Diffstat (limited to 'media-libs/gst-plugins-good')
-rw-r--r--media-libs/gst-plugins-good/ChangeLog7
-rw-r--r--media-libs/gst-plugins-good/files/gst-plugins-good-0.10.15-fix-tests.patch76
-rw-r--r--media-libs/gst-plugins-good/gst-plugins-good-0.10.15.ebuild70
3 files changed, 6 insertions, 147 deletions
diff --git a/media-libs/gst-plugins-good/ChangeLog b/media-libs/gst-plugins-good/ChangeLog
index ad344666793f..e94fb7c193f7 100644
--- a/media-libs/gst-plugins-good/ChangeLog
+++ b/media-libs/gst-plugins-good/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/gst-plugins-good
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.73 2009/11/17 03:44:14 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.74 2009/11/17 05:01:29 leio Exp $
+
+ 17 Nov 2009; Mart Raudsepp <leio@gentoo.org>
+ -files/gst-plugins-good-0.10.15-fix-tests.patch,
+ -gst-plugins-good-0.10.15.ebuild:
+ Remove old
*gst-plugins-good-0.10.17 (17 Nov 2009)
diff --git a/media-libs/gst-plugins-good/files/gst-plugins-good-0.10.15-fix-tests.patch b/media-libs/gst-plugins-good/files/gst-plugins-good-0.10.15-fix-tests.patch
deleted file mode 100644
index af6a1caf48cc..000000000000
--- a/media-libs/gst-plugins-good/files/gst-plugins-good-0.10.15-fix-tests.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-Patch to fix tests running on gst-plugins-good-0.10.15.
-Makefile.in patching added in Gentoo patch to avoid eautoreconf.
-
-commit e284f0cb29b2689d6e9c01b658f8fb8db4d0d179
-Author: Marvin Schmidt
-Date: Sat Jun 13 10:43:55 2009 +0200
-
- tests: Don't run the flacdec test if the plugin isn't built. Fixes #585630
-
---- tests/check/Makefile.am 2009-08-21 13:52:18.715953470 +0300
-+++ tests/check/Makefile.am 2009-08-21 13:52:32.229299299 +0300
-@@ -25,6 +25,12 @@
- check_annodex =
- endif
-
-+if USE_FLAC
-+check_flac = pipelines/flacdec
-+else
-+check_flac =
-+endif
-+
- if USE_GDK_PIXBUF
- check_gdkpixbuf = elements/gdkpixbufsink
- else
-@@ -96,7 +102,7 @@
- elements/videofilter \
- elements/y4menc \
- pipelines/simple-launch-lines \
-- pipelines/flacdec \
-+ $(check_flac) \
- $(check_gdkpixbuf) \
- $(check_soup) \
- $(check_sunaudio) \
---- tests/check/Makefile.in 2009-08-21 13:52:20.689301550 +0300
-+++ tests/check/Makefile.in 2009-08-21 13:52:32.229299299 +0300
-@@ -53,9 +53,9 @@
- elements/rtp-payloading$(EXEEXT) elements/spectrum$(EXEEXT) \
- elements/videocrop$(EXEEXT) elements/videofilter$(EXEEXT) \
- elements/y4menc$(EXEEXT) \
-- pipelines/simple-launch-lines$(EXEEXT) \
-- pipelines/flacdec$(EXEEXT) $(am__EXEEXT_2) $(am__EXEEXT_3) \
-- $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6)
-+ pipelines/simple-launch-lines$(EXEEXT) $(am__EXEEXT_2) \
-+ $(am__EXEEXT_3) $(am__EXEEXT_4) $(am__EXEEXT_5) \
-+ $(am__EXEEXT_6) $(am__EXEEXT_7)
- noinst_PROGRAMS = elements/autodetect$(EXEEXT)
- subdir = tests/check
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -100,12 +100,13 @@
- CONFIG_CLEAN_FILES =
- @USE_ANNODEX_TRUE@am__EXEEXT_1 = elements/cmmldec$(EXEEXT) \
- @USE_ANNODEX_TRUE@ elements/cmmlenc$(EXEEXT)
--@USE_GDK_PIXBUF_TRUE@am__EXEEXT_2 = elements/gdkpixbufsink$(EXEEXT)
--@USE_SOUP_TRUE@am__EXEEXT_3 = elements/souphttpsrc$(EXEEXT)
--@USE_SUNAUDIO_TRUE@am__EXEEXT_4 = elements/sunaudio$(EXEEXT)
--@USE_TAGLIB_TRUE@am__EXEEXT_5 = elements/id3v2mux$(EXEEXT) \
-+@USE_FLAC_TRUE@am__EXEEXT_2 = pipelines/flacdec$(EXEEXT)
-+@USE_GDK_PIXBUF_TRUE@am__EXEEXT_3 = elements/gdkpixbufsink$(EXEEXT)
-+@USE_SOUP_TRUE@am__EXEEXT_4 = elements/souphttpsrc$(EXEEXT)
-+@USE_SUNAUDIO_TRUE@am__EXEEXT_5 = elements/sunaudio$(EXEEXT)
-+@USE_TAGLIB_TRUE@am__EXEEXT_6 = elements/id3v2mux$(EXEEXT) \
- @USE_TAGLIB_TRUE@ elements/apev2mux$(EXEEXT)
--@USE_WAVPACK_TRUE@am__EXEEXT_6 = elements/wavpackparse$(EXEEXT) \
-+@USE_WAVPACK_TRUE@am__EXEEXT_7 = elements/wavpackparse$(EXEEXT) \
- @USE_WAVPACK_TRUE@ elements/wavpackdec$(EXEEXT) \
- @USE_WAVPACK_TRUE@ elements/wavpackenc$(EXEEXT) \
- @USE_WAVPACK_TRUE@ pipelines/wavpack$(EXEEXT)
-@@ -737,6 +738,8 @@
- @USE_ANNODEX_TRUE@ elements/cmmldec \
- @USE_ANNODEX_TRUE@ elements/cmmlenc
-
-+@USE_FLAC_FALSE@check_flac =
-+@USE_FLAC_TRUE@check_flac = pipelines/flacdec
- @USE_GDK_PIXBUF_FALSE@check_gdkpixbuf =
- @USE_GDK_PIXBUF_TRUE@check_gdkpixbuf = elements/gdkpixbufsink
- @USE_SOUP_FALSE@check_soup =
diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.15.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.15.ebuild
deleted file mode 100644
index 70bf47f4c5cb..000000000000
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.15.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.15.ebuild,v 1.1 2009/08/21 11:08:46 leio Exp $
-
-# order is important, gnome2 after gst-plugins
-inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="http://gstreamer.net/"
-SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/gst-plugins-base-0.10.23
- >=media-libs/gstreamer-0.10.23
- >=dev-libs/liboil-0.3.14"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.11.5
- dev-util/pkgconfig
- !<media-libs/gst-plugins-bad-0.10.12"
-
-# overrides the eclass
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix tests related to us having flac built in a split package
- epatch "${FILESDIR}/${P}-fix-tests.patch"
-
- # Required for FreeBSD sane .so versioning
- elibtoolize
-}
-
-src_compile() {
- # gst doesnt handle optimisations well
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # see bug 22249
-
- gst-plugins-good_src_configure \
- --with-default-audiosink=autoaudiosink \
- --with-default-visualizer=goom
-
- emake || die "emake failed."
-}
-
-# override eclass
-src_install() {
- gnome2_src_install
-}
-
-DOCS="AUTHORS README RELEASE"
-
-pkg_postinst () {
- gnome2_pkg_postinst
-
- echo
- elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
- elog "applications now should provide the basic plugins needed."
- echo
- elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
- elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
- elog "In most cases it shouldn't be needed though to emerge extra plugins."
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-}