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-bad update to 0.10.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54c5b79da2d3
branches:  trunk
changeset: 530726:54c5b79da2d3
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 06 19:20:15 2007 +0000

description:
update to 0.10.5
changes:
-some new plugins
-LADSPA plugin improvements
-IIR equaliser ported to 0.10
-libsndfile output ported to 0.10
-mpegvideoparse ported to 0.10 and improved
-switch element ported to 0.10
-VCD source element ported to 0.10
-AMR-WB support fixes
-MIDI renderer plugin based on timidity
-qtdemux, wavpack and videocrop plugins moved to the Good module
-Many other bug fixes and improvements

diffstat:

 multimedia/gst-plugins0.10-bad/Makefile.common  |   5 ++---
 multimedia/gst-plugins0.10-bad/PLIST            |  21 ++++++++++++++++++---
 multimedia/gst-plugins0.10-bad/distinfo         |   9 +++++----
 multimedia/gst-plugins0.10-bad/patches/patch-ab |  13 +++++++++++++
 4 files changed, 38 insertions(+), 10 deletions(-)

diffs (107 lines):

diff -r aac1a72b0265 -r 54c5b79da2d3 multimedia/gst-plugins0.10-bad/Makefile.common
--- a/multimedia/gst-plugins0.10-bad/Makefile.common    Fri Jul 06 19:14:55 2007 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile.common    Fri Jul 06 19:20:15 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2007/01/09 15:21:34 drochner Exp $
+# $NetBSD: Makefile.common,v 1.3 2007/07/06 19:20:15 drochner Exp $
 #
 
 GST_PLUGINS0.10_TYPE=  bad
-GST_PLUGINS0.10_VER=   0.10.4
+GST_PLUGINS0.10_VER=   0.10.5
 
 # Disable all drivers and features by default.
 .for driver in amrwb \
@@ -24,7 +24,6 @@
                swfdec \
                theoraexpdec \
                v4l2src \
-               wavpack \
                xvid
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor
diff -r aac1a72b0265 -r 54c5b79da2d3 multimedia/gst-plugins0.10-bad/PLIST
--- a/multimedia/gst-plugins0.10-bad/PLIST      Fri Jul 06 19:14:55 2007 +0000
+++ b/multimedia/gst-plugins0.10-bad/PLIST      Fri Jul 06 19:20:15 2007 +0000
@@ -1,27 +1,41 @@
-@comment $NetBSD: PLIST,v 1.2 2007/01/09 15:21:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/07/06 19:20:15 drochner Exp $
+include/gstreamer-0.10/gst/app/gstappbuffer.h
+include/gstreamer-0.10/gst/app/gstappsink.h
+include/gstreamer-0.10/gst/app/gstappsrc.h
+lib/gstreamer-0.10/libgstapp.la
+lib/gstreamer-0.10/libgstbayer.la
 lib/gstreamer-0.10/libgstbz2.la
 lib/gstreamer-0.10/libgstcdxaparse.la
 lib/gstreamer-0.10/libgstdeinterlace.la
+lib/gstreamer-0.10/libgstequalizer.la
 lib/gstreamer-0.10/libgstfilter.la
 lib/gstreamer-0.10/libgstfreeze.la
 lib/gstreamer-0.10/libgsth264parse.la
+lib/gstreamer-0.10/libgstinterleave.la
 lib/gstreamer-0.10/libgstmodplug.la
+lib/gstreamer-0.10/libgstmpegvideoparse.la
 lib/gstreamer-0.10/libgstmultifile.la
+lib/gstreamer-0.10/libgstmve.la
 lib/gstreamer-0.10/libgstnsf.la
 lib/gstreamer-0.10/libgstnuvdemux.la
-lib/gstreamer-0.10/libgstqtdemux.la
+lib/gstreamer-0.10/libgstreal.la
 lib/gstreamer-0.10/libgstreplaygain.la
 lib/gstreamer-0.10/libgstrfbsrc.la
+lib/gstreamer-0.10/libgstrtpmanager.la
 lib/gstreamer-0.10/libgstspectrum.la
 lib/gstreamer-0.10/libgstspeed.la
+lib/gstreamer-0.10/libgstswitch.la
 lib/gstreamer-0.10/libgsttta.la
-lib/gstreamer-0.10/libgstvideocrop.la
 lib/gstreamer-0.10/libgstvideoparse.la
+lib/gstreamer-0.10/libgstvideosignal.la
+lib/gstreamer-0.10/libgstvmnc.la
 lib/gstreamer-0.10/libgstxingheader.la
 lib/gstreamer-0.10/libgsty4menc.la
+lib/libgstapp-0.10.la
 share/locale/af/LC_MESSAGES/gst-plugins-bad-0.10.mo
 share/locale/az/LC_MESSAGES/gst-plugins-bad-0.10.mo
 share/locale/cs/LC_MESSAGES/gst-plugins-bad-0.10.mo
+share/locale/da/LC_MESSAGES/gst-plugins-bad-0.10.mo
 share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-0.10.mo
 share/locale/hu/LC_MESSAGES/gst-plugins-bad-0.10.mo
 share/locale/it/LC_MESSAGES/gst-plugins-bad-0.10.mo
@@ -34,3 +48,4 @@
 share/locale/uk/LC_MESSAGES/gst-plugins-bad-0.10.mo
 share/locale/vi/LC_MESSAGES/gst-plugins-bad-0.10.mo
 @comment in gstreamer0.10: @dirrm lib/gstreamer-0.10
+@dirrm include/gstreamer-0.10/gst/app
diff -r aac1a72b0265 -r 54c5b79da2d3 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo   Fri Jul 06 19:14:55 2007 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo   Fri Jul 06 19:20:15 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/01/09 15:21:34 drochner Exp $
+$NetBSD: distinfo,v 1.3 2007/07/06 19:20:15 drochner Exp $
 
-SHA1 (gst-plugins-bad-0.10.4.tar.bz2) = 6e73f612cfd72675b1e5b5eb378b9620b62d4946
-RMD160 (gst-plugins-bad-0.10.4.tar.bz2) = d59e78c7594c94bc1e59aa5841afe424024710bd
-Size (gst-plugins-bad-0.10.4.tar.bz2) = 1231000 bytes
+SHA1 (gst-plugins-bad-0.10.5.tar.bz2) = ad339ad401052e25e2dc2825c87b954857e53800
+RMD160 (gst-plugins-bad-0.10.5.tar.bz2) = e34c6a4eabab1fcc0fb57fd5cff3ffb8bdf54980
+Size (gst-plugins-bad-0.10.5.tar.bz2) = 1402345 bytes
 SHA1 (patch-aa) = 9a2989ee2f50631143b9f8f90006142b00f75c0f
+SHA1 (patch-ab) = 05a4538a3055b09b5209de7437d11010cc6fbe96
diff -r aac1a72b0265 -r 54c5b79da2d3 multimedia/gst-plugins0.10-bad/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ab   Fri Jul 06 19:20:15 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/07/06 19:20:15 drochner Exp $
+
+--- gst/vmnc/vmncdec.c.orig    2007-06-21 20:45:32.000000000 +0200
++++ gst/vmnc/vmncdec.c
+@@ -993,7 +993,7 @@ vmnc_dec_chain_frame (GstVMncDec * dec, 
+ 
+   if (res < 0) {
+     ret = GST_FLOW_ERROR;
+-    GST_ELEMENT_ERROR (dec, STREAM, DECODE, NULL, ("Couldn't decode packet"));
++    GST_ELEMENT_ERROR (dec, STREAM, DECODE, (NULL), ("Couldn't decode packet"));
+   } else {
+     GST_DEBUG_OBJECT (dec, "read %d bytes of %d", res, len);
+     /* inbuf may be NULL; that's ok */



Home | Main Index | Thread Index | Old Index