diff --git a/.cvsignore b/.cvsignore index e69de29..e1385a4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +audacity-src-1.2.1.tar.bz2 diff --git a/audacity.png b/audacity.png new file mode 100644 index 0000000..02343ac Binary files /dev/null and b/audacity.png differ diff --git a/audacity.spec b/audacity.spec new file mode 100644 index 0000000..27d785e --- /dev/null +++ b/audacity.spec @@ -0,0 +1,107 @@ +%define ver 1.2.1 + +Name: audacity +Version: %{ver} +Release: 0.fdr.1.rh90 +Epoch: 0 +Summary: A multitrack audio editor + +Group: Applications/Multimedia +License: GPL +URL: http://audacity.sourceforge.net +Source: http://aleron.dl.sourceforge.net/sourceforge/audacity/audacity-src-1.2.1.tar.bz2 +Source1: audacity.png +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: libogg-devel, libvorbis-devel, zlib-devel, perl +BuildRequires: gettext, zip, flac-devel, ladspa-devel +BuildRequires: libsamplerate-devel, libsndfile-devel +BuildRequires: libid3tag-devel, desktop-file-utils +%{?_with_mp3:BuildRequires: libmad-devel} +%{?_with_gtk2:BuildRequires: wxGTK2-devel} +%{!?_with_gtk2:BuildRequires: wxGTK-devel} + +%description +Audacity is a cross-platform multitrack audio editor. It allows you to +record sounds directly or to import Ogg, WAV, AIFF, AU, IRCAM, or MP3 +files. It features a few simple effects, all of the editing features +you should need, and unlimited undo. The GUI was built with wxWindows +and the audio I/O currently uses OSS under Linux. Audacity runs on +Linux/*BSD, MacOS, and Windows. + +%prep +%setup -q -n %{name}-src-%{version} +cp -a src/Languages.cpp src/Languages.cpp.orig +iconv -f ISO_8859-1 -t UTF-8 src/Languages.cpp.orig > src/Languages.cpp +for i in help/wxhelp/audacity.hhk help/wxhelp/exportmp3.htm locale/*.po src/export/ExportMP3.cpp +do + perl -pi -e 's|libmp3lame.so|libmp3lame.so.0|g' $i +done + +%build +%configure --with-help --with-libsndfile=system --with-libsamplerate=system --with-libflac=system --with-ladspa --with-id3tag=system %{?_with_mp3:--with-libmad=system} +make + +%install +rm -rf ${RPM_BUILD_ROOT} +make DESTDIR=${RPM_BUILD_ROOT} install +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps +cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps + +cat > audacity.desktop < - 0:1.2.1-0.fdr.1 +- New Version 1.2.1 + +* Sun Apr 11 2004 Gerard Milmeister - 0:1.2.0-0.fdr.2 +- Fix for Language.cpp restored + +* Tue Mar 2 2004 Gerard Milmeister - 0:1.2.0-0.fdr.1 +- New Version 1.2.0 + +* Mon Nov 24 2003 Gerard Milmeister - 0:1.2.0-0.fdr.4.pre3 +- Added icon +- Separated mp3 plugin + +* Sun Nov 23 2003 Gerard Milmeister - 0:1.2.0-0.fdr.2.pre3 +- Changes to specfile + +* Sun Nov 2 2003 Gerard Milmeister - 0:1.2.0-0.fdr.1.pre3 +- New upstream version 1.2.0-pre3 + +* Sat Oct 25 2003 Gerard Milmeister - 0:1.2.0-pre2.fdr.1 +- First Fedora release + diff --git a/sources b/sources index e69de29..a8ac987 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +8914538a3edb6f88e2f70fb2fec3790f audacity-src-1.2.1.tar.bz2