[SCM] swami/master: Add patch to fix load of fftune pluging (Closes: #843638).

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Aug 23 05:18:26 UTC 2017


The following commit has been merged in the master branch:
commit 63bd61ba95381cb42d2e27300e7a291d4a438fd9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Aug 23 07:03:57 2017 +0200

    Add patch to fix load of fftune pluging (Closes: #843638).

diff --git a/debian/patches/03-fftune.patch b/debian/patches/03-fftune.patch
new file mode 100644
index 0000000..e5b215d
--- /dev/null
+++ b/debian/patches/03-fftune.patch
@@ -0,0 +1,18 @@
+Description: Fix loading fftune.so plugin
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843638
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: swami/src/plugins/fftune.c
+===================================================================
+--- swami.orig/src/plugins/fftune.c
++++ swami/src/plugins/fftune.c
+@@ -268,7 +268,7 @@ fftune_spectra_finalize (GObject *object
+ {
+   FFTuneSpectra *spectra = FFTUNE_SPECTRA (object);
+ 
+-  if (spectra->spectrum) fftw_free (spectra->spectrum);
++  if (spectra->spectrum) fftwf_free (spectra->spectrum);
+   if (spectra->sample) g_object_unref (spectra->sample);
+   if (spectra->tunevals) 
+     g_free (spectra->tunevals);
diff --git a/debian/patches/series b/debian/patches/series
index 67d84f6..6abebd3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_desktop_file_fix.patch
 02_remove_libsuffix.patch
+03-fftune.patch

-- 
swami packaging



More information about the pkg-multimedia-commits mailing list