rpms/audacity/FC-6 audacity.spec,1.22,1.23

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Feb 5 20:40:42 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/audacity/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20352

Modified Files:
	audacity.spec 
Log Message:
compile with libsamplerate


Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/FC-6/audacity.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- audacity.spec	22 Jan 2007 14:54:27 -0000	1.22
+++ audacity.spec	5 Feb 2007 20:40:10 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           audacity
 Version:        1.3.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A multitrack audio editor
 
 Group:          Applications/Multimedia
@@ -56,7 +56,7 @@
 
 
 %build
-%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}
+%configure --with-help --with-libsndfile=system --without-libresample --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
 
 
@@ -117,6 +117,9 @@
 %doc %{_datadir}/doc/*
 
 %changelog
+* Mon Feb  5 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-4
+- compile with libsamplerate
+
 * Mon Jan 22 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-3
 - convert french locale to iso-8859-1
 




More information about the scm-commits mailing list