rpms/audacity/devel audacity.spec,1.26,1.27

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu Feb 15 21:19:14 UTC 2007


Author: gemi

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

Modified Files:
	audacity.spec 
Log Message:
compile with jack support


Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- audacity.spec	5 Feb 2007 20:43:24 -0000	1.26
+++ audacity.spec	15 Feb 2007 21:18:42 -0000	1.27
@@ -1,6 +1,6 @@
 Name:           audacity
 Version:        1.3.2
-Release:        7.20070106cvs%{?dist}
+Release:        8.20070106cvs%{?dist}
 Summary:        A multitrack audio editor
 
 Group:          Applications/Multimedia
@@ -23,12 +23,12 @@
 BuildRequires:	libid3tag-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  wxGTK2-devel
+BuildRequires:  jack-audio-connection-kit-devel
 Requires(post):   shared-mime-info, desktop-file-utils
 Requires(postun): shared-mime-info, desktop-file-utils
 
 # Compile options:
 # --with mp3          : enable mp3 support
-# --with portaudiov19 : enable version 19 of portaudio (disables portmixer)
 
 
 %description
@@ -56,7 +56,7 @@
 
 
 %build
-%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}
+%configure --with-help --with-libsndfile=system --without-libresample --with-libsamplerate=system --with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system --with-portaudio=v19 --without-portmixer %{?_with_mp3:--with-libmad=system} 
 make
 
 
@@ -118,6 +118,9 @@
 
 
 %changelog
+* Thu Feb 15 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-8.20070106cvs
+- compile with jack
+
 * Mon Feb  5 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-7.20070106cvs
 - compile with libsamplerate
 




More information about the scm-commits mailing list