summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good
diff options
context:
space:
mode:
authordrochner <drochner>2007-01-09 15:16:56 +0000
committerdrochner <drochner>2007-01-09 15:16:56 +0000
commit75932cc2281420ec58c78c807c29ed45867f1daf (patch)
treedaf590c368caf4e1a86f19fe809aedac77d89a3e /multimedia/gst-plugins0.10-good
parentfbe3a3ea06ff3cc371da08541482132d8d72628b (diff)
downloadpkgsrc-75932cc2281420ec58c78c807c29ed45867f1daf.tar.gz
update to 0.10.5
changes: -Parallel installability with 0.8.x series -Threadsafe design and API -RTP/RTSP improvements -Fixes in OSS support -Addition of the audiopanorama element -Improvements in AVI playback -Annodex playback fixes -Support FLAC in OGG and Matroska -Fixes in the Speex decoder -V4L2 source moved from Bad Plugins -SMPTE element ported to 0.10 -GStreamer Data Protocol (GDP) Payloader and Depayloader elements added -Many other bug-fixes
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common4
-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-aa13
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-ab24
5 files changed, 30 insertions, 25 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index d206276ab19..f414033e3fa 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.7 2006/10/12 13:33:58 drochner Exp $
+# $NetBSD: Makefile.common,v 1.8 2007/01/09 15:16:56 drochner Exp $
#
GST_PLUGINS0.10_TYPE= good
-GST_PLUGINS0.10_VER= 0.10.4
+GST_PLUGINS0.10_VER= 0.10.5
# Disable all drivers and features by default.
.for driver in aalib \
diff --git a/multimedia/gst-plugins0.10-good/PLIST b/multimedia/gst-plugins0.10-good/PLIST
index eaf93aad9d5..d225acf5725 100644
--- a/multimedia/gst-plugins0.10-good/PLIST
+++ b/multimedia/gst-plugins0.10-good/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2006/10/12 13:33:58 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/01/09 15:16:56 drochner Exp $
lib/gstreamer-0.10/libgstalaw.la
lib/gstreamer-0.10/libgstalpha.la
lib/gstreamer-0.10/libgstalphacolor.la
lib/gstreamer-0.10/libgstannodex.la
lib/gstreamer-0.10/libgstapetag.la
+lib/gstreamer-0.10/libgstaudiofx.la
lib/gstreamer-0.10/libgstauparse.la
lib/gstreamer-0.10/libgstautodetect.la
lib/gstreamer-0.10/libgstavi.la
diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo
index c057615d4e7..c3f05efc027 100644
--- a/multimedia/gst-plugins0.10-good/distinfo
+++ b/multimedia/gst-plugins0.10-good/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2006/10/12 13:33:58 drochner Exp $
+$NetBSD: distinfo,v 1.7 2007/01/09 15:16:56 drochner Exp $
-SHA1 (gst-plugins-good-0.10.4.tar.bz2) = 8d99da6d912d03296aa9908af3f6840e2191df14
-RMD160 (gst-plugins-good-0.10.4.tar.bz2) = 23d774f547e9cdc4929c5bcd24aa21019c2a6b8d
-Size (gst-plugins-good-0.10.4.tar.bz2) = 1225739 bytes
-SHA1 (patch-aa) = f6ea3afbb377a7dad86c1350d4af7b1dfdca8a6a
-SHA1 (patch-ab) = 16c8e67c63cf2c06a5e21eedad722f89ce73561f
+SHA1 (gst-plugins-good-0.10.5.tar.bz2) = 21bdf42c401129d1b8e019b1d5200f5b0d237557
+RMD160 (gst-plugins-good-0.10.5.tar.bz2) = 93d0b31a5c54c58185f73a0bf5b0223cdf12cad7
+Size (gst-plugins-good-0.10.5.tar.bz2) = 1356388 bytes
+SHA1 (patch-ab) = 056eb2987a62cedc1b42c56cd15cd4771cff8964
diff --git a/multimedia/gst-plugins0.10-good/patches/patch-aa b/multimedia/gst-plugins0.10-good/patches/patch-aa
deleted file mode 100644
index e36237e2500..00000000000
--- a/multimedia/gst-plugins0.10-good/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2006/03/21 14:51:46 joerg Exp $
-
---- sys/oss/gstossmixer.c.orig 2006-03-21 14:44:22.000000000 +0000
-+++ sys/oss/gstossmixer.c
-@@ -92,7 +92,7 @@ gst_ossmixer_open (GstOssMixer * mixer)
- mixer->cardname = g_strdup (minfo.name);
- }
- #else
-- oss->cardname = g_strdup ("Unknown");
-+ mixer->cardname = g_strdup ("Unknown");
- #endif
-
- return TRUE;
diff --git a/multimedia/gst-plugins0.10-good/patches/patch-ab b/multimedia/gst-plugins0.10-good/patches/patch-ab
index d5ee88adb42..3872e79f65c 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.3 2006/10/12 13:33:58 drochner Exp $
+$NetBSD: patch-ab,v 1.4 2007/01/09 15:16:56 drochner Exp $
---- configure.orig 2006-10-07 00:33:28.000000000 +0200
+--- configure.orig 2006-12-21 15:21:53.000000000 +0100
+++ configure
-@@ -25821,7 +25821,7 @@ rm -f conftest.mmap
+@@ -27646,7 +27646,7 @@ rm -f conftest.mmap
@@ -11,3 +11,21 @@ $NetBSD: patch-ab,v 1.3 2006/10/12 13:33:58 drochner Exp $
GST_HAVE_MMAP_TRUE=
GST_HAVE_MMAP_FALSE='#'
else
+@@ -29541,7 +29541,7 @@ rm -f core conftest.err conftest.$ac_obj
+ echo "${ECHO_T}$flag_ok" >&6; }
+
+
+- if test "x$ERROR_CFLAGS" == "x"
++ if test "x$ERROR_CFLAGS" = "x"
+ then
+
+ { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5
+@@ -29621,7 +29621,7 @@ rm -f core conftest.err conftest.$ac_obj
+ echo "${ECHO_T}$flag_ok" >&6; }
+
+
+- if test "x$ERROR_CFLAGS" == "x"
++ if test "x$ERROR_CFLAGS" = "x"
+ then
+
+ { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5