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