[SCM] jack-capture/master: Added patch to fix FTBS with compat 9.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Aug 19 11:00:09 UTC 2013


The following commit has been merged in the master branch:
commit dbe13954bb785020fd02b23b841eeb2c74d820ee
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Aug 19 13:01:22 2013 +0200

    Added patch to fix FTBS with compat 9.

diff --git a/debian/patches/03-fix_compat_9_build.patch b/debian/patches/03-fix_compat_9_build.patch
new file mode 100644
index 0000000..930b12e
--- /dev/null
+++ b/debian/patches/03-fix_compat_9_build.patch
@@ -0,0 +1,27 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Origin: Debian
+Description: Fix FTBS with compat 9. Thanks to Sebastian Ramacher <sramacher at debian.org>.
+Forwarded: no
+
+Index: jack-capture/jack_capture.c
+===================================================================
+--- jack-capture.orig/jack_capture.c	2013-08-19 12:53:58.010262341 +0200
++++ jack-capture/jack_capture.c	2013-08-19 12:55:00.966264901 +0200
+@@ -660,7 +660,7 @@
+         if(vu_peakvals[ch]>=1.0f)
+           printf("%c[31m",0x1b); // Peaking, show red color
+ 
+-        printf(vol);
++        printf("%s", vol);
+ 
+         for(;i<vu_len;i++)
+           vol[4+i] = vu_not_recording[i];
+@@ -668,7 +668,7 @@
+         printf("%c[33m",0x1b); // Yellow color
+ 
+         vol[i+4]='\0';
+-        printf(vol+4+pos);
++        printf("%s",vol+4+pos);
+ 
+         printf("%c[36m",0x1b); // back to cyan
+         printf("|\n");
diff --git a/debian/patches/series b/debian/patches/series
index 6613513..39ad3ee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02-makefile-compile-option.patch
+03-fix_compat_9_build.patch

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list