summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good/patches
diff options
context:
space:
mode:
authordrochner <drochner>2007-01-09 15:16:56 +0000
committerdrochner <drochner>2007-01-09 15:16:56 +0000
commit2ac5aeafda181378429c8b67cc1f3c65fb870614 (patch)
treedaf590c368caf4e1a86f19fe809aedac77d89a3e /multimedia/gst-plugins0.10-good/patches
parentc0a03db146135afd8ed1cc3c8b4609283da44db8 (diff)
downloadpkgsrc-2ac5aeafda181378429c8b67cc1f3c65fb870614.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/patches')
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-aa13
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-ab24
2 files changed, 21 insertions, 16 deletions
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