]> git.pld-linux.org Git - packages/shntool.git/blame - shntool.spec
- external format converters changed to Suggests, added wavpack (the rest is even...
[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
1e61ad25
JB
13Suggests: flac
14Suggests: shorten
15Suggests: sox
16Suggests: wavpack
17# alac, kexis, mp4als, mac (ape), bonk, la, lpac, mkwcon (mkw), ofr, takc (tak), ttaenc (tta)
91b26198 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Shntool is a multi-purpose tool for processing and reporting on files
22in Shorten and WAVE format. It is can report the size and duration of
23WAVE and SHN files, correct files which are not properly
24CD-sector-aligned, and stream SHN files to different formats (such as
25WAV, FLAC or AIFF).
26
56e511cb
JR
27%description -l pl.UTF-8
28Shntool jest wielofunkcyjnym narzędziem do odtwarzania i wyświetlania
29raportów o plikach w formacie Shorten i WAVE. Umożliwia wyświetlanie
30informacji o rozmiarze i czasie trwania plików WAV i SHN, korygowanie
31plików, które nie są prawidłowo wyrównane do wielkości sektora płyty
32CD, jak również strumieniową konwersję plików SHN do innych formatów
91b26198 33(takich jak WAV, FLAC lub AIFF).
34
91b26198 35%prep
36%setup -q
91b26198 37
38%build
39%{__aclocal}
40%{__automake}
41%{__autoconf}
42%configure
91b26198 43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
cc6db3a0 47
e9967c3f
PG
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
91b26198 50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
a814dc6f 56%doc AUTHORS ChangeLog doc/* README
f36f741f
JB
57%attr(755,root,root) %{_bindir}/shn*
58%{_mandir}/man1/shntool.1*
This page took 0.133963 seconds and 4 git commands to generate.