]> git.pld-linux.org Git - packages/normalize.git/commitdiff
- updated to 0.7.2
authormigo <migo@pld-linux.org>
Sat, 16 Mar 2002 15:13:37 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added xmms plugin
- changed summary and description
- ac,am run not needed

Changed files:
    normalize.spec -> 1.14

normalize.spec

index a066e2fc3ee1926cc9d38baf8c644b361781dab5..81eefd2b4ef864d290d62a565811ddbfcfab6bb9 100644 (file)
@@ -1,22 +1,29 @@
-Summary:       A WAV file volume adjuster
-Summary(pl):   Korektor poziomu g³o¶no¶ci w plikach WAV
+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.6.1
-Release:       2
+Version:       0.7.2
+Release:       1
 License:       GPL
 Group:         Applications/Sound
-Source0:       http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.gz
+Source0:       http://www.cs.columbia.edu/~cvaill/normalize/%{name}-%{version}.tar.bz2
 BuildRequires: gettext-devel
-BuildRequires: autoconf
-BuildRequires: automake
+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    /usr/X11R6
+
 %description
-Normalize is a tool for adjusting the volume of WAV files to a
-standard volume level. This is useful for things like creating mix CDs
-and MP3 databases, where different recording levels on different
-albums can cause the volume to vary greatly from song to song.
+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
@@ -25,17 +32,33 @@ w sytuacjach takich jak tworzenie sk
 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/Multimedia
+
+%description -n xmms-effect-rva
+Plugin for xmms that supports volume adjustment frames (RVA2 ID3v2
+frames).
+
+%description -n xmms-effect-rva -l pl
+Plugin dla xmms-a zapewniaj±cy obs³ugê zawartych w pliku mp3
+informacji o dostrojeniu g³o¶no¶ci (ramki RVA2 w tagach ID3v2).
 
 %prep
 %setup  -q
 
 %build
-rm -f missing
-gettextize --copy --force
-aclocal
-autoconf
-automake -a -c
-%configure
+%configure \
+       --with-mad \
+       --enable-xmms \
+       --with-xmms-prefix=%{_xmmsprefix} \
+       --without-audiofile \
+       --disable-audiofiletest
 
 %{__make}
 
@@ -46,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/normalize-mp3 .
 
-gzip -9nf README ChangeLog NEWS TODO
+gzip -9nf README NEWS TODO
 
 %find_lang %{name}
 
@@ -57,4 +80,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz normalize-mp3
 %attr(755,root,root) %{_bindir}/normalize
-%{_mandir}/man*/*
+%{_mandir}/man1/*
+
+%files -n xmms-effect-rva
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so
This page took 0.078636 seconds and 4 git commands to generate.