summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-12-03 18:05:58 +0000
committerdrochner <drochner@pkgsrc.org>2010-12-03 18:05:58 +0000
commitb8ccd2059849c1596e184436191a14007f66d2a3 (patch)
treefed8194dae599b743b0e01288028adc6a3ca255e /multimedia/gst-plugins0.10-base/patches
parent949cca9a98b3c0a4d711c0dbf21376fd523e8bba (diff)
downloadpkgsrc-b8ccd2059849c1596e184436191a14007f66d2a3.tar.gz
update to 0.10.31
changes: many fixes and improvements - see the Changelog
Diffstat (limited to 'multimedia/gst-plugins0.10-base/patches')
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-ab6
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-ac6
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-ad13
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-ae13
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-af13
5 files changed, 19 insertions, 32 deletions
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ab b/multimedia/gst-plugins0.10-base/patches/patch-ab
index e68421c28e1..88c38d74ca0 100644
--- a/multimedia/gst-plugins0.10-base/patches/patch-ab
+++ b/multimedia/gst-plugins0.10-base/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.6 2010/05/14 16:28:57 drochner Exp $
+$NetBSD: patch-ab,v 1.7 2010/12/03 18:15:44 drochner Exp $
---- ext/alsa/gstalsasink.c.orig 2010-04-09 08:13:11.000000000 +0000
+--- ext/alsa/gstalsasink.c.orig 2010-11-29 12:19:06.000000000 +0000
+++ ext/alsa/gstalsasink.c
@@ -53,6 +53,10 @@
@@ -12,4 +12,4 @@ $NetBSD: patch-ab,v 1.6 2010/05/14 16:28:57 drochner Exp $
+
#define DEFAULT_DEVICE "default"
#define DEFAULT_DEVICE_NAME ""
- #define SPDIF_PERIOD_SIZE 1536
+ #define DEFAULT_CARD_NAME ""
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ac b/multimedia/gst-plugins0.10-base/patches/patch-ac
index fd919c27559..17eb611e80a 100644
--- a/multimedia/gst-plugins0.10-base/patches/patch-ac
+++ b/multimedia/gst-plugins0.10-base/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2010/05/14 16:28:57 drochner Exp $
+$NetBSD: patch-ac,v 1.5 2010/12/03 18:15:44 drochner Exp $
---- ext/alsa/gstalsasrc.c.orig 2010-04-09 08:13:11.000000000 +0000
+--- ext/alsa/gstalsasrc.c.orig 2010-11-29 12:19:06.000000000 +0000
+++ ext/alsa/gstalsasrc.c
@@ -51,6 +51,10 @@
@@ -12,4 +12,4 @@ $NetBSD: patch-ac,v 1.4 2010/05/14 16:28:57 drochner Exp $
+
#define DEFAULT_PROP_DEVICE "default"
#define DEFAULT_PROP_DEVICE_NAME ""
-
+ #define DEFAULT_PROP_CARD_NAME ""
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ad b/multimedia/gst-plugins0.10-base/patches/patch-ad
deleted file mode 100644
index ae212f85fe9..00000000000
--- a/multimedia/gst-plugins0.10-base/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2010/08/08 11:10:01 jmcneill Exp $
-
---- docs/libs/Makefile.in.orig 2010-08-08 11:00:20.000000000 +0000
-+++ docs/libs/Makefile.in
-@@ -955,7 +955,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
- cd $(distdir) && rm -f $(DISTCLEANFILES)
-- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-
- .PHONY : dist-hook-local docs
-
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ae b/multimedia/gst-plugins0.10-base/patches/patch-ae
deleted file mode 100644
index ed71e0dd19e..00000000000
--- a/multimedia/gst-plugins0.10-base/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2010/08/08 11:10:01 jmcneill Exp $
-
---- docs/plugins/Makefile.in.orig 2010-08-08 11:00:20.000000000 +0000
-+++ docs/plugins/Makefile.in
-@@ -1101,7 +1101,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
- cd $(distdir) && rm -f $(DISTCLEANFILES)
-- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
-
- .PHONY : dist-hook-local docs
-
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-af b/multimedia/gst-plugins0.10-base/patches/patch-af
new file mode 100644
index 00000000000..44388a7bec4
--- /dev/null
+++ b/multimedia/gst-plugins0.10-base/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2010/12/03 18:15:44 drochner Exp $
+
+--- configure.orig 2010-11-30 18:10:48.000000000 +0000
++++ configure
+@@ -23508,7 +23508,7 @@ $as_echo "$as_me: Using $PLUGINDIR as th
+ if ( echo yes | grep -e '^201-90-9-0-10-9-0-30-9' >/dev/null ) ; then
+ GST_PACKAGE_RELEASE_DATETIME=yes
+ else
+- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-base.doap" `;
++ YYYY_MM_DD=`${SH} "${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-base.doap" `;
+ if test "x$YYYY_MM_DD" != "x"; then
+ GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
+ else