diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-08 21:50:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-08 21:50:35 +0000 |
commit | 9fbbd1879bf8f03657cf83514560e6fda0ef1f47 (patch) | |
tree | 829391de33d5835eaa96746ecfb5ccd7656e60ea /multimedia | |
parent | 6020d683d5a59447b5b6259e9305d254d4284872 (diff) | |
download | pkgsrc-9fbbd1879bf8f03657cf83514560e6fda0ef1f47.tar.gz |
Remove obsolete patches after 1.4.0 update.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1/patches/patch-gst_gstdatetime.c | 14 | ||||
-rw-r--r-- | multimedia/gstreamer1/patches/patch-gst_gsttaglist.c | 15 |
2 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/gstreamer1/patches/patch-gst_gstdatetime.c b/multimedia/gstreamer1/patches/patch-gst_gstdatetime.c deleted file mode 100644 index c3aae14a8cc..00000000000 --- a/multimedia/gstreamer1/patches/patch-gst_gstdatetime.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-gst_gstdatetime.c,v 1.1 2013/12/14 17:11:22 joerg Exp $ - ---- gst/gstdatetime.c.orig 2013-12-13 11:16:38.000000000 +0000 -+++ gst/gstdatetime.c -@@ -21,8 +21,8 @@ - #include "config.h" - #endif - --#include "glib-compat-private.h" - #include "gst_private.h" -+#include "glib-compat-private.h" - #include "gstdatetime.h" - #include "gstvalue.h" - #include <glib.h> diff --git a/multimedia/gstreamer1/patches/patch-gst_gsttaglist.c b/multimedia/gstreamer1/patches/patch-gst_gsttaglist.c deleted file mode 100644 index cb9c2d2203d..00000000000 --- a/multimedia/gstreamer1/patches/patch-gst_gsttaglist.c +++ /dev/null @@ -1,15 +0,0 @@ -$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 |