[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.7-45-gd8636b3

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Tue Feb 3 12:02:03 UTC 2009


The following commit has been merged in the master branch:
commit e263ebe61e352a4331b36fec793ba05450a1608e
Author: Benjamin Drung <benjamin.drung at gmail.com>
Date:   Tue Feb 3 12:59:36 2009 +0100

    Added curly-brace-before-preprocessor-endif.patch to fix compile error.

diff --git a/debian/changelog b/debian/changelog
index 50b8b75..04b7355 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ audacity (1.3.7-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Dropped hyphen-used-as-minus-sign.patch (applied upstream).
+  * Added curly-brace-before-preprocessor-endif.patch to fix compile error.
 
- -- Benjamin Drung <benjamin.drung at gmail.com>  Tue, 03 Feb 2009 12:15:12 +0100
+ -- Benjamin Drung <benjamin.drung at gmail.com>  Tue, 03 Feb 2009 12:58:55 +0100
 
 audacity (1.3.6-3) unstable; urgency=low
 
diff --git a/debian/patches/curly-brace-before-preprocessor-endif.patch b/debian/patches/curly-brace-before-preprocessor-endif.patch
new file mode 100644
index 0000000..c26a4d9
--- /dev/null
+++ b/debian/patches/curly-brace-before-preprocessor-endif.patch
@@ -0,0 +1,13 @@
+diff -Nurp audacity-1.3.7/src/AudioIO.cpp audacity-1.3.7.new/src/AudioIO.cpp
+--- audacity-1.3.7/src/AudioIO.cpp	2009-01-27 21:50:59.000000000 +0100
++++ audacity-1.3.7.new/src/AudioIO.cpp	2009-02-01 03:53:54.000000000 +0100
+@@ -2200,8 +2200,8 @@ wxString AudioIO::GetDeviceInfo()
+    
+       Px_CloseMixer(PortMixer);
+ 
+-#endif
+       }  //end of massive if statement if a valid sample rate has been found
++#endif
+    return o.GetString();
+ }
+ 

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list