[SCM] qmidiroute/master: Add patch from Ubuntu to fix loading config files.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 15 12:43:01 UTC 2015


The following commit has been merged in the master branch:
commit aac8ba9c145f977cb4ff03fd1c823435f441cec9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 15 14:39:10 2015 +0200

    Add patch from Ubuntu to fix loading config files.

diff --git a/debian/patches/02-Fix_loading_config_file.patch b/debian/patches/02-Fix_loading_config_file.patch
new file mode 100644
index 0000000..5be813f
--- /dev/null
+++ b/debian/patches/02-Fix_loading_config_file.patch
@@ -0,0 +1,19 @@
+Description: Fix loading config files
+Taken from ubuntu:
+https://bugs.launchpad.net/ubuntu/+source/qmidiroute/+bug/1455920
+https://launchpadlibrarian.net/206733370/7_6.diff
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: No
+
+Index: qmidiroute/src/mapwidget.cpp
+===================================================================
+--- qmidiroute.orig/src/mapwidget.cpp
++++ qmidiroute/src/mapwidget.cpp
+@@ -523,6 +523,7 @@ void MapWidget::readMap(QTextStream& map
+     updateChOutMode(qs2.toInt());
+     qs2 = qs.section(' ', 1, 1); 
+     indexOutMode->setCurrentIndex(qs2.toInt());
++    updateIndexOutMode(qs2.toInt());
+     qs = mapText.readLine();
+     qs2 = qs.section(' ', 0, 0); 
+     portOut->setValue(qs2.toInt() + 1);
diff --git a/debian/patches/series b/debian/patches/series
index 8a8dc6c..73e9289 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-manpage_fix.patch
+02-Fix_loading_config_file.patch

-- 
qmidiroute packaging



More information about the pkg-multimedia-commits mailing list