[SCM] jack-audio-connection-kit/master: Fix FTBFS on amd64 due to missing jack_log (Closes: #641911)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Sep 24 20:57:34 UTC 2011


The following commit has been merged in the master branch:
commit 0374d9975024abd53de6798516b6a393815c5bb5
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat Sep 24 22:30:49 2011 +0200

    Fix FTBFS on amd64 due to missing jack_log (Closes: #641911)

diff --git a/debian/patches/jack_log.patch b/debian/patches/jack_log.patch
new file mode 100644
index 0000000..cadf466
--- /dev/null
+++ b/debian/patches/jack_log.patch
@@ -0,0 +1,19 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Bugs-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641911
+Description: Fix leftover reference to jack_log
+Forwarded: http://trac.jackaudio.org/attachment/ticket/239
+--- a/libjack/client.c
++++ b/libjack/client.c
+@@ -89,12 +89,6 @@
+ init_cpu ()
+ {
+ 	cpu_type = ((have_3dnow() << 8) | have_sse());
+-	if (ARCH_X86_HAVE_3DNOW(cpu_type))
+-		jack_log("Enhanced3DNow! detected");
+-	if (ARCH_X86_HAVE_SSE2(cpu_type))
+-		jack_log("SSE2 detected");
+-	if ((!ARCH_X86_HAVE_3DNOW(cpu_type)) && (!ARCH_X86_HAVE_SSE2(cpu_type)))
+-		jack_log("No supported SIMD instruction sets detected");
+ 	jack_port_set_funcs();
+ }
+ 

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list