[SCM] Audacity debian packaging branch, master, updated. debian/1.3.7-3-52-ged594dc

diwic-guest at users.alioth.debian.org diwic-guest at users.alioth.debian.org
Wed Oct 21 18:15:11 UTC 2009


The following commit has been merged in the master branch:
commit ab3c9207e0f6c0dbc91ff2ac66c64337fa439209
Author: David <audacity at epost.diwic.se>
Date:   Wed Oct 21 20:00:03 2009 +0200

    Avoid that Audacity leaves autosave files behind, if quitted with monitoring enabled (LP: #455990)

diff --git a/debian/patches/stopstream-on-close.patch b/debian/patches/stopstream-on-close.patch
new file mode 100644
index 0000000..934bd8d
--- /dev/null
+++ b/debian/patches/stopstream-on-close.patch
@@ -0,0 +1,18 @@
+Description: If monitoring is activated when closing audacity,
+ the autosave file is not erased correctly
+Bug-Ubuntu: https://launchpad.net/bugs/455990
+Forwarded: no
+Author: David Henningsson <launchpad.web at epost.diwic.se>
+diff -Nur -x '*.orig' -x '*~' audacity-1.3.9/src/Project.cpp audacity-1.3.9.new/src/Project.cpp
+--- audacity-1.3.9/src/Project.cpp	2009-08-31 12:45:38.000000000 +0200
++++ audacity-1.3.9.new/src/Project.cpp	2009-10-20 04:31:41.221998664 +0200
+@@ -1768,6 +1768,9 @@
+       SetAudioIOToken(0);
+       RedrawProject();
+    }
++   else if (gAudioIO->IsMonitoring()) {
++      gAudioIO->StopStream();
++   }
+ 
+    // These two lines test for an 'empty' project.
+    // of course it could still have a history at this stage.

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list