[SCM] Audacity debian packaging branch, master, updated. debian/1.3.10-2-5-g6b5f7de

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Tue Jan 19 21:23:40 UTC 2010


The following commit has been merged in the master branch:
commit 3fbf5f0438d0da6d5baa13eb62220be089311a9a
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Tue Jan 19 16:41:56 2010 +0100

    Refresh patches.

diff --git a/debian/patches/switch-hostapi-crash.patch b/debian/patches/switch-hostapi-crash.patch
index 0c445f3..2bab779 100644
--- a/debian/patches/switch-hostapi-crash.patch
+++ b/debian/patches/switch-hostapi-crash.patch
@@ -7,7 +7,7 @@ Author: David Henningsson <launchpad.web at epost.diwic.se>
 diff --git a/src/prefs/DevicePrefs.cpp b/src/prefs/DevicePrefs.cpp
 --- a/src/prefs/DevicePrefs.cpp
 +++ b/src/prefs/DevicePrefs.cpp
-@@ -330,6 +330,10 @@ wxString DevicePrefs::GetDefaultPlayDevice(int index)
+@@ -334,6 +334,10 @@ wxString DevicePrefs::GetDefaultPlayDevice(int index)
     wxLogDebug(wxT("GetDefaultPlayDevice(): HostAPI index %d, name %s"), index, wxString(apiinfo->name, wxConvLocal).c_str());
     wxLogDebug(wxT("GetDefaultPlayDevice() default output %d"), apiinfo->defaultOutputDevice);
     const PaDeviceInfo* devinfo = Pa_GetDeviceInfo(apiinfo->defaultOutputDevice);
@@ -18,7 +18,7 @@ diff --git a/src/prefs/DevicePrefs.cpp b/src/prefs/DevicePrefs.cpp
     wxString name(devinfo->name, wxConvLocal);
     wxLogDebug(wxT("GetDefaultPlayDevice() default output device name %s"), name.c_str());
     return name;
-@@ -345,6 +349,10 @@ wxString DevicePrefs::GetDefaultRecordDevice(int index)
+@@ -349,6 +353,10 @@ wxString DevicePrefs::GetDefaultRecordDevice(int index)
     wxLogDebug(wxT("GetDefaultRecordDevice(): HostAPI index %d, name %s"), index, wxString(apiinfo->name, wxConvLocal).c_str());
     wxLogDebug(wxT("GetDefaultRecordDevice() default input %d"), apiinfo->defaultInputDevice);
     const PaDeviceInfo* devinfo = Pa_GetDeviceInfo(apiinfo->defaultInputDevice);

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list