summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gxine/patches')
-rw-r--r--multimedia/gxine/patches/patch-an17
-rw-r--r--multimedia/gxine/patches/patch-src_console_output_h15
-rw-r--r--multimedia/gxine/patches/patch-src_engine_c15
3 files changed, 44 insertions, 3 deletions
diff --git a/multimedia/gxine/patches/patch-an b/multimedia/gxine/patches/patch-an
index 264e1193741..985ae60f42c 100644
--- a/multimedia/gxine/patches/patch-an
+++ b/multimedia/gxine/patches/patch-an
@@ -1,8 +1,19 @@
-$NetBSD: patch-an,v 1.1 2006/05/03 12:47:47 drochner Exp $
+$NetBSD: patch-an,v 1.2 2012/05/06 23:13:49 dholland Exp $
---- src/main.c.orig 2006-05-03 12:14:19.000000000 +0200
+- fix build with latest glib2
+- threading fix? (?)
+
+--- src/main.c.orig 2009-12-19 16:18:41.000000000 +0000
+++ src/main.c
-@@ -557,9 +557,9 @@ to the extent permitted by law.\n"));
+@@ -45,7 +45,6 @@
+ #include <gdk/gdkx.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <glib.h>
+-#include <glib/gmessages.h>
+
+ #include "desktop_integration.h"
+ #include "engine.h"
+@@ -802,9 +801,9 @@ to the extent permitted by law.\n"),
if (cmd)
se_eval (gse, cmd, NULL, NULL, NULL, "--command");
diff --git a/multimedia/gxine/patches/patch-src_console_output_h b/multimedia/gxine/patches/patch-src_console_output_h
new file mode 100644
index 00000000000..a4e9d1c01c1
--- /dev/null
+++ b/multimedia/gxine/patches/patch-src_console_output_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_console_output_h,v 1.1 2012/05/06 23:13:49 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/console_output.h~ 2009-12-19 16:18:41.000000000 +0000
++++ src/console_output.h
+@@ -21,7 +21,7 @@
+ #ifndef GXINE_CONSOLE_OUTPUT_H
+ #define GXINE_CONSOLE_OUTPUT_H
+
+-#include <glib/gmessages.h>
++#include <glib.h>
+
+ void console_output_init (void);
+
diff --git a/multimedia/gxine/patches/patch-src_engine_c b/multimedia/gxine/patches/patch-src_engine_c
new file mode 100644
index 00000000000..099d9638c08
--- /dev/null
+++ b/multimedia/gxine/patches/patch-src_engine_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_engine_c,v 1.1 2012/05/06 23:13:49 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/engine.c~ 2009-12-19 16:18:41.000000000 +0000
++++ src/engine.c
+@@ -30,7 +30,7 @@
+ #include <errno.h>
+ #include <unistd.h>
+
+-#include <glib/gthread.h>
++#include <glib.h>
+
+ #include "engine.h"
+ #include "ui.h"