]> git.pld-linux.org Git - packages/ecamegapedal.git/commitdiff
- release 3, ac, am etc... auto/ac/ecamegapedal-0_4_3-3
authorundefine <undefine@pld-linux.org>
Sun, 18 Jan 2004 22:16:24 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecamegapedal.spec -> 1.8

ecamegapedal.spec

index 97b52f0948f547d0d3c08372e40a4c0edd8aa27d..aea59f3ccb23ae715d2314d886667624bb590ee8 100644 (file)
@@ -6,12 +6,14 @@ Summary:      ecamegapedal - a realtime effect processor
 Summary(pl):   ecamegapedal - procesor efektów dzia³aj±cy w czasie rzeczywistym
 Name:          ecamegapedal
 Version:       0.4.3
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: b8f43b78b4d9054fa104a6e603629930
 URL:           http://www.eca.cx/ecasound/
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRequires: ecasound-devel >= 2.2.0
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
 BuildRequires: qt-devel
@@ -44,7 +46,12 @@ multi-operator.
 %setup -q
 
 %build
-%configure2_13 \
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure \
+       --with-qt-libraries=/usr/%{_lib} \
+       --with-qt-includes=%{_includedir}/qt
        %{!?with_jack:--disable-jack}
 
 %{__make} \
This page took 0.089478 seconds and 4 git commands to generate.