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