diff --git a/audacity.spec b/audacity.spec index dc0531c..0546793 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,6 +1,6 @@ Name: audacity Version: 1.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A multitrack audio editor Group: Applications/Multimedia @@ -56,7 +56,7 @@ perl -pi -e 's|-msse||' lib-src/soundtouch/source/SoundTouch/Makefile.* %build -%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} make @@ -117,6 +117,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc %{_datadir}/doc/* %changelog +* Mon Feb 5 2007 Gerard Milmeister - 1.3.2-4 +- compile with libsamplerate + * Mon Jan 22 2007 Gerard Milmeister - 1.3.2-3 - convert french locale to iso-8859-1