From: Jakub Bogusz Date: Tue, 2 Sep 2003 22:33:54 +0000 (+0000) Subject: - 0.4.3, added jack bcond X-Git-Tag: auto/ac/ecamegapedal-0_4_3-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fecamegapedal.git;a=commitdiff_plain;h=a70ac7e233b6c2ff9014c26e482a105c508f6d08 - 0.4.3, added jack bcond Changed files: ecamegapedal.spec -> 1.6 --- diff --git a/ecamegapedal.spec b/ecamegapedal.spec index d5fcb11..4bc55bb 100644 --- a/ecamegapedal.spec +++ b/ecamegapedal.spec @@ -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 -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 -# Source0-md5: ca66d62d26dd00ab0bb3e2cbd0e8796f +# Source0-md5: b8f43b78b4d9054fa104a6e603629930 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) @@ -39,9 +44,8 @@ multi-operator. %setup -q %build -%configure2_13 -# --disable-static -# --enable-jack +%configure2_13 \ + %{!?with_jack:--disable-jack} %{__make}