[SCM] zynjacku/master: 0006-ui_gtk_threads_init.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 10 14:06:57 UTC 2011


The following commit has been merged in the master branch:
commit 22286bf2d0e6b00acb25f48d8d0e4ac7688e52ea
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 10 15:06:35 2011 +0100

    0006-ui_gtk_threads_init.patch
    
    Call gtk.gdk.threads_init() before doing any GTK+ stuff.
    When using the Composite Sampler plugin[1], the UI would freeze (but the audio would be functional).

diff --git a/debian/patches/0006-ui_gtk_threads_init.patch b/debian/patches/0006-ui_gtk_threads_init.patch
new file mode 100644
index 0000000..d4f7f1e
--- /dev/null
+++ b/debian/patches/0006-ui_gtk_threads_init.patch
@@ -0,0 +1,19 @@
+From: Gabriel M. Beddingfield <gabriel at teuton.org>
+Origin: upstream, commit:3f28b4276e53af23818f8b9f002544973abfea2e
+Description: Call gtk.gdk.threads_init() before doing any GTK+ stuff.
+ When using the Composite Sampler plugin[1], the UI would freeze (but
+ the audio would be functional).
+---
+ zynjacku |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- zynjacku.orig/zynjacku
++++ zynjacku/zynjacku
+@@ -61,6 +61,7 @@ class ZynjackuHost(zynhost.host):
+     def __init__(self, client_name, preset_extension=None, preset_name=None, lash_client=None):
+         #print "ZynjackuHost constructor called."
+ 
++        gtk.gdk.threads_init()
+         zynhost.host.__init__(self, zynjacku_c.Engine(), client_name, preset_extension, preset_name, lash_client)
+ 
+ class ZynjackuHostMulti(ZynjackuHost):

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list