]> git.pld-linux.org Git - packages/shntool.git/blame - shntool.spec
- alac and kexis converters added to Suggests
[packages/shntool.git] / shntool.spec
CommitLineData
cc6db3a0 1Summary: Multi-purpose WAV and SHN file processing and reporting utility
ca85191d 2Summary(pl.UTF-8): Wielofunkcyjne narzędzie raportujące i konwertujące pliki WAV i SHN
91b26198 3Name: shntool
fb6b357c 4Version: 3.0.10
91b26198 5Release: 1
37e3491a 6License: GPL v2
91b26198 7Group: Applications/Sound
f36f741f 8Source0: http://shnutils.freeshell.org/shntool/dist/src/%{name}-%{version}.tar.gz
fb6b357c 9# Source0-md5: 5d41f8f42c3c15e3145a7a43539c3eae
f36f741f 10URL: http://shnutils.freeshell.org/shntool/
91b26198 11BuildRequires: autoconf
12BuildRequires: automake
f753443c 13Suggests: alac_decoder
1e61ad25 14Suggests: flac
f753443c 15Suggests: kexis
1e61ad25
JB
16Suggests: shorten
17Suggests: sox
18Suggests: wavpack
f753443c
JB
19# TODO: mp4als, mac (.ape), bonk, la, lpac, ofr, ttaenc (tta)
20# mkwcon (.mkw) and takc (.tak) are win32-only
91b26198 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Shntool is a multi-purpose tool for processing and reporting on files
25in Shorten and WAVE format. It is can report the size and duration of
26WAVE and SHN files, correct files which are not properly
27CD-sector-aligned, and stream SHN files to different formats (such as
28WAV, FLAC or AIFF).
29
56e511cb
JR
30%description -l pl.UTF-8
31Shntool jest wielofunkcyjnym narzędziem do odtwarzania i wyświetlania
32raportów o plikach w formacie Shorten i WAVE. Umożliwia wyświetlanie
33informacji o rozmiarze i czasie trwania plików WAV i SHN, korygowanie
34plików, które nie są prawidłowo wyrównane do wielkości sektora płyty
35CD, jak również strumieniową konwersję plików SHN do innych formatów
91b26198 36(takich jak WAV, FLAC lub AIFF).
37
91b26198 38%prep
39%setup -q
91b26198 40
41%build
42%{__aclocal}
43%{__automake}
44%{__autoconf}
45%configure
91b26198 46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
cc6db3a0 50
e9967c3f
PG
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
91b26198 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
a814dc6f 59%doc AUTHORS ChangeLog doc/* README
f36f741f
JB
60%attr(755,root,root) %{_bindir}/shn*
61%{_mandir}/man1/shntool.1*
This page took 0.051239 seconds and 4 git commands to generate.