From 595decb2557d44b16bb16a044ff6468c121d4333 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 22 Nov 2007 20:28:44 +0000 Subject: update to 0.10.15 changes: RTP/RTSP/RTCP/SDP support improved New FFT support library libgstfft, based on Kiss FFT New formats supported in volume and audiotestsrc Fixes in audiorate and videorate Audio capture fixes Playbin and decodebin fixes New tagdemux base class for ID3/APE style tag readers Fix a nasty crash in the X sinks on shutdown New tags supported Add support for multichannel WAV files. Preserve channel layout information when up/down-mixing. Many bug-fixes and improvements --- multimedia/gst-plugins0.10-base/Makefile.common | 4 ++-- multimedia/gst-plugins0.10-base/PLIST | 25 +++++++++++++++++++++++- multimedia/gst-plugins0.10-base/distinfo | 9 +++++---- multimedia/gst-plugins0.10-base/patches/patch-ab | 12 ++++++++++++ 4 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 multimedia/gst-plugins0.10-base/patches/patch-ab (limited to 'multimedia') diff --git a/multimedia/gst-plugins0.10-base/Makefile.common b/multimedia/gst-plugins0.10-base/Makefile.common index 0c9cfaa07fc..3ec512808c4 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.11 2007/08/30 12:22:22 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2007/11/22 20:28:44 drochner Exp $ # GST_PLUGINS0.10_TYPE= base -GST_PLUGINS0.10_VER= 0.10.14 +GST_PLUGINS0.10_VER= 0.10.15 # 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 9486019cc09..39e4173ffe9 100644 --- a/multimedia/gst-plugins0.10-base/PLIST +++ b/multimedia/gst-plugins0.10-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2007/08/30 12:22:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2007/11/22 20:28:44 drochner Exp $ bin/gst-visualise-0.10 include/gstreamer-0.10/gst/audio/audio.h include/gstreamer-0.10/gst/audio/gstaudioclock.h @@ -12,6 +12,11 @@ include/gstreamer-0.10/gst/audio/mixerutils.h include/gstreamer-0.10/gst/audio/multichannel-enumtypes.h include/gstreamer-0.10/gst/audio/multichannel.h include/gstreamer-0.10/gst/cdda/gstcddabasesrc.h +include/gstreamer-0.10/gst/fft/gstfft.h +include/gstreamer-0.10/gst/fft/gstfftf32.h +include/gstreamer-0.10/gst/fft/gstfftf64.h +include/gstreamer-0.10/gst/fft/gstffts16.h +include/gstreamer-0.10/gst/fft/gstffts32.h include/gstreamer-0.10/gst/floatcast/floatcast.h include/gstreamer-0.10/gst/interfaces/colorbalance.h include/gstreamer-0.10/gst/interfaces/colorbalancechannel.h @@ -39,6 +44,7 @@ include/gstreamer-0.10/gst/rtp/gstbasertpdepayload.h include/gstreamer-0.10/gst/rtp/gstbasertppayload.h include/gstreamer-0.10/gst/rtp/gstrtcpbuffer.h include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h +include/gstreamer-0.10/gst/rtp/gstrtppayloads.h include/gstreamer-0.10/gst/rtsp/gstrtsp-enumtypes.h include/gstreamer-0.10/gst/rtsp/gstrtspbase64.h include/gstreamer-0.10/gst/rtsp/gstrtspconnection.h @@ -50,6 +56,7 @@ include/gstreamer-0.10/gst/rtsp/gstrtsptransport.h include/gstreamer-0.10/gst/rtsp/gstrtspurl.h include/gstreamer-0.10/gst/sdp/gstsdp.h include/gstreamer-0.10/gst/sdp/gstsdpmessage.h +include/gstreamer-0.10/gst/tag/gsttagdemux.h include/gstreamer-0.10/gst/tag/tag.h include/gstreamer-0.10/gst/video/gstvideofilter.h include/gstreamer-0.10/gst/video/gstvideosink.h @@ -75,6 +82,7 @@ lib/gstreamer-0.10/libgstvideotestsrc.la lib/gstreamer-0.10/libgstvolume.la lib/libgstaudio-0.10.la lib/libgstcdda-0.10.la +lib/libgstfft-0.10.la lib/libgstinterfaces-0.10.la lib/libgstnetbuffer-0.10.la lib/libgstpbutils-0.10.la @@ -104,6 +112,11 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstb share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstcddabasesrc.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstcolorbalance.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstcolorbalancechannel.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstfft.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstfftf32.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstfftf64.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstffts16.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstffts32.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstfloatcast.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstmixer.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstmixeroptions.html @@ -120,6 +133,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstr share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstringbuffer.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtcpbuffer.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtpbuffer.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtppayloads.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspbase64.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspconnection.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspdefs.html @@ -129,6 +143,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstr share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspurl.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstsdpmessage.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttag.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttagdemux.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttagid3.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttagvorbis.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttuner.html @@ -142,6 +157,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstx share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-audio.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-base-utils.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-cdda.html +share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-ffft.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-floatcast.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-interfaces.html share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-libs-hierarchy.html @@ -158,19 +174,25 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/index.sgml share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/style.css share/locale/af/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/az/LC_MESSAGES/gst-plugins-base-0.10.mo +share/locale/bg/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/cs/LC_MESSAGES/gst-plugins-base-0.10.mo +share/locale/da/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/de/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-base-0.10.mo +share/locale/es/LC_MESSAGES/gst-plugins-base-0.10.mo +share/locale/fi/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/hu/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/it/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/nb/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/nl/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/or/LC_MESSAGES/gst-plugins-base-0.10.mo +share/locale/pl/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/sq/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/sr/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/sv/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/uk/LC_MESSAGES/gst-plugins-base-0.10.mo share/locale/vi/LC_MESSAGES/gst-plugins-base-0.10.mo +share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-0.10.mo @dirrm share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10 @unexec ${RMDIR} %D/share/doc/gst-plugins-0.10 2>/dev/null || ${TRUE} @comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 @@ -184,6 +206,7 @@ share/locale/vi/LC_MESSAGES/gst-plugins-base-0.10.mo @dirrm include/gstreamer-0.10/gst/netbuffer @dirrm include/gstreamer-0.10/gst/interfaces @dirrm include/gstreamer-0.10/gst/floatcast +@dirrm include/gstreamer-0.10/gst/fft @dirrm include/gstreamer-0.10/gst/cdda @dirrm include/gstreamer-0.10/gst/audio @comment in gstreamer0.10: @dirrm include/gstreamer-0.10/gst diff --git a/multimedia/gst-plugins0.10-base/distinfo b/multimedia/gst-plugins0.10-base/distinfo index 2ff575eccd3..b572c6749bf 100644 --- a/multimedia/gst-plugins0.10-base/distinfo +++ b/multimedia/gst-plugins0.10-base/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.13 2007/08/30 12:22:23 wiz Exp $ +$NetBSD: distinfo,v 1.14 2007/11/22 20:28:44 drochner Exp $ -SHA1 (gst-plugins-base-0.10.14.tar.bz2) = 54e7b2d482f6eef4dbbe7d4b5f59ada033e447ab -RMD160 (gst-plugins-base-0.10.14.tar.bz2) = 507666ea6d2a4657d315dfe54c8869ab74a59351 -Size (gst-plugins-base-0.10.14.tar.bz2) = 1625388 bytes +SHA1 (gst-plugins-base-0.10.15.tar.bz2) = 9d42a245f9ed337586ef0fed5b3d3b1fe4b1fda0 +RMD160 (gst-plugins-base-0.10.15.tar.bz2) = 7a16257a36d8b20c1c35e6863d0bea0f32def0b7 +Size (gst-plugins-base-0.10.15.tar.bz2) = 1783866 bytes SHA1 (patch-aa) = f80f5490c28e52994a2d2a9eddef88a1e2e86cd1 +SHA1 (patch-ab) = 4525d3f41a55de5235aa94272279647d9b4dbeec diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ab b/multimedia/gst-plugins0.10-base/patches/patch-ab new file mode 100644 index 00000000000..55835acd021 --- /dev/null +++ b/multimedia/gst-plugins0.10-base/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.3 2007/11/22 20:28:44 drochner Exp $ + +--- gst-libs/gst/sdp/gstsdpmessage.c.orig 2007-11-19 18:33:38.000000000 +0100 ++++ gst-libs/gst/sdp/gstsdpmessage.c +@@ -72,6 +72,7 @@ + #else + #include + #include ++#include + #endif + + #include "gstsdpmessage.h" -- cgit v1.2.3