summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer0.10/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-01-26 10:34:48 +0000
committerdrochner <drochner@pkgsrc.org>2009-01-26 10:34:48 +0000
commitc1f7737a2ab1670d6c75c07a2d71e222ff881168 (patch)
tree1f092c75f7a1970f3e725dd6c27d935b8221ef0a /multimedia/gstreamer0.10/patches
parent90331716c80c1da2376fe8943453c8d30d2b67b8 (diff)
downloadpkgsrc-c1f7737a2ab1670d6c75c07a2d71e222ff881168.tar.gz
update to 0.10.22
changes: GstController improvements Extensions to the latency setting behaviours Ability for plugins to register dependencies to trigger re-scanning Optimisations in some common operations on caps and values and elsewhere Add sequence numbers to events so dependent events can be associated with the event that caused them New macros for reading and writing float values Many improvements in the basesink base class Support non-default main contexts for GstBus watches Improvements in pull-mode scheduling of sinks Fixes for alignment issues on sparc Ghost pad fixes New bit-reader assistance API Many other bug fixes and improvements
Diffstat (limited to 'multimedia/gstreamer0.10/patches')
-rw-r--r--multimedia/gstreamer0.10/patches/patch-ac22
1 files changed, 4 insertions, 18 deletions
diff --git a/multimedia/gstreamer0.10/patches/patch-ac b/multimedia/gstreamer0.10/patches/patch-ac
index 4062d8102e8..035130fd98b 100644
--- a/multimedia/gstreamer0.10/patches/patch-ac
+++ b/multimedia/gstreamer0.10/patches/patch-ac
@@ -1,22 +1,8 @@
-$NetBSD: patch-ac,v 1.6 2008/12/14 18:34:45 rillig Exp $
+$NetBSD: patch-ac,v 1.7 2009/01/26 10:34:48 drochner Exp $
-http://bugzilla.gnome.org/show_bug.cgi?id=564507
-
---- configure.orig 2008-10-02 23:54:25.000000000 +0200
-+++ configure 2008-12-14 19:26:26.000000000 +0100
-@@ -25178,10 +25178,7 @@
- { echo "$as_me:$LINENO: checking bison version $bison_version >= $bison_min_version" >&5
- echo $ECHO_N "checking bison version $bison_version >= $bison_min_version... $ECHO_C" >&6; }
-
-- if perl -w <<EOF
-- exit ($bison_version < $bison_min_version) ? 0 : 1;
--EOF
-- then
-+ if perl -we "exit ((v$bison_version ge v$bison_min_version) ? 0 : 1)"; then
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
- else
-@@ -31985,7 +31982,7 @@
+--- configure.orig 2009-01-19 21:36:01.000000000 +0100
++++ configure
+@@ -23587,7 +23587,7 @@ rm -f core conftest.err conftest.$ac_obj
echo "${ECHO_T}$flag_ok" >&6; }