]> git.pld-linux.org Git - packages/normalize.git/blob - normalize.spec
- adapterized.
[packages/normalize.git] / normalize.spec
1 Summary:        A WAV file volume adjuster
2 Summary(pl):    Korektor poziomu g³o¶no¶ci w plikach WAV
3 Name:           normalize
4 Version:        0.6.1
5 Release:        2
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.gz
9 BuildRequires:  gettext-devel
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 URL:            http://www.cs.columbia.edu/~cvaill/normalize/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Normalize is a tool for adjusting the volume of WAV files to a
17 standard volume level. This is useful for things like creating mix CDs
18 and MP3 databases, where different recording levels on different
19 albums can cause the volume to vary greatly from song to song.
20
21 %description -l pl
22 Normalize jest narzêdziem do ustawiania poziomu g³o¶no¶ci w plikach
23 WAV przez dostosowanie go do standardowej warto¶ci. Jest to przydatne
24 w sytuacjach takich jak tworzenie sk³adankowych p³yt CD oraz zbiorów
25 MP3, gdzie ró¿ne poziomy nagrywania na ró¿nych albumach mog±
26 spowodowaæ, ¿e poziom g³o¶no¶ci ró¿ni siê do¶æ istotnie pomiêdzy
27 poszczególnymi utworami.
28
29 %prep
30 %setup  -q
31
32 %build
33 rm -f missing
34 gettextize --copy --force
35 aclocal
36 autoconf
37 automake -a -c
38 %configure
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} DESTDIR=$RPM_BUILD_ROOT install
46
47 mv -f $RPM_BUILD_ROOT%{_bindir}/normalize-mp3 .
48
49 gzip -9nf README ChangeLog NEWS TODO
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc *.gz normalize-mp3
59 %attr(755,root,root) %{_bindir}/normalize
60 %{_mandir}/man*/*
This page took 0.109163 seconds and 4 git commands to generate.