pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-bad glib2 build fixes for g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc56ae006279
branches:  trunk
changeset: 603544:fc56ae006279
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 07 18:10:13 2012 +0000

description:
glib2 build fixes for gst-plugins0.10-spc.

diffstat:

 multimedia/gst-plugins0.10-bad/distinfo                    |   4 ++-
 multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_c |  17 ++++++++++++++
 multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_h |  14 +++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r 945d831ebb85 -r fc56ae006279 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo   Mon May 07 17:54:44 2012 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo   Mon May 07 18:10:13 2012 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.28 2012/02/28 18:34:14 drochner Exp $
+$NetBSD: distinfo,v 1.29 2012/05/07 18:10:13 dholland Exp $
 
 SHA1 (gst-plugins-bad-0.10.23.tar.bz2) = 46208d7bcebaac31310e2a884cc840c51034781a
 RMD160 (gst-plugins-bad-0.10.23.tar.bz2) = 3a837843b8aa941ff7c81b90d37930ccb1ddb0be
 Size (gst-plugins-bad-0.10.23.tar.bz2) = 4001543 bytes
 SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
+SHA1 (patch-ext_spc_tag_c) = 6384b4ae56b4d1dca86ccc9106f147086784500f
+SHA1 (patch-ext_spc_tag_h) = 23186e9a06d08d3a3a482c924b7b3e3b7c55da7e
diff -r 945d831ebb85 -r fc56ae006279 multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_c        Mon May 07 18:10:13 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ext_spc_tag_c,v 1.1 2012/05/07 18:10:13 dholland Exp $
+
+Fix build with latest glib2.
+
+--- ext/spc/tag.c~     2011-12-11 18:49:11.000000000 +0000
++++ ext/spc/tag.c
+@@ -16,9 +16,7 @@
+  * Boston, MA 02111-1307, USA.
+  */
+ 
+-#include <glib/gstring.h>
+-#include <glib/gtypes.h>
+-#include <glib/gmem.h>
++#include <glib.h>
+ #include <glib/gprintf.h>
+ 
+ #include <tag.h>
diff -r 945d831ebb85 -r fc56ae006279 multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_h        Mon May 07 18:10:13 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ext_spc_tag_h,v 1.1 2012/05/07 18:10:13 dholland Exp $
+
+Fix build with latest glib2.
+
+--- ext/spc/tag.h~     2011-12-11 18:49:11.000000000 +0000
++++ ext/spc/tag.h
+@@ -16,7 +16,6 @@
+  * Boston, MA 02111-1307, USA.
+  */
+ 
+-#include <glib/gtypes.h>
+ #include <glib.h>
+ 
+ typedef struct



Home | Main Index | Thread Index | Old Index