diff --git a/audacity.spec b/audacity.spec index 9bf1d57..520d410 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,5 +1,5 @@ Name: audacity -Version: 1.2.2 +Version: 1.2.3 Release: 1 Epoch: 0 Summary: A multitrack audio editor @@ -7,7 +7,7 @@ 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.2.tar.gz +Source: http://dl.sf.net/sourceforge/audacity/audacity-src-1.2.3.tar.gz Source1: audacity.png Patch1: audacity-1.2.2-aboutdialog.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,6 +18,14 @@ BuildRequires: libid3tag-devel, desktop-file-utils %{?_with_mp3:BuildRequires: libmad-devel} %{?_with_gtk2:BuildRequires: wxGTK2-devel} %{!?_with_gtk2:BuildRequires: wxGTK-devel} +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils + +# Compile options: +# --with mp3 : enable mp3 support +# --with gtk2 : use gtk2 version of wxGTK +# --with portaudiov19 : enable version 19 of portaudio (disables portmixer) + %description Audacity is a cross-platform multitrack audio editor. It allows you to @@ -38,7 +46,7 @@ do done %build -%configure --with-help --with-libsndfile=system --with-libsamplerate=system --with-libflac=system --with-ladspa --with-id3tag=system %{?_with_mp3:--with-libmad=system} +%configure --with-help --with-libsndfile=system --with-libsamplerate=system --with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system %{?_with_mp3:--with-libmad=system} %{?_with_portaudiov19:--with-portaudio=v19 --without-portmixer} make %install @@ -49,14 +57,16 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps cat > audacity.desktop < /dev/null 2>&1 || : + +%postun +/usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1 || : + %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/* @@ -83,7 +99,10 @@ rm -rf ${RPM_BUILD_ROOT} %doc %{_datadir}/doc/* %changelog -* Sat Oct 30 2004 Michael Schwendt - 0:1.2.2-1 +* Sat Nov 20 2004 Gerard Milmeister - 0:1.2.3-1 +- New Version 1.2.3 + +* Sat Oct 30 2004 Michael Schwendt - 0:1.2.2-0.fdr.1 - Update to 1.2.2, patch aboutdialog to be readable with wxGTK. * Mon May 10 2004 Gerard Milmeister - 0:1.2.1-0.fdr.1 diff --git a/sources b/sources index 8209f7b..0359713 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68d60659ad936792f6d7d746a40a7179 audacity-src-1.2.2.tar.gz +dbfc1b401420aa694753d35acb5a8a28 audacity-src-1.2.3.tar.gz