[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.6-9-gbdc3de1

freee at users.alioth.debian.org freee at users.alioth.debian.org
Wed Jan 14 09:31:26 UTC 2009


The following commit has been merged in the master branch:
commit 458455f080e7f1e30f0acbe2269ea0b6e2bdb042
Author: Free Ekanayaka <free at 64studio.com>
Date:   Sun Jan 11 23:11:51 2009 +0000

    Drop ratefix patch, merged upstream

diff --git a/debian/patches/ratefix.patch b/debian/patches/ratefix.patch
deleted file mode 100644
index f4b1816..0000000
--- a/debian/patches/ratefix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- audacity-1.3.5/src/toolbars/SelectionBar.cpp~	2008-05-07 22:19:50.000000000 +0100
-+++ audacity-1.3.5/src/toolbars/SelectionBar.cpp	2008-05-19 04:13:33.226481108 +0100
-@@ -447,16 +447,9 @@
-    }
- }
- 
--void SelectionBar::OnRate(wxCommandEvent & WXUNUSED(event))
-+void SelectionBar::OnRate(wxCommandEvent &evt)
- {
--   int nSel = mRateBox->GetSelection();
--   wxString sValue;
--   if (nSel != -1) // one of the existing choices
--      sValue = mRateBox->GetString(nSel);
--   else
--      sValue = mRateBox->GetValue();
--
--   if (sValue.ToDouble(&mRate) && // is a numeric value
-+   if (evt.GetString().ToDouble(&mRate) && // is a numeric value
-          (mRate != 0.0))
-    {
-       if (mLeftTime) mLeftTime->SetSampleRate(mRate);

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list