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