Summary: A WAV and MP3 file volume adjuster Summary(pl): Korektor poziomu głośności w plikach WAV i MP3 Name: normalize Version: 0.7.6 Release: 2 License: GPL Group: Applications/Sound Source0: http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.bz2 BuildRequires: gettext-devel BuildRequires: mad-devel BuildRequires: xmms-devel URL: http://www.cs.columbia.edu/~cvaill/normalize/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _libdir %(xmms-config --effect-plugin-dir) %define _xmmsprefix %(xmms-config --prefix) %description Normalize is an overly complicated tool for adjusting the volume of wave files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song. You can also adjust the volume of mp3 files without reencoding, but it requires player with support for RVA2 (Relative Volume Adjustment) ID3v2 frame. Plugin for xmms is available. %description -l pl Normalize jest narzędziem do ustawiania poziomu głośności w plikach WAV przez dostosowanie go do standardowej wartości. Jest to przydatne w sytuacjach takich jak tworzenie składankowych płyt CD oraz zbiorów MP3, gdzie różne poziomy nagrywania na różnych albumach mogą spowodować, że poziom głośności różni się dość istotnie pomiędzy poszczególnymi utworami. Jesli masz odtwarzacz mp3 korzystający z ramek RVA2 w tagach ID3v2, to możesz również normalizować pliki mp3 bez konieczności ponownego skompresowania pliku. %package -n xmms-effect-rva Summary: RVA2 (Relative Volume Adjustment) ID3v2 frame support Summary(pl): Obsługa ramek RVA2 tagów ID3v2 Group: X11/Applications/Sound %description -n xmms-effect-rva Plugin for xmms that supports volume adjustment frames (RVA2 ID3v2 frames). %description -n xmms-effect-rva -l pl Wtyczka dla xmms-a zapewniająca obsługę zawartych w pliku mp3 informacji o dostrojeniu głośności (ramki RVA2 w tagach ID3v2). %prep %setup -q %build %configure \ --with-mad \ --enable-xmms \ --with-xmms-prefix=%{_xmmsprefix} \ --without-audiofile \ --disable-audiofiletest %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install mv -f $RPM_BUILD_ROOT%{_bindir}/normalize-mp3 . %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc README NEWS TODO normalize-mp3 %attr(755,root,root) %{_bindir}/normalize %{_mandir}/man1/* %files -n xmms-effect-rva %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/*.so