[SCM] ardour3/master: Added 02-misspelling.patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Sep 28 19:37:03 UTC 2011


The following commit has been merged in the master branch:
commit a38114c4de54b1e67044b4f00c1aa5c13b796b2c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Sep 28 21:35:55 2011 +0200

    Added 02-misspelling.patch

diff --git a/debian/patches/02-misspelling.patch b/debian/patches/02-misspelling.patch
new file mode 100644
index 0000000..e3a09e5
--- /dev/null
+++ b/debian/patches/02-misspelling.patch
@@ -0,0 +1,35 @@
+Description: Misspelling patch
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+Last-Update: 2011-09-28
+Index: ardour3/libs/rubberband/src/FFT.cpp
+===================================================================
+--- ardour3.orig/libs/rubberband/src/FFT.cpp	2011-09-27 18:13:20.370434906 +0200
++++ ardour3/libs/rubberband/src/FFT.cpp	2011-09-28 19:43:50.562980826 +0200
+@@ -1201,7 +1201,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
+@@ -1218,7 +1218,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
+@@ -1236,7 +1236,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

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list