diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-17 11:35:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-17 11:35:20 +0000 |
commit | 4fd8dae8c48c5a28b92e685e479b65f923015b56 (patch) | |
tree | 189a925a715e69d2adb97b1cc012fa81b3778135 /multimedia/gstreamer0.10 | |
parent | 70d3f474d3570bd47d53c808f6f5ccd5c599aeaf (diff) | |
download | pkgsrc-4fd8dae8c48c5a28b92e685e479b65f923015b56.tar.gz |
g-ir-scanner on Darwin doesn't like empty comments, fixes hang.
Diffstat (limited to 'multimedia/gstreamer0.10')
-rw-r--r-- | multimedia/gstreamer0.10/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gstreamer0.10/distinfo b/multimedia/gstreamer0.10/distinfo index f2e86224c92..700fc4b3bde 100644 --- a/multimedia/gstreamer0.10/distinfo +++ b/multimedia/gstreamer0.10/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.34 2013/12/14 17:11:22 joerg Exp $ +$NetBSD: distinfo,v 1.35 2013/12/17 11:35:20 jperkin Exp $ SHA1 (gstreamer-0.10.36.tar.bz2) = ff95b5316b920e7c2836588bba18fa61395fbd03 RMD160 (gstreamer-0.10.36.tar.bz2) = 5dd01d8ea7afe98e96037bf73f995654f469096e @@ -6,4 +6,5 @@ Size (gstreamer-0.10.36.tar.bz2) = 3655705 bytes SHA1 (patch-aa) = bc10562292a005ec43d64401964eddf50d9aa1d5 SHA1 (patch-af) = 9c3a045b4b7d17ca40edae513167bbba049aaa76 SHA1 (patch-gst_gstdatetime.c) = 67c23f098e8ebe4b85ed7b38013beb0363fc37e2 +SHA1 (patch-gst_gsttaglist.c) = 2adc4ecf335046e2d668b5965e0fe4847a64c59a SHA1 (patch-gst_parse_grammar.y) = 73cf46f94b436972666726d0f395ffcf8cf5abc2 diff --git a/multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c b/multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c new file mode 100644 index 00000000000..7fffaf5a614 --- /dev/null +++ b/multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c @@ -0,0 +1,15 @@ +$NetBSD: patch-gst_gsttaglist.c,v 1.1 2013/12/17 11:35:20 jperkin Exp $ + +g-ir-scanner on Darwin doesn't like empty comments. + +--- gst/gsttaglist.c.orig 2011-12-30 01:14:35.000000000 +0000 ++++ gst/gsttaglist.c +@@ -1406,7 +1406,7 @@ gst_tag_list_get_ ## name ## _index (con + * _get_ulong*() and _get_pointer*()? - they are not really useful/common + * enough to warrant convenience accessor functions */ + +-#define COPY_FUNC /**/ ++#define COPY_FUNC /* */ + /** + * gst_tag_list_get_char: + * @list: a #GstTagList to get the tag from |