[SCM] ardour/master: Added 03-misspelling.patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Oct 4 14:04:51 UTC 2011


The following commit has been merged in the master branch:
commit 42e06343fa5f8b67a0bac7c5d64f38b54f99e178
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Oct 4 16:03:49 2011 +0200

    Added 03-misspelling.patch

diff --git a/debian/patches/03-misspelling.patch b/debian/patches/03-misspelling.patch
new file mode 100644
index 0000000..c0d9455
--- /dev/null
+++ b/debian/patches/03-misspelling.patch
@@ -0,0 +1,35 @@
+Description: Misspelling patch
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+Last-Update: 2011-10-04
+Index: ardour/libs/rubberband/src/FFT.cpp
+===================================================================
+--- ardour.orig/libs/rubberband/src/FFT.cpp	2011-10-04 11:56:25.781111984 +0200
++++ ardour/libs/rubberband/src/FFT.cpp	2011-10-04 14:53:50.373895672 +0200
+@@ -1199,7 +1199,7 @@
+     switch (m_method) {
+ 
+     case 0:
+-        std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implemention not available" << std::endl;
++        std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implementation not available" << std::endl;
+ #ifdef USE_BUILTIN_FFT
+         d = new FFTs::D_Cross(size);
+ #else
+@@ -1216,7 +1216,7 @@
+         }
+         d = new FFTs::D_FFTW(size);
+ #else
+-        std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implemention not available" << std::endl;
++        std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implementation not available" << std::endl;
+ #ifdef USE_BUILTIN_FFT
+         d = new FFTs::D_Cross(size);
+ #else
+@@ -1234,7 +1234,7 @@
+         }
+         d = new FFTs::D_KISSFFT(size);
+ #else
+-        std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implemention not available" << std::endl;
++        std::cerr << "FFT::FFT(" << size << "): WARNING: Selected implementation not available" << std::endl;
+ #ifdef USE_BUILTIN_FFT
+         d = new FFTs::D_Cross(size);
+ #else

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list