summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-08-21 11:08:46 +0000
committerMart Raudsepp <leio@gentoo.org>2009-08-21 11:08:46 +0000
commit971a1b404ef86d14695179d64d84e5c290f6dd34 (patch)
treee949f4a0b327d9aedc99f81599dfe29212666941 /media-libs
parentVersion bump. Many improvements for MPEG-TS, RTP, QT/mp4, MXF (also has a mux... (diff)
downloadhistorical-971a1b404ef86d14695179d64d84e5c290f6dd34.tar.gz
historical-971a1b404ef86d14695179d64d84e5c290f6dd34.tar.bz2
historical-971a1b404ef86d14695179d64d84e5c290f6dd34.zip
Version bump. Plugins of good quality moved here from gst-plugins-bad: flv, deinterlace2 (also renamed to deinterlace), y4menc. Improvements in seeking (of MKV/AVI/WAV), RTSP and RTP. Many other bug fixes and improvements.
Package-Manager: portage-2.2_rc22/cvs/Linux 2.6.31-rc6 x86_64
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gst-plugins-good/ChangeLog12
-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, 157 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-good/ChangeLog b/media-libs/gst-plugins-good/ChangeLog
index 3b8d68eb03ac..569d4d5806cf 100644
--- a/media-libs/gst-plugins-good/ChangeLog
+++ b/media-libs/gst-plugins-good/ChangeLog
@@ -1,6 +1,16 @@
# 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.69 2009/07/01 16:22:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.70 2009/08/21 11:08:46 leio Exp $
+
+*gst-plugins-good-0.10.15 (21 Aug 2009)
+
+ 21 Aug 2009; Mart Raudsepp <leio@gentoo.org>
+ +files/gst-plugins-good-0.10.15-fix-tests.patch,
+ +gst-plugins-good-0.10.15.ebuild:
+ Version bump. Plugins of good quality moved here from gst-plugins-bad:
+ flv, deinterlace2 (also renamed to deinterlace), y4menc. Improvements in
+ seeking (of MKV/AVI/WAV), RTSP and RTP. Many other bug fixes and
+ improvements.
01 Jul 2009; Raúl Porcel <armin76@gentoo.org>
gst-plugins-good-0.10.14.ebuild:
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
new file mode 100644
index 000000000000..af6a1caf48cc
--- /dev/null
+++ b/media-libs/gst-plugins-good/files/gst-plugins-good-0.10.15-fix-tests.patch
@@ -0,0 +1,76 @@
+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
new file mode 100644
index 000000000000..70bf47f4c5cb
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.15.ebuild
@@ -0,0 +1,70 @@
+# 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
+}