From c10b707b030bca24a8e1d2f0c997d31bbb588871 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Feb 15 2007 21:18:42 +0000 Subject: compile with jack support --- diff --git a/audacity.spec b/audacity.spec index ed30ae4..e0e2d7b 100644 --- a/audacity.spec +++ b/audacity.spec @@ -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: libsndfile-devel 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 @@ perl -pi -e 's|-msse||' lib-src/soundtouch/source/SoundTouch/Makefile.* %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 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Feb 15 2007 Gerard Milmeister - 1.3.2-8.20070106cvs +- compile with jack + * Mon Feb 5 2007 Gerard Milmeister - 1.3.2-7.20070106cvs - compile with libsamplerate