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

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Aug 11 20:45:44 UTC 2012


The following commit has been merged in the master branch:
commit e9d762bc2de254a55cf4c7034bae0b2b1ad6ed14
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat Aug 11 21:07:14 2012 +0200

    Drop obsolte 03-misspelling.patch
    
    Included upstream

diff --git a/debian/patches/03-misspelling.patch b/debian/patches/03-misspelling.patch
deleted file mode 100644
index 2e392b3..0000000
--- a/debian/patches/03-misspelling.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: Misspelling patch
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: yes
-Applied-Upstream: Post r12923
-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