rpms/audacity/devel audacity.spec,1.4,1.5 sources,1.3,1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Dec 4 16:24:38 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/audacity/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv11112

Modified Files:
	audacity.spec sources 
Log Message:
Sync with audacity-1.2.3-0.fdr.1.2.src.rpm from Gerard


Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audacity.spec	25 Nov 2004 00:01:49 -0000	1.4
+++ audacity.spec	4 Dec 2004 16:24:36 -0000	1.5
@@ -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 @@
 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 @@
 %{?_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 @@
 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 @@
 
 cat > audacity.desktop <<EOF
 [Desktop Entry]
+Name=Audacity
+GenericName=Sound editor
 Type=Application
 Exec=audacity
-Name=Audacity
 Icon=audacity.png
 Terminal=false
 Comment=A multitrack audio editor
 Encoding=UTF-8
-X-Desktop-File-Install-Version=0.3
+X-Desktop-File-Install-Version=0.4
+MimeType=audio/*;application/ogg;
 StartupWMClass=Audacity
 EOF
 
@@ -73,6 +83,12 @@
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
+%post
+/usr/bin/update-desktop-database /usr/share/applications > /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 @@
 %doc %{_datadir}/doc/*
 
 %changelog
-* Sat Oct 30 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:1.2.2-1
+* Sat Nov 20 2004 Gerard Milmeister <gemi at bluewin.ch> - 0:1.2.3-1
+- New Version 1.2.3
+
+* Sat Oct 30 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 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 <gemi at bluewin.ch> - 0:1.2.1-0.fdr.1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/audacity/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Nov 2004 00:01:49 -0000	1.3
+++ sources	4 Dec 2004 16:24:36 -0000	1.4
@@ -1 +1 @@
-68d60659ad936792f6d7d746a40a7179  audacity-src-1.2.2.tar.gz
+dbfc1b401420aa694753d35acb5a8a28  audacity-src-1.2.3.tar.gz




More information about the fedora-extras-commits mailing list