SHA256
1
0
forked from pool/audacity
OBS User unknown 2009-05-20 10:31:01 +00:00 committed by Git OBS Bridge
parent e37d8982f9
commit a88e62d128
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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