diff options
author | drochner <drochner@pkgsrc.org> | 2006-12-11 12:46:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-12-11 12:46:08 +0000 |
commit | b55a67fbcde8d2200bb47df17cef4b65dc797392 (patch) | |
tree | b2d95a9f77519ad56d4414cd64f28766c961e845 /multimedia/gst-plugins0.10-base | |
parent | 90b70a2b688be2996364b5837053335a783a26ff (diff) | |
download | pkgsrc-b55a67fbcde8d2200bb47df17cef4b65dc797392.tar.gz |
update to 0.10.11
changes:
This release requires GStreamer core 0.10.11 or higher
Improved buffering during network playback
Support for reverse playback of Ogg/Vorbis/Theora
Reverse playback support in the audio sinks
The Ogg muxer now produces correct streams in all cases
Support libvisual 0.4
Improvements in RTP support
Support retagging of Vorbis files
Introduction of the decodebin2 element
Many other bug fixes and improvements
Diffstat (limited to 'multimedia/gst-plugins0.10-base')
-rw-r--r-- | multimedia/gst-plugins0.10-base/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/PLIST | 5 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/distinfo | 9 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/patches/patch-aa | 22 |
4 files changed, 33 insertions, 7 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile.common b/multimedia/gst-plugins0.10-base/Makefile.common index ce4efa4b4f6..df865349472 100644 --- a/multimedia/gst-plugins0.10-base/Makefile.common +++ b/multimedia/gst-plugins0.10-base/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.7 2006/10/12 13:30:36 drochner Exp $ +# $NetBSD: Makefile.common,v 1.8 2006/12/11 12:46:08 drochner Exp $ # GST_PLUGINS0.10_TYPE= base -GST_PLUGINS0.10_VER= 0.10.10 +GST_PLUGINS0.10_VER= 0.10.11 # Disable all drivers and features by default. .for driver in alsa \ diff --git a/multimedia/gst-plugins0.10-base/PLIST b/multimedia/gst-plugins0.10-base/PLIST index d039e972b03..d8ad2fc2ecd 100644 --- a/multimedia/gst-plugins0.10-base/PLIST +++ b/multimedia/gst-plugins0.10-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/10/12 13:30:36 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/12/11 12:46:08 drochner Exp $ bin/gst-visualise-0.10 include/gstreamer-0.10/gst/audio/audio.h include/gstreamer-0.10/gst/audio/gstaudioclock.h @@ -24,11 +24,13 @@ include/gstreamer-0.10/gst/interfaces/propertyprobe.h include/gstreamer-0.10/gst/interfaces/tuner.h include/gstreamer-0.10/gst/interfaces/tunerchannel.h include/gstreamer-0.10/gst/interfaces/tunernorm.h +include/gstreamer-0.10/gst/interfaces/videoorientation.h include/gstreamer-0.10/gst/interfaces/xoverlay.h include/gstreamer-0.10/gst/netbuffer/gstnetbuffer.h include/gstreamer-0.10/gst/riff/riff-ids.h include/gstreamer-0.10/gst/riff/riff-media.h include/gstreamer-0.10/gst/riff/riff-read.h +include/gstreamer-0.10/gst/rtp/gstbasertpaudiopayload.h include/gstreamer-0.10/gst/rtp/gstbasertpdepayload.h include/gstreamer-0.10/gst/rtp/gstbasertppayload.h include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h @@ -42,6 +44,7 @@ lib/gstreamer-0.10/libgstaudiorate.la lib/gstreamer-0.10/libgstaudioresample.la lib/gstreamer-0.10/libgstaudiotestsrc.la lib/gstreamer-0.10/libgstdecodebin.la +lib/gstreamer-0.10/libgstdecodebin2.la lib/gstreamer-0.10/libgstffmpegcolorspace.la lib/gstreamer-0.10/libgstgdp.la lib/gstreamer-0.10/libgstplaybin.la diff --git a/multimedia/gst-plugins0.10-base/distinfo b/multimedia/gst-plugins0.10-base/distinfo index 3e7b3b00a9a..9498d4bad2e 100644 --- a/multimedia/gst-plugins0.10-base/distinfo +++ b/multimedia/gst-plugins0.10-base/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.9 2006/10/12 13:30:36 drochner Exp $ +$NetBSD: distinfo,v 1.10 2006/12/11 12:46:08 drochner Exp $ -SHA1 (gst-plugins-base-0.10.10.tar.bz2) = 516daec5a6f5d1e8c6fd74e2170fc7a12305a0c1 -RMD160 (gst-plugins-base-0.10.10.tar.bz2) = 11b7f441d6499a3e462fc4a0ebc9dd026925e0ee -Size (gst-plugins-base-0.10.10.tar.bz2) = 1333651 bytes +SHA1 (gst-plugins-base-0.10.11.tar.bz2) = 93d18094a3459e02c0f640d69d4014bf02223d25 +RMD160 (gst-plugins-base-0.10.11.tar.bz2) = 94deb9061cd732139fddbf8608b125bbaa3d87f2 +Size (gst-plugins-base-0.10.11.tar.bz2) = 1409996 bytes +SHA1 (patch-aa) = 6de72816c6a379e0d6d8b11bad94d523f0d11233 diff --git a/multimedia/gst-plugins0.10-base/patches/patch-aa b/multimedia/gst-plugins0.10-base/patches/patch-aa new file mode 100644 index 00000000000..4587c94739a --- /dev/null +++ b/multimedia/gst-plugins0.10-base/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.3 2006/12/11 12:46:08 drochner Exp $ + +--- configure.orig 2006-12-06 20:07:45.000000000 +0100 ++++ configure +@@ -31693,7 +31693,7 @@ rm -f core conftest.err conftest.$ac_obj + echo "${ECHO_T}$flag_ok" >&6; } + + +- if test "x$ERROR_CFLAGS" == "x" ++ if test "x$ERROR_CFLAGS" = "x" + then + + { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5 +@@ -31773,7 +31773,7 @@ rm -f core conftest.err conftest.$ac_obj + echo "${ECHO_T}$flag_ok" >&6; } + + +- if test "x$ERROR_CFLAGS" == "x" ++ if test "x$ERROR_CFLAGS" = "x" + then + + { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5 |