From: Jakub Bogusz Date: Mon, 27 Sep 2021 19:25:02 +0000 (+0200) Subject: - pl, flags cleanup, updated GPL version and dependencies X-Git-Tag: auto/th/zita-at1-0.8.1-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=26a8f56b125614b6e9974311f1ba943121ac6372;p=packages%2Fzita-at1.git - pl, flags cleanup, updated GPL version and dependencies --- diff --git a/zita-at1.spec b/zita-at1.spec index e2f6260..f3ff0e6 100644 --- a/zita-at1.spec +++ b/zita-at1.spec @@ -1,21 +1,25 @@ Summary: AT1 - autotuner for Jack Audio Connection Kit +Summary(pl.UTF-8): AT1 - autostoiciel dla JACK-a Name: zita-at1 Version: 0.6.2 Release: 1 -License: GPL v2 -Group: Applications +License: GPL v3+ +Group: Applications/Sound Source0: https://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2 # Source0-md5: a27947a4c1bd48278aefc7f5b08a564f URL: https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html BuildRequires: cairo-devel -BuildRequires: clthreads-devel -BuildRequires: clxclient-devel +BuildRequires: clthreads-devel >= 2.4.0 +BuildRequires: clxclient-devel >= 3.9.0 BuildRequires: fftw3-single-devel -BuildRequires: freetype-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: libpng-devel BuildRequires: pkgconfig +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXft-devel >= 2 BuildRequires: zita-resampler-devel +Requires: clthreads >= 2.4.0 +Requires: clxclient >= 3.9.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,23 +36,31 @@ usable as a quick and dirty guitar tuner. The resampling algorithm in zita-at1 is designed to produce an absolute minimum of artefacts and distortion. +%description -l pl.UTF-8 +AT1 to "automatyczny stroiciel", zwykle używany do poprawiania stroju +głosu śpiewających (nieco) poza tonacją. W porównaniu z "autotalent" +zapewnia lepszy algorytm oceny stroju i dużo czystszy resampling. AT1 +nie zawiera korekcji formantów, więc powinien być używany do poprawy +tylko małych błędów, a nie transpozycji utworu. "Oczekiwany" strój +może być sterowany przez MIDI (tylko przez Jack) albo być ustalonym +zbiorem nut. AT1 może być prawdopodobnie używany także dla niektórych +instrumentów, ale został zaprojektowany z myślą o pokryciu zakresu +wokalu. Jest przydatny także do szybkiego strojenia gitary. + %prep %setup -q %build -cd source -%{__make} \ - CXXFLAGS="%{rpmcxxflags} -ffast-math -pthread $(pkg-config --cflags freetype2)" \ +%{__make} -C source \ + CXXFLAGS="%{rpmcxxflags} -ffast-math -pthread $(pkg-config --cflags xft)" \ LDFLAGS="%{rpmldflags}" \ SHARED="%{_datadir}/zita-at1" %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} -cd source -%{__make} install \ +%{__make} -C source install \ DESTDIR=$RPM_BUILD_ROOT \ MANDIR=%{_mandir}/man1 \ BINDIR=%{_bindir} \ @@ -59,6 +71,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc doc/* +%doc AUTHORS doc/* %attr(755,root,root) %{_bindir}/zita-at1 %{_datadir}/zita-at1