]> git.pld-linux.org Git - packages/ecamegapedal.git/commitdiff
- 0.4.3, added jack bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Sep 2003 22:33:54 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecamegapedal.spec -> 1.6

ecamegapedal.spec

index d5fcb119f3eeb260bd3a915601319bf131a992e7..4bc55bb83c864f4e77c462f26a8bf449dbc67946 100644 (file)
@@ -1,14 +1,19 @@
+#
+# Conditional build:
+%bcond_without jack    # without JACK support
+#
 Summary:       ecamegapedal - a realtime effect processor
 Summary(pl):   ecamegapedal - procesor efektów dzia³aj±cy w czasie rzeczywistym
 Name:          ecamegapedal
 Summary:       ecamegapedal - a realtime effect processor
 Summary(pl):   ecamegapedal - procesor efektów dzia³aj±cy w czasie rzeczywistym
 Name:          ecamegapedal
-Version:       0.4.2
+Version:       0.4.3
 Release:       1
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
 Release:       1
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: ca66d62d26dd00ab0bb3e2cbd0e8796f
+# Source0-md5: b8f43b78b4d9054fa104a6e603629930
 URL:           http://www.eca.cx/ecasound/
 BuildRequires: ecasound-devel >= 2.2.0
 URL:           http://www.eca.cx/ecasound/
 BuildRequires: ecasound-devel >= 2.2.0
+%{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
 BuildRequires: qt-devel
 Requires:      ecasound >= 2.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: qt-devel
 Requires:      ecasound >= 2.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,9 +44,8 @@ multi-operator.
 %setup -q
 
 %build
 %setup -q
 
 %build
-%configure2_13
-#      --disable-static
-# --enable-jack
+%configure2_13 \
+       %{!?with_jack:--disable-jack}
 
 %{__make}
 
 
 %{__make}
 
This page took 0.062832 seconds and 4 git commands to generate.