Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 1ba706ac1f826458d18f12c7875df574 > files > 2

tap-plugins-0.7.0-1mdk.src.rpm

%define name	tap-plugins
%define version 0.7.0
%define release 1mdk

Summary:      	Tom's Audio Processing plugins
Name:         	%{name}
Version:      	%{version}
Release:      	%{release}
License:    	GPL
Group:        	Sound
URL:          	http://tap-plugins.sourceforge.net/
Source0:      	tap-plugins-%{version}.tar.bz2
BuildRoot:    	%{_tmppath}/%{name}-buildroot

%description
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch
of LADSPA plugins for digital audio processing, intended for use in a
professional DAW environment such as Ardour.

%prep
%setup -q
perl -p -i -e "s/-O3/$RPM_OPT_FLAGS/g" Makefile

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
make INSTALL_PLUGINS_DIR=$RPM_BUILD_ROOT%{_libdir}/ladspa/ \
     INSTALL_LRDF_DIR=$RPM_BUILD_ROOT%{_datadir}/ladspa/rdf/ install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CREDITS README
%dir %{_libdir}/ladspa
%{_libdir}/ladspa/*.so
%{_datadir}/ladspa/rdf/*

%changelog
* Fri Aug 20 2004 Austin Acton <austin@mandrake.org> 0.7.0-1mdk
- 0.7.0

* Tue Jun 22 2004 Austin Acton <austin@mandrake.org> 0.6.0-1mdk
- 0.6.0
- bzip source
- use proper cflags
- add docs

* Sat May 8 2004 Austin Acton <austin@mandrake.org> 0.4.0-1mdk
- steal from CCRMA

* Wed Feb 18 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.4.0-1
- do not depend on ladspa package explicitly
* Wed Feb  4 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.3.0-1
- updated to 0.3.0
* Thu Jan 29 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.0-1
- initial build