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/gstreamer1 | |
parent | 70d3f474d3570bd47d53c808f6f5ccd5c599aeaf (diff) | |
download | pkgsrc-4fd8dae8c48c5a28b92e685e479b65f923015b56.tar.gz |
g-ir-scanner on Darwin doesn't like empty comments, fixes hang.
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r-- | multimedia/gstreamer1/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gstreamer1/patches/patch-gst_gsttaglist.c | 15 |
2 files changed, 17 insertions, 1 deletions
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 |