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

--- gxine-0.5.908.orig/mime.default
+++ gxine-0.5.908/mime.default
@@ -75,3 +75,6 @@ video/x-ms-wvx
 video/x-msvideo
 video/x-ogg
 video/x-quicktime
+x-content/video-dvd
+x-content/video-svcd
+x-content/video-vcd
--- gxine-0.5.908.orig/src/script_engine.c
+++ gxine-0.5.908/src/script_engine.c
@@ -855,6 +855,7 @@ SE_JS_PROPERTY_SETTER_DECLARE(generic_JS
 	}
         if (!SE_JS_CALL_PROPERTY_SETTER_WITH_JSVAL (generic_JSSetProperty, cx, p->obj, dot, vp))
 	  *vp = OBJECT_TO_JSVAL (p->obj);
+        SE_JS_FREE_ENCODED_STRING (cx, prop);
 	return JS_TRUE;
       }
     }
--- 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+"
