diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-20 11:51:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-20 11:51:32 +0000 |
commit | 70ece24098503f5a7a03c01bc3d846c2b9b4c45d (patch) | |
tree | fb3a0bb7d96ed4030f53c97bc15d4e49f12f8225 /multimedia | |
parent | 782536e5a03fc7b7a3e3807828be368c7f908a16 (diff) | |
download | pkgsrc-70ece24098503f5a7a03c01bc3d846c2b9b4c45d.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/distinfo | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/patches/patch-ac | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/patches/patch-ba | 10 |
4 files changed, 18 insertions, 18 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 9f2182401ae..ec6c67d6122 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -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 --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo index 93af0425572..9757300e924 100644 --- a/multimedia/gst-plugins0.10-good/distinfo +++ b/multimedia/gst-plugins0.10-good/distinfo @@ -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 --git a/multimedia/gst-plugins0.10-good/patches/patch-ac b/multimedia/gst-plugins0.10-good/patches/patch-ac index 632a3f74507..646d6850166 100644 --- a/multimedia/gst-plugins0.10-good/patches/patch-ac +++ b/multimedia/gst-plugins0.10-good/patches/patch-ac @@ -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 --git a/multimedia/gst-plugins0.10-good/patches/patch-ba b/multimedia/gst-plugins0.10-good/patches/patch-ba index 0f046530369..64e8b4dd0df 100644 --- a/multimedia/gst-plugins0.10-good/patches/patch-ba +++ b/multimedia/gst-plugins0.10-good/patches/patch-ba @@ -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__) |