Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 0a3ae0b9bb735b24083890e012163cb0 > files > 2

normalize-0.7.6-1mdk.src.rpm

%define name normalize
%define version 0.7.6
%define release 1mdk

Summary:   A tool for adjusting the volume of wave files
Name:      %{name}
Version:   %{version}
Release:   %{release}
Source0:   %{name}-%{version}.tar.bz2
License:   GPL
URL:	   http://www.cs.columbia.edu/~cvaill/normalize/ 
Group:     Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix:    %{_prefix}
BuildRequires: libxmms1-devel
BuildRequires: libmad-devel

%description
normalize is an overly complicated tool for adjusting the volume of
wave files to a standard volume level.  This is useful for things like
creating mp3 mixes, where different recording levels on different
albums can cause the volume to vary greatly from song to song.

%prep
rm -rf $RPM_BUILD_ROOT    

%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall_std
%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc README NEWS THANKS TODO
%_bindir/*
%_mandir/man1/normalize*
%_libdir/xmms/Effect/librva.so

%changelog
* Mon Sep  9 2002 Götz Waschk <waschk@linux-mandrake.com> 0.7.6-1mdk
- new version

* Mon Aug 26 2002 Götz Waschk <waschk@linux-mandrake.com> 0.7.5-1mdk
- fix doc section
- fix installation of the xmms plugin
- add buildrequires
- 0.7.5
- autoconf 2.5 macro

* Mon May 27 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.4-1mdk
- 0.7.4
- fix files section

* Mon Apr 08 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.3-1mdk
- 0.7.3

* Mon Feb 25 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.2-1mdk
- 0.7.2

* Thu Feb 14 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.1-1mdk
- 0.7.1

* Mon Jan 14 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7-1mdk
- 0.7

* Wed Jul 18 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.6.1-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.6.1
	- added /usr/bin/normalize-ogg to file list

* Wed Apr 18 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.5.1-2mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- added normalize-mp3 script to file list

* Mon Feb 19 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.5.1-1mdk
- updated to 0.5.1 by Götz Waschk <waschk@linux-mandrake.com>

* Mon Feb 12 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.4-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.4

* Tue Jan 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.3.4-3mdk
- rebuild

* Mon Sep 11 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.3.4-2mdk
- add url

* Tue Aug 22 2000 Götz Waschk <waschk@linux-mandrake.com> 0.3.4-1mdk
- udated version
- used find_lang macro for locale files

* Tue Aug 15 2000 Götz Waschk <waschk@linux-mandrake.com> 0.3.2-1mdk
- initial Mandrake release