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 | |
parent | 70d3f474d3570bd47d53c808f6f5ccd5c599aeaf (diff) | |
download | pkgsrc-4fd8dae8c48c5a28b92e685e479b65f923015b56.tar.gz |
g-ir-scanner on Darwin doesn't like empty comments, fixes hang.
-rw-r--r-- | multimedia/gstreamer0.10/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/patches/patch-gst_gsttaglist.c | 15 | ||||
-rw-r--r-- | multimedia/gstreamer1/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gstreamer1/patches/patch-gst_gsttaglist.c | 15 |
4 files changed, 34 insertions, 2 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 diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index 9ce7cac35d5..3ff47347361 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2013/12/14 17:11:22 joerg Exp $ +$NetBSD: distinfo,v 1.9 2013/12/17 11:39:38 jperkin Exp $ SHA1 (gstreamer-1.0.10.tar.xz) = bb705d949ba470c4c647efae979066514cf6b013 RMD160 (gstreamer-1.0.10.tar.xz) = b5f297880bf5c4b7bb8c0955d77983a85c570ac4 Size (gstreamer-1.0.10.tar.xz) = 3140588 bytes SHA1 (patch-gst_gstdatetime.c) = dc5a1cd90a09792cd48b8c02fdd8ee60303346b6 +SHA1 (patch-gst_gsttaglist.c) = 7c72330e2177df0f6f40f10dad81e4c927008698 diff --git a/multimedia/gstreamer1/patches/patch-gst_gsttaglist.c b/multimedia/gstreamer1/patches/patch-gst_gsttaglist.c new file mode 100644 index 00000000000..cb9c2d2203d --- /dev/null +++ b/multimedia/gstreamer1/patches/patch-gst_gsttaglist.c @@ -0,0 +1,15 @@ +$NetBSD: patch-gst_gsttaglist.c,v 1.1 2013/12/17 11:39:38 jperkin Exp $ + +g-ir-scanner on Darwin doesn't like empty comments. + +--- gst/gsttaglist.c.orig 2013-07-04 23:50:56.000000000 +0000 ++++ gst/gsttaglist.c +@@ -1522,7 +1522,7 @@ gst_tag_list_get_ ## name ## _index (con + return ret; \ + } + +-#define COPY_FUNC /**/ ++#define COPY_FUNC /* */ + /** + * gst_tag_list_get_boolean: + * @list: a #GstTagList to get the tag from |