summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins0.10-bad/distinfo3
-rw-r--r--multimedia/gst-plugins0.10-bad/patches/patch-ad15
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-bad/distinfo b/multimedia/gst-plugins0.10-bad/distinfo
index b022c0c5bac..cabd719fae1 100644
--- a/multimedia/gst-plugins0.10-bad/distinfo
+++ b/multimedia/gst-plugins0.10-bad/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2010/03/15 14:16:03 joerg Exp $
+$NetBSD: distinfo,v 1.21 2010/06/07 02:48:34 dholland Exp $
SHA1 (gst-plugins-bad-0.10.18.tar.bz2) = 33853ed4f3be8d80c42a2a8dcce7052a08c1d64f
RMD160 (gst-plugins-bad-0.10.18.tar.bz2) = 0a7bfd2b90dc863798f5a254248a1b087dcf8f5a
@@ -6,3 +6,4 @@ Size (gst-plugins-bad-0.10.18.tar.bz2) = 3028412 bytes
SHA1 (patch-aa) = 97edd8c227a2cdd7730670024e2afdf80967eb29
SHA1 (patch-ab) = 3c0432d12366285d264760b728851da9b519de40
SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
+SHA1 (patch-ad) = b31d1ea2c3878e151d990b951cbe07a4ace7e202
diff --git a/multimedia/gst-plugins0.10-bad/patches/patch-ad b/multimedia/gst-plugins0.10-bad/patches/patch-ad
new file mode 100644
index 00000000000..0be634b1957
--- /dev/null
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2010/06/07 02:48:34 dholland Exp $
+
+Correct bashism in makefile recipe.
+
+--- gst-libs/gst/interfaces/Makefile.in~ 2010-06-07 02:35:32.000000000 +0000
++++ gst-libs/gst/interfaces/Makefile.in
+@@ -948,7 +948,7 @@ $(glib_gen_basename)-enumtypes.h: $(glib
+ $^ > $@
+
+ $(glib_gen_basename)-enumtypes.c: $(glib_enum_headers)
+- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
++ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
+ glib-mkenums \
+ --fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \