89ac62d
Name:           ladspa-mcp-plugins
89ac62d
Epoch:          1
2ec2b47
Version:        0.4.0
099a9cd
Release:        6%{?dist}
89ac62d
Summary:        A set of audio plugins for LADSPA
89ac62d
License:        GPLv2+
89ac62d
Group:          Applications/Multimedia
89ac62d
URL:            http://www.kokkinizita.net/linuxaudio/
89ac62d
Source:         http://www.kokkinizita.net/linuxaudio/downloads/MCP-plugins-%{version}.tar.bz2
89ac62d
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
89ac62d
BuildRequires:  ladspa-devel
89ac62d
Requires:       ladspa
89ac62d
Obsoletes:      mcp-plugins <= 0.3.0-2
89ac62d
Provides:       mcp-plugins = %{version}-%{release}
89ac62d
89ac62d
%description
89ac62d
A set of audio plugins for LADSPA by Fons Adriaensen.
89ac62d
Currently contains a phaser, a chorus and a moog vcf.
89ac62d
89ac62d
89ac62d
%prep
89ac62d
%setup -q -n MCP-plugins-%{version}
89ac62d
%{__perl} -p -i -e "s|/usr/lib/ladspa|\\\$\(DESTDIR\)%{_libdir}/ladspa|g" Makefile
89ac62d
# we want to use the system ladspa.h
89ac62d
rm ladspa.h
89ac62d
89ac62d
89ac62d
%build
89ac62d
%{__make} %{?_smp_mflags} CPPFLAGS="$RPM_OPT_FLAGS -fPIC -D_REENTRANT"
89ac62d
89ac62d
89ac62d
%install
89ac62d
%{__rm} -rf %{buildroot}
89ac62d
%{__mkdir} -p %{buildroot}%{_libdir}/ladspa
89ac62d
%{__make} DESTDIR=%{buildroot} install
89ac62d
89ac62d
89ac62d
%clean
89ac62d
%{__rm} -rf %{buildroot}
89ac62d
89ac62d
89ac62d
%files
89ac62d
%defattr(-,root,root,-)
89ac62d
%doc AUTHORS COPYING README
89ac62d
%{_libdir}/ladspa/*.so
89ac62d
89ac62d
89ac62d
%changelog
099a9cd
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4.0-6
099a9cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
099a9cd
f17981f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4.0-5
f17981f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f17981f
653bd40
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4.0-4
653bd40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
653bd40
0e47b95
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4.0-3
0e47b95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0e47b95
f25c9ee
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4.0-2
f25c9ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f25c9ee
2ec2b47
* Sun Apr 13 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1:0.4.0-1
2ec2b47
- New upstream release 0.4.0
2ec2b47
12979ce
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.3.0-5
12979ce
- Autorebuild for GCC 4.3
12979ce
89ac62d
* Fri Sep 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1:0.3.0-4
89ac62d
- Various specfile improvements to match the Fedora Packaging Guidelines
89ac62d
- Submit for review for Fedora inclusion
89ac62d
89ac62d
* Sun Nov 19 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.3.0-3
89ac62d
- change name of package to ladspa-mcp-plugins
89ac62d
89ac62d
* Sun Dec 19 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.3.0-2
89ac62d
- spec file cleanup
89ac62d
- do not include ladspa directory in file list
89ac62d
- include rpm optimizations in compiler flags
89ac62d
89ac62d
* Fri Apr 30 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.3.0-1
89ac62d
- updated to 0.3.0
89ac62d
89ac62d
* Sun Feb 29 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.2-1
89ac62d
- updated to 0.2.2
89ac62d
89ac62d
* Wed Feb 18 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.1b-2
89ac62d
- changed name of ladspa package, do not depend on it explicitly
89ac62d
89ac62d
* Wed Dec 17 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.1b-1
89ac62d
- updated to 0.2.1b
89ac62d
89ac62d
* Tue Nov  4 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.1.4-1
89ac62d
- updated to 0.1.4
89ac62d
89ac62d
* Mon Jun 16 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.2-1
89ac62d
- updated to 0.0.2
89ac62d
89ac62d
* Wed May 21 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.1-1
89ac62d
- initial build