[SCM] jack-audio-connection-kit/master: Delete jack_log.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Feb 21 23:42:48 UTC 2012


The following commit has been merged in the master branch:
commit 7a5446bf6829c1b900ce513d29a98d261a9bc4e7
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Feb 21 18:17:25 2012 +0100

    Delete jack_log.patch
    
    Included upstream.

diff --git a/debian/patches/jack_log.patch b/debian/patches/jack_log.patch
deleted file mode 100644
index cadf466..0000000
--- a/debian/patches/jack_log.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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