2024-01-05 18:15:17 +01:00
|
|
|
Name: swh-plugins
|
2024-01-05 18:15:17 +01:00
|
|
|
Version: 0.4.17
|
|
|
|
Release: 1mamba
|
2024-01-05 18:15:17 +01:00
|
|
|
Summary: A collection of GPL'd audio plugins for LADSPA
|
|
|
|
Group: System/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://plugin.org.uk
|
2024-01-05 18:15:17 +01:00
|
|
|
Source: https://github.com/swh/ladspa.git/v%{version}/ladspa-%{version}.tar.bz2
|
|
|
|
#Source: http://plugin.org.uk/releases/%{version}/swh-plugins-%{version}.tar.gz
|
2024-01-05 18:15:17 +01:00
|
|
|
License: GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libfftw-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A collection of GPL'd audio plugins for LADSPA.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 18:15:17 +01:00
|
|
|
%setup -q -n ladspa-%{version}
|
|
|
|
# %ifarch arm
|
|
|
|
#sed -i "s|\${MACHINE}||" configure
|
|
|
|
#% endif
|
|
|
|
|
|
|
|
autoreconf -f -i
|
2024-01-05 18:15:17 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make plugindir=%{_libdir}/ladspa
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall plugindir=%{_libdir}/ladspa
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/ladspa/*.so
|
|
|
|
%{_datadir}/ladspa/rdf/swh-*.rdf
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:15:17 +01:00
|
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.17-1mamba
|
|
|
|
- update to 0.4.17
|
|
|
|
|
2024-01-05 18:15:17 +01:00
|
|
|
* Mon Sep 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-2mamba
|
|
|
|
- arm: quick fix to avoid passing -march=arm flag to gcc
|
|
|
|
|
|
|
|
* Sat Mar 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-1mamba
|
|
|
|
- package created by autospec
|