[SCM] brutefir/master: Added patch fix FTBFS on kfreebsd-i386 (Closes: #728139).
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Feb 24 01:03:43 UTC 2014
The following commit has been merged in the master branch:
commit 2f6bffb634c8490cf60eef14ff8234a1f7e49ffc
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Feb 24 02:03:34 2014 +0100
Added patch fix FTBFS on kfreebsd-i386 (Closes: #728139).
diff --git a/debian/patches/40-brutefir-no-sse.patch b/debian/patches/40-brutefir-no-sse.patch
new file mode 100644
index 0000000..88818c6
--- /dev/null
+++ b/debian/patches/40-brutefir-no-sse.patch
@@ -0,0 +1,18 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Fix FTBFS on kfreebsd-i386
+Thanks to Steven Chamberlain <steven at pyro.eu.org>
+Forwarded: no
+
+Index: brutefir/fftw_convolver.c
+===================================================================
+--- brutefir.orig/fftw_convolver.c 2014-02-24 01:49:05.684702374 +0100
++++ brutefir/fftw_convolver.c 2014-02-24 01:49:05.668702841 +0100
+@@ -265,7 +265,7 @@
+ memcpy(_d, output_cbuf, n_fft * sizeof(real_t));
+ */
+ switch (opt_code) {
+-#if defined(__ARCH_IA32__) || defined(__ARCH_X86_64__)
++#if defined(__ARCH_X86_64__)
+ case OPT_CODE_SSE:
+ convolver_sse_convolve_add(input_cbuf, coeffs, output_cbuf,
+ n_fft >> 3);
diff --git a/debian/patches/series b/debian/patches/series
index 54c1046..50c4a28 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
11-sparc_v8.patch
12-spelling_errors.patch
30-pass_hardening_flags.patch
+40-brutefir-no-sse.patch
--
brutefir packaging
More information about the pkg-multimedia-commits
mailing list