Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 058f4f3d8123ea47da498e59803c68ec > files > 3

rev-plugins-0.2.1-1mdk.src.rpm

%define name 	rev-plugins
%define version 0.2.1
%define release 1mdk

Summary:      	A reverb plugin for LADSPA.
Name:         	%{name}
Version:      	%{version}
Release:      	%{release}
License:	GPL
Group:        	Sound
Source:       	http://alsamodular.sourceforge.net/REV-plugins-%{version}.tar.bz2
URL:		http://alsamodular.sourceforge.net/
Patch0:       	rev-plugins-makefile.patch.bz2
BuildRoot:   	%{_tmppath}/%{name}-buildroot
Requires:	ladspa

%description
This reverb is based on gverb by Juhana Sadeharju, but the code
(now C++) is entirely original, including a second input for stereo
operation, and some code to prevent FP denormalisation.

%prep
%setup -q -n REV-plugins-%{version}
%patch0 -p1

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README
%{_libdir}/ladspa/*.so

%changelog
* Sat May 8 2004 Austin Acton <austin@mandrake.org> 0.2.1-1mdk
- initial package