summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/patches
diff options
context:
space:
mode:
authordrochner <drochner>2006-12-11 12:46:08 +0000
committerdrochner <drochner>2006-12-11 12:46:08 +0000
commite14becc4345249220c7b347f5eb6780f7d47031b (patch)
treeb2d95a9f77519ad56d4414cd64f28766c961e845 /multimedia/gst-plugins0.10-base/patches
parent92abf9c806c5644321cd074bbe63ca260c558c86 (diff)
downloadpkgsrc-e14becc4345249220c7b347f5eb6780f7d47031b.tar.gz
update to 0.10.11
changes: This release requires GStreamer core 0.10.11 or higher Improved buffering during network playback Support for reverse playback of Ogg/Vorbis/Theora Reverse playback support in the audio sinks The Ogg muxer now produces correct streams in all cases Support libvisual 0.4 Improvements in RTP support Support retagging of Vorbis files Introduction of the decodebin2 element Many other bug fixes and improvements
Diffstat (limited to 'multimedia/gst-plugins0.10-base/patches')
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-aa b/multimedia/gst-plugins0.10-base/patches/patch-aa
new file mode 100644
index 00000000000..4587c94739a
--- /dev/null
+++ b/multimedia/gst-plugins0.10-base/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.3 2006/12/11 12:46:08 drochner Exp $
+
+--- configure.orig 2006-12-06 20:07:45.000000000 +0100
++++ configure
+@@ -31693,7 +31693,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
+@@ -31773,7 +31773,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