]> git.pld-linux.org Git - packages/normalize.git/blob - normalize.spec
- updated to 0.4.1.
[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.4.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Group(de):      Applikationen/Laut
9 Group(pl):      Aplikacje/D¼wiêk
10 Source0:        http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.gz
11 BuildRequires:  gettext-devel
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 gettextize --copy --force
34 %configure 
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} DESTDIR=$RPM_BUILD_ROOT install
42
43 mv -f $RPM_BUILD_ROOT%{_bindir}/normalize-mp3 .
44
45 gzip -9nf README ChangeLog NEWS TODO
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc *.gz normalize-mp3
55 %attr(755,root,root) %{_bindir}/*
56 %{_mandir}/man*/*
This page took 0.073323 seconds and 4 git commands to generate.