SHA256
1
0
forked from pool/audacity
OBS User unknown 2007-06-21 17:45:15 +00:00 committed by Git OBS Bridge
parent 352ea762e3
commit c35d4812b7
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 21 15:57:10 CEST 2007 - sbrabec@suse.cz
- Build with system soundtouch.
- Build with jack support.
-------------------------------------------------------------------
Wed Jun 6 14:09:40 CEST 2007 - sbrabec@suse.cz

View File

@ -11,13 +11,13 @@
# norootforbuild
Name: audacity
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel mad-devel unixODBC-devel update-desktop-files wxGTK-devel zip
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel mad-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip
# build with local portaudio for now
# BuildRequires: portaudio-devel
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.3
Release: 2
Release: 9
License: GNU General Public License (GPL)
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -83,6 +83,8 @@ autoreconf -f -i
cd lib-src/portaudio-v19
autoreconf -f -i
cd ../..
# Needed for audacity-1.3.3:
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--enable-unicode \
--with-vorbis=system \
@ -120,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/mime/packages/audacity.xml
%changelog
* Thu Jun 21 2007 - sbrabec@suse.cz
- Build with system soundtouch.
- Build with jack support.
* Wed Jun 06 2007 - sbrabec@suse.cz
- Removed invalid desktop Category "Application" (#254654).
* Tue May 29 2007 - prusnak@suse.cz