rpms/fluidsynth/F-10 fluidsynth.spec,1.10,1.11

Orcan Ogetbil oget at fedoraproject.org
Fri Jul 17 08:46:15 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/fluidsynth/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30299

Modified Files:
	fluidsynth.spec 
Log Message:
* Fri Jul 17 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-2
- Disable portaudio support. It somehow messes up jack.



Index: fluidsynth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fluidsynth/F-10/fluidsynth.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- fluidsynth.spec	28 Jun 2009 19:01:14 -0000	1.10
+++ fluidsynth.spec	17 Jul 2009 08:46:15 -0000	1.11
@@ -1,7 +1,7 @@
 Summary:      Real-time software synthesizer
 Name:         fluidsynth
 Version:      1.0.9
-Release:      1%{?dist}
+Release:      2%{?dist}
 URL:          http://www.fluidsynth.org/
 Source0:      http://download.savannah.gnu.org/releases/fluid/fluidsynth-%{version}.tar.gz
 License:      LGPLv2+
@@ -16,7 +16,9 @@ BuildRequires: ladspa-devel
 BuildRequires: lash-devel
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
-BuildRequires: portaudio-devel
+# Disabled for now:
+# http://fluidsynth.resonance.org/trac/ticket/51
+# BuildRequires: portaudio-devel
 BuildRequires: readline-devel
 
 # For documentation:
@@ -61,8 +63,9 @@ for f in AUTHORS THANKS; do
    %{__mv} -f $f.tmp $f
 done
 
+
 %build
-%configure --enable-jack-support --enable-ladspa --disable-static
+%configure --enable-jack-support --enable-ladspa --disable-static --disable-portaudio-support
 
 # remove rpath from libtool
 %{__sed} -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -110,6 +113,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Jul 17 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-2
+- Disable portaudio support. It somehow messes up jack.
+
 * Sun Jun 28 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-1
 - Updated to 1.0.9
 - Clean rpath




More information about the fedora-extras-commits mailing list