summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-10-30 14:33:45 +0000
committerwiz <wiz@pkgsrc.org>2008-10-30 14:33:45 +0000
commit9797ce9dc6cdb8db514e516dda3e3aa8ba432bdd (patch)
tree5dc808b050bde33b832e1e6778edb39e0f76a27f /multimedia/gst-plugins0.10-good
parentc9875835657b2cc2f0cfc62a32f19bdd90386801 (diff)
downloadpkgsrc-9797ce9dc6cdb8db514e516dda3e3aa8ba432bdd.tar.gz
Update to 0.10.11:
Changes since 0.10.10: * HDV capture support * Port flactag element to 0.10 * Support FLAC in alternate bit-depths and more samplerates * Matroska muxing improvements * Support Google RTSP variant * Many other bug-fixes and improvements Bugs fixed since 0.10.10: * 545433 : [wavparse] support tempo tag * 311586 : Matroska mux/demux don't support flac * 350830 : [raw1394] Add HDV support * 413841 : [flactag] needs porting to 0.10.x * 536067 : [matroska] Add support for real audio/video * 537361 : videomixer segment handler fail * 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l... * 544956 : [videobox] segfault when changing properties at running p... * 545463 : autodetect plugin links to gconf, unnecessarily * 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d... * 546465 : can't play m.youtube.com rtsp streams * 547075 : [speex] Encoder doesn't handle non-zero start timestamps ... * 547217 : Implement GstPropertyProbe interface on pulsesrc for dete... * 547227 : Implement GstPropertyProbe interface on pulsesink for det... * 547518 : pulsemixer probe fails after device property is set * 547519 : Add device-name property to pulsesrc * 548530 : wavenc allows audio depth of 25 * 548831 : matroska demuxer setting incorrect timestamps * 549073 : buffer_alloc function from new basetransform sometimes fa... * 549090 : v4l2src has no property named norm but notifies it * 549551 : conversion of gst structure names to mime types in multip... * 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device * 550015 : build failure: gstcmmlparser.c:115: error: format not a s... * 550791 : [flacenc] files are too big, mid-side-stereo=true should ... * 551048 : rtsp implementation sends PAUSE even when server doesn't ... * 551570 : plugin ximagesrc is memory leaking... * 551584 : Crash when modifying the videobox " top " and " left " live w... * 552213 : [qtdemux] map tiff fourcc to image/tiff caps * 553191 : udpsrc: bind() fails on OS X * 554771 : totem spins CPU 100% while allocating (infinitely) becaus... * 556010 : AVI muxer segfault * 556381 : [icydemux] test fails with latest core * 556424 : [avidemux] segmentation fault when creating indexes * 557085 : [videobox] support dynamically changing properties * 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem) * 547842 : Vorbis RTP RFC 5215 is out * 550288 : Sound not played - a quicktime file
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common17
-rw-r--r--multimedia/gst-plugins0.10-good/PLIST3
-rw-r--r--multimedia/gst-plugins0.10-good/distinfo11
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-aa19
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-ab41
5 files changed, 49 insertions, 42 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index 0a3137fdef6..86b82d61c90 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,8 +1,18 @@
-# $NetBSD: Makefile.common,v 1.14 2008/09/14 13:10:11 drochner Exp $
+# $NetBSD: Makefile.common,v 1.15 2008/10/30 14:33:45 wiz Exp $
#
+# used by audio/gst-plugins0.10-esound/Makefile
+# used by audio/gst-plugins0.10-flac/Makefile
+# used by audio/gst-plugins0.10-oss/Makefile
+# used by audio/gst-plugins0.10-speex/Makefile
+# used by audio/gst-plugins0.10-wavpack/Makefile
+# used by graphics/gst-plugins0.10-cairo/Makefile
+# used by graphics/gst-plugins0.10-jpeg/Makefile
+# used by graphics/gst-plugins0.10-png/Makefile
+# used by multimedia/gst-plugins0.10-v4l2/Makefile
+# used by net/gst-plugins0.10-soup/Makefile
GST_PLUGINS0.10_TYPE= good
-GST_PLUGINS0.10_VER= 0.10.10
+GST_PLUGINS0.10_VER= 0.10.11
# Disable all drivers and features by default.
.for driver in aalib \
@@ -37,4 +47,7 @@ CONFIGURE_ARGS+= --disable-${driver}
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.21
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.21
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
diff --git a/multimedia/gst-plugins0.10-good/PLIST b/multimedia/gst-plugins0.10-good/PLIST
index 095fb9e2061..4a0fef3231a 100644
--- a/multimedia/gst-plugins0.10-good/PLIST
+++ b/multimedia/gst-plugins0.10-good/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2008/09/14 13:10:11 drochner Exp $
+@comment $NetBSD: PLIST,v 1.14 2008/10/30 14:33:45 wiz Exp $
lib/gstreamer-0.10/libgstalaw.la
lib/gstreamer-0.10/libgstalpha.la
lib/gstreamer-0.10/libgstalphacolor.la
@@ -42,6 +42,7 @@ share/gconf/schemas/gstreamer-0.10.schemas
share/locale/af/LC_MESSAGES/gst-plugins-good-0.10.mo
share/locale/az/LC_MESSAGES/gst-plugins-good-0.10.mo
share/locale/bg/LC_MESSAGES/gst-plugins-good-0.10.mo
+share/locale/ca/LC_MESSAGES/gst-plugins-good-0.10.mo
share/locale/cs/LC_MESSAGES/gst-plugins-good-0.10.mo
share/locale/da/LC_MESSAGES/gst-plugins-good-0.10.mo
share/locale/en_GB/LC_MESSAGES/gst-plugins-good-0.10.mo
diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo
index 555a6052963..576c3bd4fdb 100644
--- a/multimedia/gst-plugins0.10-good/distinfo
+++ b/multimedia/gst-plugins0.10-good/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.15 2008/09/14 13:10:11 drochner Exp $
+$NetBSD: distinfo,v 1.16 2008/10/30 14:33:45 wiz Exp $
-SHA1 (gst-plugins-good-0.10.10.tar.bz2) = abe7314171ad40232f492e3d1d324cbc1742ce53
-RMD160 (gst-plugins-good-0.10.10.tar.bz2) = f52342f496cfe6d7303bcac5c00d4d27df3f3fe8
-Size (gst-plugins-good-0.10.10.tar.bz2) = 2030290 bytes
-SHA1 (patch-ab) = c0438f561a47aac84501fc31e9704fb9a5c84a8c
+SHA1 (gst-plugins-good-0.10.11.tar.bz2) = 91379437060d893f4c06aae7db7f5e53a600f62f
+RMD160 (gst-plugins-good-0.10.11.tar.bz2) = 7ae2a8c0a2fa5f2703b7238c26bde5b092c6eb92
+Size (gst-plugins-good-0.10.11.tar.bz2) = 2081796 bytes
+SHA1 (patch-aa) = ff92783f28566bfc3ae067e90ca1e2abb5b83049
+SHA1 (patch-ab) = 6c88213d89b5b0170d9c6495612d80ad8aebc453
SHA1 (patch-ac) = 1304121ff668decfa21fd0551b3eb9994970033f
SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a
diff --git a/multimedia/gst-plugins0.10-good/patches/patch-aa b/multimedia/gst-plugins0.10-good/patches/patch-aa
new file mode 100644
index 00000000000..904399b6d40
--- /dev/null
+++ b/multimedia/gst-plugins0.10-good/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.5 2008/10/30 14:33:45 wiz Exp $
+
+--- sys/v4l2/v4l2src_calls.c.orig 2008-10-10 23:13:37.000000000 +0000
++++ sys/v4l2/v4l2src_calls.c
+@@ -475,10 +475,14 @@ gst_v4l2src_format_get_rank (guint32 fou
+ case V4L2_PIX_FMT_SN9C10X:
+ return S910_BASE_RANK;
+
++#ifdef V4L2_PIX_FMT_PWC1
+ case V4L2_PIX_FMT_PWC1:
+ return PWC_BASE_RANK;
++#endif
++#ifdef V4L2_PIX_FMT_PWC2
+ case V4L2_PIX_FMT_PWC2:
+ return PWC_BASE_RANK;
++#endif
+
+ default:
+ break;
diff --git a/multimedia/gst-plugins0.10-good/patches/patch-ab b/multimedia/gst-plugins0.10-good/patches/patch-ab
index ced97027a79..ee74505131f 100644
--- a/multimedia/gst-plugins0.10-good/patches/patch-ab
+++ b/multimedia/gst-plugins0.10-good/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.10 2008/09/07 18:00:27 wiz Exp $
+$NetBSD: patch-ab,v 1.11 2008/10/30 14:33:45 wiz Exp $
---- configure.orig 2008-04-22 22:05:02.000000000 -0400
-+++ configure 2008-09-07 12:02:20.000000000 -0400
-@@ -30644,7 +30644,7 @@
+--- configure.orig 2008-10-24 21:46:18.000000000 +0000
++++ configure
+@@ -30739,7 +30739,7 @@ rm -f conftest.mmap
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.10 2008/09/07 18:00:27 wiz Exp $
GST_HAVE_MMAP_TRUE=
GST_HAVE_MMAP_FALSE='#'
else
-@@ -31937,7 +31937,7 @@
+@@ -32154,7 +32154,7 @@ rm -f core conftest.err conftest.$ac_obj
echo "${ECHO_T}$flag_ok" >&6; }
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.10 2008/09/07 18:00:27 wiz Exp $
then
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
-@@ -36126,6 +36126,8 @@
+@@ -36493,6 +36493,8 @@ cat >>conftest.$ac_ext <<_ACEOF
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.10 2008/09/07 18:00:27 wiz Exp $
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
-@@ -36481,6 +36483,8 @@
+@@ -36848,6 +36850,8 @@ cat >>conftest.$ac_ext <<_ACEOF
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
@@ -38,30 +38,3 @@ $NetBSD: patch-ab,v 1.10 2008/09/07 18:00:27 wiz Exp $
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
-@@ -40419,9 +40423,9 @@
- HAVE_FLAC=no
-
-
-- { echo "$as_me:$LINENO: checking for FLAC__seekable_stream_encoder_new in -lFLAC" >&5
--echo $ECHO_N "checking for FLAC__seekable_stream_encoder_new in -lFLAC... $ECHO_C" >&6; }
--if test "${ac_cv_lib_FLAC_FLAC__seekable_stream_encoder_new+set}" = set; then
-+ { echo "$as_me:$LINENO: checking for FLAC__stream_encoder_new in -lFLAC" >&5
-+echo $ECHO_N "checking for FLAC__stream_encoder_new in -lFLAC... $ECHO_C" >&6; }
-+if test "${ac_cv_lib_FLAC_FLAC__stream_encoder_new+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
-@@ -40439,11 +40443,11 @@
- #ifdef __cplusplus
- extern "C"
- #endif
--char FLAC__seekable_stream_encoder_new ();
-+char FLAC__stream_encoder_new ();
- int
- main ()
- {
--return FLAC__seekable_stream_encoder_new ();
-+return FLAC__stream_encoder_new ();
- ;
- return 0;
- }