[SCM] rubberband/master: Added patch fixing spelling

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 25 13:46:12 UTC 2012


The following commit has been merged in the master branch:
commit d20543ae697440fa17d02a2310a11085ce8b07e0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 25 15:45:48 2012 +0200

    Added patch fixing spelling

diff --git a/debian/patches/01-spelling.patch b/debian/patches/01-spelling.patch
new file mode 100644
index 0000000..fd3a118
--- /dev/null
+++ b/debian/patches/01-spelling.patch
@@ -0,0 +1,62 @@
+Description: Fix spelling patch
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: No
+
+Index: rubberband/src/dsp/FFT.cpp
+===================================================================
+--- rubberband.orig/src/dsp/FFT.cpp	2012-09-24 15:44:32.689778767 +0200
++++ rubberband/src/dsp/FFT.cpp	2012-09-25 15:33:44.755349473 +0200
+@@ -1281,7 +1281,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
+@@ -1298,7 +1298,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
+@@ -1316,7 +1316,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
+@@ -1327,7 +1327,7 @@
+         break;
+ 
+     case 4:
+-        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
+@@ -1337,7 +1337,7 @@
+         break;
+ 
+     case 5:
+-        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
+@@ -1347,7 +1347,7 @@
+         break;
+ 
+     case 6:
+-        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
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0d2484a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling.patch

-- 
rubberband packaging



More information about the pkg-multimedia-commits mailing list