]> git.pld-linux.org Git - packages/fluidsynth.git/commitdiff
- Bcond with ladcca
authoradgor <adgor@pld-linux.org>
Thu, 20 Nov 2003 16:24:13 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- With ladcca BR: 0.4.0 > ladcca-devel >= 0.3.1 (since 0.4.0 the CCA_Use_Jack
  and CCA_Use_Alsa client flags are removed)
- Release 2

Changed files:
    fluidsynth.spec -> 1.12

fluidsynth.spec

index 700a0b34416c4c0b5209e289418932ab61d528f7..c4334143102c15446b72530efac332836b575243 100644 (file)
@@ -1,12 +1,13 @@
 #
 # Conditional build:
-%bcond_with  sse       # use the SSE instructions of Pentium3+ or Athlon XP
+%bcond_with ladcca     # enable ladcca sesion managment support
+%bcond_with sse                # use the SSE instructions of Pentium3+ or Athlon XP
 #
 Summary:       FluidSynth is a software, real-time synthesizer
 Summary(pl):   FluidSynth to programowy syntezator dzia³aj±cy w czasie rzeczywistym
 Name:          fluidsynth
 Version:       1.0.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://savannah.nongnu.org/download/fluid/stable.pkg/%{version}/%{name}-%{version}.tar.gz
@@ -14,6 +15,8 @@ Source0:      http://savannah.nongnu.org/download/fluid/stable.pkg/%{version}/%{name}
 URL:           http://www.fluidsynth.org/
 BuildRequires: alsa-lib-devel >= 0.9.0
 BuildRequires: jack-audio-connection-kit-devel
+%{?with_ladcca:BuildRequires:  ladcca-devel >= 0.3.1}
+%{?with_ladcca:BuildRequires:  ladcca-devel < 0.4.0}
 BuildRequires: ladspa-devel
 Requires:      alsa-lib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -57,6 +60,7 @@ Ten pakiet zawiera bibliotek
 
 %build
 %configure \
+       %{!?with_ladcca:--disable-ladcca} \
        %{?with_sse:--enable-SSE} \
        --enable-coreaudio \
        --enable-jack-support \
This page took 0.116492 seconds and 4 git commands to generate.