[Pkg-cli-libs-commits] [SCM] gstreamer-sharp branch, master, updated. debian/0.9.2-4

Iain Lane laney at debian.org
Sun Mar 25 21:15:27 UTC 2012


The following commit has been merged in the master branch:
commit a5c307babe48b043d3dc4a74339b5686d6f1ebbc
Author: Iain Lane <laney at debian.org>
Date:   Sun Mar 25 22:01:15 2012 +0100

    Include glib.h directly
    
    This is instead of gthread.h, since the latter is deprecated.
    
    Closes: #665544

diff --git a/debian/patches/glib-includes.patch b/debian/patches/glib-includes.patch
new file mode 100644
index 0000000..8109c82
--- /dev/null
+++ b/debian/patches/glib-includes.patch
@@ -0,0 +1,18 @@
+Description: Include glib.h instead of gthread.h directly, since this is
+ deprecated now.
+Bug-Debian: http://bugs.debian.org/665544
+Author: Iain Lane <laney at debian.org>
+
+diff --git a/gstreamer-sharp/glue/glib.c b/gstreamer-sharp/glue/glib.c
+index 3efb0c6..1b5dfaa 100644
+--- a/gstreamer-sharp/glue/glib.c
++++ b/gstreamer-sharp/glue/glib.c
+@@ -20,7 +20,7 @@
+  */
+ 
+ 
+-#include <glib/gthread.h>
++#include <glib.h>
+ 
+ gboolean gstglibsharp_g_thread_supported (void);
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4517104..3fb8abc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 set-pc-cli-path.patch
 add-dllmap.patch
 fix-gst-message-nre.patch
+glib-includes.patch

-- 
gstreamer-sharp



More information about the Pkg-cli-libs-commits mailing list