]> git.pld-linux.org Git - packages/ecamegapedal.git/blob - ecamegapedal.spec
- release 3, ac, am etc...
[packages/ecamegapedal.git] / ecamegapedal.spec
1 #
2 # Conditional build:
3 %bcond_without  jack    # without JACK support
4 #
5 Summary:        ecamegapedal - a realtime effect processor
6 Summary(pl):    ecamegapedal - procesor efektów dzia³aj±cy w czasie rzeczywistym
7 Name:           ecamegapedal
8 Version:        0.4.3
9 Release:        3
10 License:        GPL
11 Group:          X11/Applications/Sound
12 Source0:        http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
13 # Source0-md5:  b8f43b78b4d9054fa104a6e603629930
14 URL:            http://www.eca.cx/ecasound/
15 BuildRequires:  automake
16 BuildRequires:  autoconf
17 BuildRequires:  ecasound-devel >= 2.2.0
18 %{?with_jack:BuildRequires:     jack-audio-connection-kit-devel}
19 BuildRequires:  qt-devel
20 Requires:       ecasound >= 2.2.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Ecamegapedal is a realtime effect processor built on top of ecasound
25 and Qt packages. It's meant to be used as a virtual guitar-fx or
26 studio effect box. In addition to realtime operation, ecamegapedal
27 also supports reading from and writing to audio files. All audio file
28 formats and effect algorithms provided by the ecasound libraries are
29 supported. This includes JACK, ALSA, OSS, aRts audio I/O (depending on
30 ecasound build options), over 20 file formats, over 30 effect types,
31 LADSPA plugins and multi-operator effect presets.
32
33 %description -l pl
34 ecamegapedal to dzia³aj±cy w czasie rzeczywistym procesor efektów
35 zbudowany w oparciu o pakiety ecasound i Qt. Mo¿e byæ u¿ywany jako
36 wirtualny efekt gitarowy lub studyjne urz±dzenie do efektów. Oprócz
37 dzia³ania w czasie rzeczywistym ecamegapedal obs³uguje tak¿e odczyt z
38 i zapis do plików d¼wiêkowych. Obs³ugiwane s± wszystkie formaty plików
39 d¼wiêkowych i algorytmy efektów dostarczone przez biblioteki ecasound.
40 Obejmuje to wej¶cie/wyj¶cie d¼wiêku JACK, ALSA, OSS i aRts (zale¿nie
41 od opcji, z jakimi by³o zbudowane ecasound), ponad 20 formatów plików,
42 ponad 30 typów efektów, wtyczki LADSPA oraz ustawienia efektu
43 multi-operator.
44
45 %prep
46 %setup -q
47
48 %build
49 %{__aclocal}
50 %{__automake}
51 %{__autoconf}
52 %configure \
53         --with-qt-libraries=/usr/%{_lib} \
54         --with-qt-includes=%{_includedir}/qt
55         %{!?with_jack:--disable-jack}
56
57 %{__make} \
58         qt_libname="qt-mt"
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc NEWS README TODO
72 %attr(755,root,root) %{_bindir}/ecamegapedal
73 %{_mandir}/man1/ecamegapedal.1*
74 %{_datadir}/ecamegapedal
This page took 0.065963 seconds and 3 git commands to generate.