Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 5f04b4d0b1fab287bfb320a7c6c4f23f > files > 2

audiocompress-2.0-1mdv2010.0.src.rpm

%define oname		AudioCompress

Summary:		Simple dynamic range compressor
Name:			audiocompress
Version:		2.0
Release:		%mkrel 1
URL:			http://beesbuzz.biz/code/audiocompress.php
Source:			http://beesbuzz.biz/code/%{name}/%{oname}-%{version}.tar.gz
License:		LGPLv2
Group:			Sound
BuildRoot:		%{_tmppath}/%{name}-buildroot
Provides:		%{oname}
Obsoletes:		%{oname}
Obsoletes:		%{oname}-xmms

%description
AudioCompress is (essentially) a very gentle, 1-band dynamic range
compressor intended to keep audio output at a consistent volume without
introducing any audible artifacts.  It can either accept input on
standard input and output audio to standard output or bind to the esound
daemon and apply its effect to all esd output.

Install this if you want a nice way to keep your
audio at a consistent volume level.

%prep
%setup -q -n %{oname}-%{version}

%build
%make CFLAGS="%optflags -fPIC"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
cp %{oname} %{buildroot}/%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root,0755)
%doc ChangeLog COPYING README TODO
%{_bindir}/%{oname}




%changelog
* Tue Jun 09 2009 Jérôme Brenier <incubusss@mandriva.org> 2.0-1mdv2010.0
+ Revision: 384189
- new version 2.0
- drop xmms sub-package (functionnality no more provided)
- drop patches
- clean spec file
- fix license

* Thu Jun 19 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.5.2-4mdv2009.0
+ Revision: 226199
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1.5.2-3mdv2008.1
+ Revision: 140690
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request
    - import AudioCompress