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