From fb011cabd56b435cb11397d67fb50a8ccd08a148 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Jul 17 2009 08:46:15 +0000 Subject: - Disable portaudio support. It somehow messes up jack. --- diff --git a/fluidsynth.spec b/fluidsynth.spec index c15418e..3f713fe 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -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 rm %{_libdir}/pkgconfig/* %changelog +* Fri Jul 17 2009 Orcan Ogetbil - 1.0.9-2 +- Disable portaudio support. It somehow messes up jack. + * Sun Jun 28 2009 Orcan Ogetbil - 1.0.9-1 - Updated to 1.0.9 - Clean rpath