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