[SCM] calf/master: Add patch cherry-picked upstream to fix comboboxes in Ardour4.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Jun 18 10:26:01 UTC 2016


The following commit has been merged in the master branch:
commit b2ae5fd13dadc816c58786535a95070b3669e9cd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 18 11:34:15 2016 +0200

    Add patch cherry-picked upstream to fix comboboxes in Ardour4.

diff --git a/debian/patches/020160503~413bd43.patch b/debian/patches/020160503~413bd43.patch
new file mode 100644
index 0000000..5fd6eef
--- /dev/null
+++ b/debian/patches/020160503~413bd43.patch
@@ -0,0 +1,16 @@
+Description: Fix comboboxes in Ardour4
+Origin: upstream, https://github.com/calf-studio-gear/calf/commit/413bd43
+Author: Markus Schmidt <schmidt at boomshop.net>
+Forwarded: yes
+Last-Update: 2016-06-18
+
+--- a/src/gui_controls.cpp
++++ b/src/gui_controls.cpp
+@@ -303,6 +303,7 @@
+     {
+         const parameter_properties &props = get_props();
+         gtk_combo_box_set_active (GTK_COMBO_BOX (widget), (int)gui->plugin->get_param_value(param_no) - (int)props.min);
++        gtk_widget_queue_draw(widget);
+     }
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 15cfae0..650394e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+020160503~413bd43.patch
 1001_use_autoconf_dirnames.patch
 1002-lv2core_to_lv2.patch
 2001_use_colorbox.patch

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list