From: Jakub Bogusz Date: Sat, 17 Dec 2011 20:04:41 +0000 (+0000) Subject: - updated dependencies (added glib2, dbus; updated versions) X-Git-Tag: auto/th/fluidsynth-1_1_5-2~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=c0296b5fdaafa31ccf4949f853c9beb6fc71cdcb;p=packages%2Ffluidsynth.git - updated dependencies (added glib2, dbus; updated versions) - dropped bogus --enable-coreaudio (CoreAudio is Mac specific) Changed files: fluidsynth.spec -> 1.45 --- diff --git a/fluidsynth.spec b/fluidsynth.spec index c21e328..91c384d 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,7 +1,7 @@ # # Conditional build: -%bcond_with ladcca # enable ladcca sesion managment support -%bcond_with readline # build with readline lib line editing +%bcond_with ladcca # enable ladcca sesion management support (deprecated) +%bcond_without readline # build with readline lib line editing %bcond_with sse # use the SSE instructions of Pentium3+ or Athlon XP %bcond_without static_libs # don't build static library # @@ -14,21 +14,22 @@ Summary(pl.UTF-8): FluidSynth - programowy syntezator działający w czasie rzec Name: fluidsynth Version: 1.1.5 Release: 1 -License: LGPL +License: LGPL v2+ Group: Applications/Sound Source0: http://downloads.sourceforge.net/fluidsynth/%{name}-%{version}.tar.bz2 # Source0-md5: 835b98b0ddedbb9cc24b53d66cf900c3 URL: http://www.fluidsynth.org/ -BuildRequires: alsa-lib-devel >= 0.9.0 +BuildRequires: alsa-lib-devel >= 0.9.1 BuildRequires: autoconf >= 2.52 BuildRequires: automake +BuildRequires: dbus-devel >= 1.0.0 BuildRequires: gettext-devel -BuildRequires: glib2-devel +BuildRequires: glib2-devel >= 1:2.6.5 BuildRequires: jack-audio-connection-kit-devel %{?with_ladcca:BuildRequires: ladcca-devel < 0.4.0} %{?with_ladcca:BuildRequires: ladcca-devel >= 0.3.1} BuildRequires: ladspa-devel -BuildRequires: lash-devel +BuildRequires: lash-devel >= 0.3 BuildRequires: libsndfile-devel >= 1.0.18 BuildRequires: libtool BuildRequires: pkgconfig @@ -36,7 +37,9 @@ BuildRequires: portaudio-devel >= 19 BuildRequires: pulseaudio-devel >= 0.9.8 %{?with_readline:BuildRequires: readline-devel} BuildRequires: rpmbuild(macros) >= 1.213 -Requires: alsa-lib +Requires: alsa-lib >= 0.9.1 +Requires: glib2 >= 1:2.6.5 +Requires: libsndfile >= 1.0.18 Suggests: soundfont-fluid BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -53,9 +56,11 @@ Summary: Development files for the FluidSynth Summary(pl.UTF-8): Pliki nagłówkowe dla FluidSynth Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: alsa-lib-devel >= 0.9.0 +Requires: alsa-lib-devel >= 0.9.1 +Requires: dbus-devel >= 1.0.0 +Requires: glib2-devel >= 1:2.6.5 Requires: jack-audio-connection-kit-devel -Requires: lash-devel +Requires: lash-devel >= 0.3 Requires: libsndfile-devel >= 1.0.18 Requires: portaudio-devel >= 19 Requires: pulseaudio-devel >= 0.9.8 @@ -95,7 +100,6 @@ Ten pakiet zawiera bibliotekę statyczną FluidSynth. %{!?with_ladcca:--disable-ladcca} \ %{!?with_static_libs:--disable-static} \ %{?with_sse:--enable-SSE} \ - --enable-coreaudio \ --enable-jack-support \ --enable-ladspa \ --enable-profiling \