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-good update to 0.10.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/821da9bce972
branches:  trunk
changeset: 567526:821da9bce972
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Nov 20 11:51:32 2009 +0000

description:
update to 0.10.17
changes:
RTP improvements
Support automatic cropping in videobox
Add TTL multicast UDP property
AVI demux push mode fixes and performance improvements
Support large and unusual chunks sizes in wav
Quicktime demuxer improvements
JPEG decode fixes and speedups
Support interlaced Y4M file output
DV demuxer improvements
Pulseaudio fixes and improvements
Support Pulseaudio PLAY/PAUSE requests
speexdec improvements
FLV demuxer improvements
Fix audio noise in the Equalizer plugin, and other improvements
Fix compilation on OS/X Snow Leopard
AVI muxer fixes
Support MPEG V4L2 devices and improve timestamping
Better jpeg2k support
Many other bug fixes and improvements

diffstat:

 multimedia/gst-plugins0.10-good/Makefile.common  |   4 ++--
 multimedia/gst-plugins0.10-good/distinfo         |  12 ++++++------
 multimedia/gst-plugins0.10-good/patches/patch-ac |  10 +++++-----
 multimedia/gst-plugins0.10-good/patches/patch-ba |  10 +++++-----
 4 files changed, 18 insertions(+), 18 deletions(-)

diffs (78 lines):

diff -r 0d2f029ff253 -r 821da9bce972 multimedia/gst-plugins0.10-good/Makefile.common
--- a/multimedia/gst-plugins0.10-good/Makefile.common   Fri Nov 20 11:50:24 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile.common   Fri Nov 20 11:51:32 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2009/09/08 20:22:02 drochner Exp $
+# $NetBSD: Makefile.common,v 1.22 2009/11/20 11:51:32 drochner Exp $
 #
 # used by audio/gst-plugins0.10-esound/Makefile
 # used by audio/gst-plugins0.10-flac/Makefile
@@ -13,7 +13,7 @@
 # used by net/gst-plugins0.10-soup/Makefile
 
 GST_PLUGINS0.10_TYPE=  good
-GST_PLUGINS0.10_VER=   0.10.16
+GST_PLUGINS0.10_VER=   0.10.17
 
 # Disable all drivers and features by default.
 .for driver in aalib \
diff -r 0d2f029ff253 -r 821da9bce972 multimedia/gst-plugins0.10-good/distinfo
--- a/multimedia/gst-plugins0.10-good/distinfo  Fri Nov 20 11:50:24 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/distinfo  Fri Nov 20 11:51:32 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2009/09/08 20:22:02 drochner Exp $
+$NetBSD: distinfo,v 1.24 2009/11/20 11:51:32 drochner Exp $
 
-SHA1 (gst-plugins-good-0.10.16.tar.bz2) = 655a22ea3f4f4dc0f9f200af7c85b4b725d960e7
-RMD160 (gst-plugins-good-0.10.16.tar.bz2) = 51f6dfc95932ae3a25d017257a3587e3081ad163
-Size (gst-plugins-good-0.10.16.tar.bz2) = 2573811 bytes
+SHA1 (gst-plugins-good-0.10.17.tar.bz2) = fb0b9054ee7d1674a7c2bcc2fccf5331d8e9b80c
+RMD160 (gst-plugins-good-0.10.17.tar.bz2) = 770a5a091751ea362600c2824cc860dc3f8830b3
+Size (gst-plugins-good-0.10.17.tar.bz2) = 2671700 bytes
 SHA1 (patch-ab) = ebcc3d155af4683d820764e92c5056edfebcfd9b
-SHA1 (patch-ac) = 8867119011dc8cca89cc3a35fb3f095212887bf7
-SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a
+SHA1 (patch-ac) = 156fcc3c6f14f5a5f92b2f3ebba508477337fc55
+SHA1 (patch-ba) = 0f2cc16c39f8bc2a4854ec928b7c0b60d0559eb5
 SHA1 (patch-bb) = ec781545a7583405a25e8a4dcf689e777f6ac51f
diff -r 0d2f029ff253 -r 821da9bce972 multimedia/gst-plugins0.10-good/patches/patch-ac
--- a/multimedia/gst-plugins0.10-good/patches/patch-ac  Fri Nov 20 11:50:24 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/patches/patch-ac  Fri Nov 20 11:51:32 2009 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.6 2009/02/27 21:10:43 wiz Exp $
+$NetBSD: patch-ac,v 1.7 2009/11/20 11:51:32 drochner Exp $
 
---- gst/udp/Makefile.in.orig   2009-02-19 11:46:06.000000000 +0000
+--- gst/udp/Makefile.in.orig   2009-11-16 23:41:11.000000000 +0100
 +++ gst/udp/Makefile.in
-@@ -824,7 +824,7 @@ uninstall-am: uninstall-pluginLTLIBRARIE
+@@ -880,7 +880,7 @@ $(glib_gen_basename)-enumtypes.h: $(glib
        $^ > $@
  
- %-enumtypes.c: $(glib_enum_headers)
+ $(glib_gen_basename)-enumtypes.c: $(glib_enum_headers)
 -      @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
 +      @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
        glib-mkenums \
-       --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \
+       --fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \
        --fprod "\n/* enumerations from \"@filename@\" */" \
diff -r 0d2f029ff253 -r 821da9bce972 multimedia/gst-plugins0.10-good/patches/patch-ba
--- a/multimedia/gst-plugins0.10-good/patches/patch-ba  Fri Nov 20 11:50:24 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/patches/patch-ba  Fri Nov 20 11:51:32 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ba,v 1.1 2008/09/07 17:28:23 jmcneill Exp $
+$NetBSD: patch-ba,v 1.2 2009/11/20 11:51:32 drochner Exp $
 
---- sys/v4l2/gstv4l2object.h.orig      2008-09-07 12:07:01.000000000 -0400
-+++ sys/v4l2/gstv4l2object.h   2008-09-07 12:08:10.000000000 -0400
-@@ -37,13 +37,17 @@
-  * errors here, check your linux/time.h && sys/time.h header setup.
+--- sys/v4l2/gstv4l2object.h.orig      2009-11-09 20:37:11.000000000 +0100
++++ sys/v4l2/gstv4l2object.h
+@@ -38,13 +38,17 @@
   */
+ #include <sys/ioctl.h>
  #include <sys/types.h>
 -#ifndef __sun
 +#if !defined(__sun) && !defined(__NetBSD__)



Home | Main Index | Thread Index | Old Index