]> git.pld-linux.org Git - packages/ttaenc.git/blob - ttaenc.spec
6f90fe8248a70f0625c6bd1c05f0aa3e29d3668f
[packages/ttaenc.git] / ttaenc.spec
1 Summary:        TTA Lossless Audio compressor
2 Summary(pl.UTF-8):      Bezstratny kompresor dźwięku TTA
3 Name:           ttaenc
4 Version:        3.4.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Sound
8 Source0:        https://downloads.sourceforge.net/tta/%{name}-%{version}-src.tgz
9 # Source0-md5:  c9ab8194984b34e7f7bf55d579c97f39
10 URL:            https://sourceforge.net/projects/tta/
11 #BuildRequires: -
12 #Requires:      -
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         specflags       -fomit-frame-pointer
16
17 %description
18 TTA performs lossless compression on multichannel 8, 16 and 24 bits
19 data of the Wav audio files. Being "lossless" means that no data-
20 quality is lost in the compression - when uncompressed, the data will
21 be identical to the original. The compression ratios of TTA depend on
22 the type of music file being compressed, but the compression size
23 will generally range between 30%% - 70%% of the original. TTA format
24 supports both of ID3v1/v2 and APEv2 tags. Detailed format description
25 is available at <http://tta.sourceforge.net/>.
26
27 %description -l pl.UTF-8
28 TTA kompresuje bezstratnie wielokanałowe, 8-, 16- i 24-bitowe dane
29 dźwiękowe z plików Wav. "Bezstratnie" oznacza, że żadna jakość danych
30 nie jest tracona - po dekompresji dane będą identyczne z oryginałem.
31 Współczynniki kompresji TTA zależą od rodzaju pliku muzycznego, ale
32 zwykle wynoszą od 30%% do 70%%. Format TTA obsługuje znaczniki
33 ID3v1/v2 oraz APEv2. Szczegóły formatu można znaleźć pod adresem
34 <http://tta.sourceforge.net/>.
35
36 %prep
37 %setup -q -n %{name}-%{version}-src
38
39 %build
40 %{__make} \
41         CFLAGS="%{rpmcflags} %{rpmcppflags} -Wall"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 install -D ttaenc $RPM_BUILD_ROOT%{_bindir}/ttaenc
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc ChangeLog-3.4.1 README
54 %attr(755,root,root) %{_bindir}/ttaenc
This page took 0.076025 seconds and 2 git commands to generate.