pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-base update to 0.10.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9f7700abfa0
branches:  trunk
changeset: 522506:a9f7700abfa0
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Dec 11 12:46:08 2006 +0000

description:
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:

 multimedia/gst-plugins0.10-base/Makefile.common  |   4 ++--
 multimedia/gst-plugins0.10-base/PLIST            |   5 ++++-
 multimedia/gst-plugins0.10-base/distinfo         |   9 +++++----
 multimedia/gst-plugins0.10-base/patches/patch-aa |  22 ++++++++++++++++++++++
 4 files changed, 33 insertions(+), 7 deletions(-)

diffs (85 lines):

diff -r 5eda8092cd84 -r a9f7700abfa0 multimedia/gst-plugins0.10-base/Makefile.common
--- a/multimedia/gst-plugins0.10-base/Makefile.common   Mon Dec 11 12:38:18 2006 +0000
+++ b/multimedia/gst-plugins0.10-base/Makefile.common   Mon Dec 11 12:46:08 2006 +0000
@@ -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 -r 5eda8092cd84 -r a9f7700abfa0 multimedia/gst-plugins0.10-base/PLIST
--- a/multimedia/gst-plugins0.10-base/PLIST     Mon Dec 11 12:38:18 2006 +0000
+++ b/multimedia/gst-plugins0.10-base/PLIST     Mon Dec 11 12:46:08 2006 +0000
@@ -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/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/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 -r 5eda8092cd84 -r a9f7700abfa0 multimedia/gst-plugins0.10-base/distinfo
--- a/multimedia/gst-plugins0.10-base/distinfo  Mon Dec 11 12:38:18 2006 +0000
+++ b/multimedia/gst-plugins0.10-base/distinfo  Mon Dec 11 12:46:08 2006 +0000
@@ -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 -r 5eda8092cd84 -r a9f7700abfa0 multimedia/gst-plugins0.10-base/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-base/patches/patch-aa  Mon Dec 11 12:46:08 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index