rpms/fluidsynth/F-11 fluidsynth.spec,1.13,1.14

Kevin Kofler kkofler at fedoraproject.org
Fri Jan 8 19:04:49 UTC 2010


Author: kkofler

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

Modified Files:
	fluidsynth.spec 
Log Message:
Sync from devel:

* Wed Dec 09 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.0.9-5
- Enable PulseAudio support (#538224, FESCo#265, also works around #500087)


Index: fluidsynth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fluidsynth/F-11/fluidsynth.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- fluidsynth.spec	28 Oct 2009 06:28:58 -0000	1.13
+++ fluidsynth.spec	8 Jan 2010 19:04:49 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:      Real-time software synthesizer
 Name:         fluidsynth
 Version:      1.0.9
-Release:      4%{?dist}
+Release:      5%{?dist}
 URL:          http://www.fluidsynth.org/
 Source0:      http://download.savannah.gnu.org/releases/fluid/fluidsynth-%{version}.tar.gz
 License:      LGPLv2+
@@ -19,6 +19,7 @@ BuildRequires: pkgconfig
 # Disabled for now:
 # http://fluidsynth.resonance.org/trac/ticket/51
 # BuildRequires: portaudio-devel
+BuildRequires: pulseaudio-libs-devel
 BuildRequires: readline-devel
 
 # For documentation:
@@ -65,7 +66,7 @@ done
 
 
 %build
-%configure --enable-jack-support --enable-ladspa --disable-static --disable-portaudio-support
+%configure --enable-jack-support --enable-ladspa --enable-pulse-support --disable-static --disable-portaudio-support
 
 # remove rpath from libtool
 %{__sed} -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -117,6 +118,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Dec 09 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.0.9-5
+- Enable PulseAudio support (#538224, FESCo#265, also works around #500087)
+
 * Wed Oct 28 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-4
 - Fix doxygen doc multilib conflict (RHBZ#528240)
 




More information about the fedora-extras-commits mailing list