diff --git a/audacity.changes b/audacity.changes index 81a7ace..bf0b0d4 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,9 +1,15 @@ +------------------------------------------------------------------- +Tue May 19 16:18:43 CEST 2009 - cmorve69@yahoo.es + +- Add alsa-devel BR to allow ALSA output + ------------------------------------------------------------------- Mon May 11 23:08:12 CEST 2009 - cmorve69@yahoo.es - removed unneeded BuildRequires - make ffmpeg, mad and twolame support build options - use upstream .desktop file +- do not force -fno-strict-aliasing since upstream already does ------------------------------------------------------------------- Wed Apr 8 16:55:49 CEST 2009 - mseben@suse.cz diff --git a/audacity.spec b/audacity.spec index 4aefde9..dc0d584 100644 --- a/audacity.spec +++ b/audacity.spec @@ -25,6 +25,8 @@ BuildRequires: flac-devel gcc-c++ glib-devel jack-devel libexpat-devel BuildRequires: libid3tag-devel libsamplerate-devel libsndfile-devel BuildRequires: libvorbis-devel soundtouch-devel update-desktop-files BuildRequires: wxGTK-devel +# Only needed because of internal PortAudio, why aren't we using the system version? +BuildRequires: alsa-devel %if %{with ffmpeg} BuildRequires: libffmpeg-devel %endif @@ -36,7 +38,7 @@ BuildRequires: libtwolame-devel %endif Summary: A Free, Cross-Platform Digital Audio Editor Version: 1.3.7 -Release: 3 +Release: 4 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -141,10 +143,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mime/packages/audacity.xml %changelog +* Tue May 19 2009 cmorve69@yahoo.es +- Add alsa-devel BR to allow ALSA output * Mon May 11 2009 cmorve69@yahoo.es - removed unneeded BuildRequires - make ffmpeg, mad and twolame support build options - use upstream .desktop file +- do not force -fno-strict-aliasing since upstream already does * Wed Apr 08 2009 mseben@suse.cz - added wxGTK_with_stl.patch to fix build issues when linking wxGTK configured with --enable-stl flag