]> git.pld-linux.org Git - packages/zita-at1.git/blame - zita-at1.spec
- pl, flags cleanup, updated GPL version and dependencies
[packages/zita-at1.git] / zita-at1.spec
CommitLineData
4a6b2c5c 1Summary: AT1 - autotuner for Jack Audio Connection Kit
26a8f56b 2Summary(pl.UTF-8): AT1 - autostoiciel dla JACK-a
4a6b2c5c
JK
3Name: zita-at1
4Version: 0.6.2
5Release: 1
26a8f56b
JB
6License: GPL v3+
7Group: Applications/Sound
4a6b2c5c
JK
8Source0: https://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
9# Source0-md5: a27947a4c1bd48278aefc7f5b08a564f
10URL: https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html
11BuildRequires: cairo-devel
26a8f56b
JB
12BuildRequires: clthreads-devel >= 2.4.0
13BuildRequires: clxclient-devel >= 3.9.0
4a6b2c5c 14BuildRequires: fftw3-single-devel
4a6b2c5c
JK
15BuildRequires: jack-audio-connection-kit-devel
16BuildRequires: libpng-devel
17BuildRequires: pkgconfig
26a8f56b
JB
18BuildRequires: xorg-lib-libX11-devel
19BuildRequires: xorg-lib-libXft-devel >= 2
4a6b2c5c 20BuildRequires: zita-resampler-devel
26a8f56b
JB
21Requires: clthreads >= 2.4.0
22Requires: clxclient >= 3.9.0
4a6b2c5c
JK
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26AT1 is an 'autotuner', normally used to correct the pitch of a voice
27singing (slightly) out of tune. Compared to 'Autotalent' it provides
28an improved pitch estimation algorithm, and much cleaner resampling.
29AT1 does not include formant correction, so it should be used to
30correct small errors only and not to really transpose a song. The
31'expected' pitch can be controlled by Midi (via Jack only), or be a
32fixed set of notes. AT1 can probably be used on some instruments as
33well, but is primarily designed to cover the vocal range. It's also
34usable as a quick and dirty guitar tuner.
35
36The resampling algorithm in zita-at1 is designed to produce an
37absolute minimum of artefacts and distortion.
38
26a8f56b
JB
39%description -l pl.UTF-8
40AT1 to "automatyczny stroiciel", zwykle używany do poprawiania stroju
41głosu śpiewających (nieco) poza tonacją. W porównaniu z "autotalent"
42zapewnia lepszy algorytm oceny stroju i dużo czystszy resampling. AT1
43nie zawiera korekcji formantów, więc powinien być używany do poprawy
44tylko małych błędów, a nie transpozycji utworu. "Oczekiwany" strój
45może być sterowany przez MIDI (tylko przez Jack) albo być ustalonym
46zbiorem nut. AT1 może być prawdopodobnie używany także dla niektórych
47instrumentów, ale został zaprojektowany z myślą o pokryciu zakresu
48wokalu. Jest przydatny także do szybkiego strojenia gitary.
49
4a6b2c5c
JK
50%prep
51%setup -q
52
53%build
26a8f56b
JB
54%{__make} -C source \
55 CXXFLAGS="%{rpmcxxflags} -ffast-math -pthread $(pkg-config --cflags xft)" \
4a6b2c5c
JK
56 LDFLAGS="%{rpmldflags}" \
57 SHARED="%{_datadir}/zita-at1"
58
59%install
60rm -rf $RPM_BUILD_ROOT
4a6b2c5c
JK
61install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
62
26a8f56b 63%{__make} -C source install \
4a6b2c5c
JK
64 DESTDIR=$RPM_BUILD_ROOT \
65 MANDIR=%{_mandir}/man1 \
66 BINDIR=%{_bindir} \
67 SHARED="%{_datadir}/zita-at1"
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%files
73%defattr(644,root,root,755)
26a8f56b 74%doc AUTHORS doc/*
4a6b2c5c
JK
75%attr(755,root,root) %{_bindir}/zita-at1
76%{_datadir}/zita-at1
This page took 0.062079 seconds and 4 git commands to generate.