diff --git a/fluidsynth.spec b/fluidsynth.spec index 0538710..cc131dc 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -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 rm %{_libdir}/pkgconfig/* %changelog +* Wed Dec 09 2009 Kevin Kofler - 1.0.9-5 +- Enable PulseAudio support (#538224, FESCo#265, also works around #500087) + * Wed Oct 28 2009 Orcan Ogetbil - 1.0.9-4 - Fix doxygen doc multilib conflict (RHBZ#528240)