[packman] [PM] audacity 1.3.2 (openSUSE 10.2/x86_64)

Simon Lewis simon.lewis at mnet-online.de
Tue Mar 27 12:04:06 CEST 2007


Hallo Detlef

Es gibt Probleme mit der resampling in Audacity 1.3.2 beta.

Das Bug und die Lösung sind unter
http://limpet.net/audacity/bugzilla/show_bug.cgi?id=257#c1gut geschrieben.

Es scheint das 2 Patches nötig sind.

Bitte können Sie Packmann's  Audacity rpms für openSUSE 10.2 noch mal
herstellen?

Ciao, Simon


$ diff -s audacity.spec.bk audacity.spec
59c59
< %configure --with-help --with-libsndfile=system --with-libsamplerate=system
--with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system
%{?_with_mp3:--with-libmad=system} %{?_with_portaudiov19:--with-portaudio=v19
--without-portmixer}
---
> %configure --with-help --with-libsndfile=system --without-libresample
--with-libsamplerate=system --with-libflac=system --with-ladspa
--with-vorbis=system --with-id3tag=system %{?_with_mp3:--with-libmad=system}
%{?_with_portaudiov19:--with-portaudio=v19 --without-portmixer}

und

diff -Nur audacity-src-1.3.2-beta-orig/configure audacity-src-1.3.2-beta/configure
--- audacity-src-1.3.2-beta-orig/configure	2006-10-29 01:05:36.000000000 +0200
+++ audacity-src-1.3.2-beta/configure	2007-02-18 21:07:34.000000000 +0100
@@ -6079,7 +6079,7 @@
 fi
 
 
-   if false ; then
+   if true ; then
 
 cat >>confdefs.h <<\_ACEOF
 #define USE_LIBSAMPLERATE 1
diff -Nur audacity-src-1.3.2-beta-orig/src/Resample.cpp audacity-src-1.3.2-beta/src/Resample.cpp
--- audacity-src-1.3.2-beta-orig/src/Resample.cpp	2006-10-29 01:05:28.000000000 +0200
+++ audacity-src-1.3.2-beta/src/Resample.cpp	2007-02-18 21:07:23.000000000 +0100
@@ -137,7 +137,7 @@
 
 wxString Resample::GetMethodName(int index)
 {
-   return wxString(src_get_name(index));
+   return wxString(wxString::FromAscii(src_get_name(index)));
 }
 
 int Resample::GetFastMethod()






More information about the Packman mailing list