[SCM] traverso/master: Add patch to fix build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jul 15 20:58:21 UTC 2014


The following commit has been merged in the master branch:
commit 247c836756d4d61940da1332f346a7a4129466ea
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jul 15 22:57:54 2014 +0200

    Add patch to fix build.

diff --git a/debian/patches/01-fix_build.patch b/debian/patches/01-fix_build.patch
new file mode 100644
index 0000000..8974d57
--- /dev/null
+++ b/debian/patches/01-fix_build.patch
@@ -0,0 +1,17 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Fixing build. Thanks to Fabian Greffrath <fabian at greffrath.com>
+Forwarded: yes
+
+Index: traverso/src/core/InputEngine.cpp
+===================================================================
+--- traverso.orig/src/core/InputEngine.cpp
++++ traverso/src/core/InputEngine.cpp
+@@ -1519,7 +1519,7 @@ int InputEngine::init_map(const QString&
+ 				exists = true;
+ 				QString errorstring = QString("InputEngine:: keyfact with: type=%1, key1='%2', key2='%3' already exists!\n"
+ 						"You should only define keyfact types one time!!\n").arg(keyFactType).arg(key1).arg(key2); 
+-				printf(QS_C(errorstring));
++				printf("%s",QS_C(errorstring));
+ 				info().warning(errorstring);
+ 				break;
+ 			}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c1247d8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01-fix_build.patch
+02-fix_spelling.patch

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list