Origin: upstream, other, *
Description: Applied patches. See Vcs-* headers in debian/control.

--- gxine-0.5.908.orig/src/main.c
+++ gxine-0.5.908/src/main.c
@@ -593,7 +593,7 @@ to the extent permitted by law.\n"),
   if (!no_connect)
     gxine_try_remote (argc, argv, enqueue, autoplay);
 
-#if !defined(HAVE_XCB) && !defined(USE_SUN_XLIB_WORKAROUND) && defined(HAVE_X11)
+#if !defined(USE_SUN_XLIB_WORKAROUND) && defined(HAVE_X11)
   /* start using X... */
   X_INIT_THREADS ();
 #endif
@@ -727,7 +727,7 @@ to the extent permitted by law.\n"),
   gtk_window_set_auto_startup_notification (TRUE);
   noskin_main_init (geometry, fullscreen);
 
-#if !defined(HAVE_XCB) && defined(USE_SUN_XLIB_WORKAROUND) && defined(HAVE_X11)
+#if defined(USE_SUN_XLIB_WORKAROUND) && defined(HAVE_X11)
   /* call XInitThreads after the window opens to avoid deadlock in libXi */
   X_INIT_THREADS ();
 #endif
--- /dev/null
+++ gxine-0.5.908/include/version.h
@@ -0,0 +1 @@
+#define CSET_ID " bda3105bc52b+"
