pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Added patch-ai for compatibilit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df2e5c486e0d
branches:  trunk
changeset: 504686:df2e5c486e0d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 18 22:31:56 2005 +0000

description:
Added patch-ai for compatibility with ISO C90. Fixes the build of
gst-plugins-gnomevfs.

diffstat:

 multimedia/gst-plugins/distinfo         |   3 ++-
 multimedia/gst-plugins/patches/patch-ai |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 25577f89c2d1 -r df2e5c486e0d multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo   Sun Dec 18 22:23:56 2005 +0000
+++ b/multimedia/gst-plugins/distinfo   Sun Dec 18 22:31:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2005/11/02 15:09:07 joerg Exp $
+$NetBSD: distinfo,v 1.29 2005/12/18 22:31:56 rillig Exp $
 
 SHA1 (gst-plugins-0.8.11.tar.bz2) = 4a9be6b62dd0e8a73616e8e93f7a3ace8aec8c59
 RMD160 (gst-plugins-0.8.11.tar.bz2) = 833aec123a52cd0f36ec883c349cc8d69090d749
@@ -9,3 +9,4 @@
 SHA1 (patch-ae) = 3509dd08d3e010e9eb85c71ae6c42e28f6f9ec2d
 SHA1 (patch-ag) = 264ef4cb6a4fa8eb65ff55ca1c0947d3566a64b8
 SHA1 (patch-ah) = 9df4c75c56f7fe29279f270ffc1cfa716fae1a98
+SHA1 (patch-ai) = fbee2828dfda28f1e017552e0e2e273cf5d2670b
diff -r 25577f89c2d1 -r df2e5c486e0d multimedia/gst-plugins/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins/patches/patch-ai   Sun Dec 18 22:31:56 2005 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ai,v 1.1 2005/12/18 22:31:56 rillig Exp $
+
+Keywords: c90
+
+--- ext/gnomevfs/gstgnomevfssrc.c.orig Mon Aug 29 13:50:49 2005
++++ ext/gnomevfs/gstgnomevfssrc.c      Sun Dec 18 23:25:51 2005
+@@ -1131,8 +1131,10 @@ gst_gnomevfssrc_get (GstPad * pad)
+ 
+   /* deal with tag list */
+   if (src->icy_taglist) {
++    GstEvent *event;
++
+     gst_element_found_tags (GST_ELEMENT (src), src->icy_taglist);
+-    GstEvent *event = gst_event_new_tag (src->icy_taglist);
++    event = gst_event_new_tag (src->icy_taglist);
+ 
+     gst_object_ref (GST_OBJECT (src));
+     event->src = GST_OBJECT (src);



Home | Main Index | Thread Index | Old Index