[SCM] Audacity debian packaging branch, master, updated. debian/1.3.9-7-8-geb67440

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Tue Dec 1 22:34:09 UTC 2009


The following commit has been merged in the master branch:
commit eb67440d620fe68e0fc0342cf36144fc4346ab46
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Tue Dec 1 23:33:10 2009 +0100

    Drop stopstream-on-close.patch (accepted by upstream).

diff --git a/debian/patches/stopstream-on-close.patch b/debian/patches/stopstream-on-close.patch
deleted file mode 100644
index 4ec465e..0000000
--- a/debian/patches/stopstream-on-close.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: If monitoring is activated when closing audacity,
- the autosave file is not erased correctly
-Bug-Ubuntu: https://launchpad.net/bugs/455990
-Forwarded: yes
-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