glib2 build fixes for gst-plugins0.10-spc.
This commit is contained in:
parent
02445156ff
commit
8fd11d8539
3 changed files with 34 additions and 1 deletions
|
@ -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
|
||||
|
|
17
multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_c
Normal file
17
multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_c
Normal file
|
@ -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>
|
14
multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_h
Normal file
14
multimedia/gst-plugins0.10-bad/patches/patch-ext_spc_tag_h
Normal file
|
@ -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
|
Loading…
Reference in a new issue