]> git.pld-linux.org Git - packages/fluidsynth.git/commitdiff
- updated dependencies (added glib2, dbus; updated versions)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Dec 2011 20:04:41 +0000 (20:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped bogus --enable-coreaudio (CoreAudio is Mac specific)

Changed files:
    fluidsynth.spec -> 1.45

fluidsynth.spec

index c21e3280039d94eb471f889c8ff672eb40c32cfa..91c384d754b1f0d9aeaf41329758e48d4688ad0d 100644 (file)
@@ -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 \
This page took 0.19176 seconds and 4 git commands to generate.