2024-01-05 21:04:53 +01:00
|
|
|
Name: calf
|
2024-01-05 21:04:55 +01:00
|
|
|
Version: 0.90.3
|
2024-10-31 21:50:36 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 21:04:53 +01:00
|
|
|
Summary: A set of audio effect plugins
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 21:04:54 +01:00
|
|
|
URL: https://calf-studio-gear.org
|
|
|
|
Source0: https://calf-studio-gear.org/files/calf-%{version}.tar.gz
|
2024-01-05 21:04:53 +01:00
|
|
|
Source1: %{name}.png
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libalsa-devel
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
BuildRequires: libcairo-devel
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: libdbus-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
BuildRequires: libexpat-devel
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: libfluidsynth-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
BuildRequires: libgcc
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: liblash-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: libuuid-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-10-31 21:50:36 +01:00
|
|
|
BuildRequires: dssi-devel
|
|
|
|
BuildRequires: expat
|
|
|
|
BuildRequires: ladspa-devel
|
|
|
|
BuildRequires: libslv2-devel
|
2024-01-05 21:04:53 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Calf is a set of audio effect plugins. Several plugins are provided:
|
|
|
|
flanger, reverb, multimode filter, vintage delay, phaser, simple monophonic VA synthesizer, and organ/pad synthesizer. LADSPA+LRDF, DSSI, and LV2 versions are available, as well as GTK+ based UIs and a standalone application using GTK+2 and JACK.
|
|
|
|
|
2024-10-31 21:50:36 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:04:53 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
|
|
install -m 644 %{S:1} \
|
|
|
|
%{buildroot}%{_datadir}/pixmaps/%{name}.png
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/calfjackhost
|
|
|
|
%dir %{_libdir}/calf
|
|
|
|
%{_libdir}/calf/calf.a
|
|
|
|
%{_libdir}/calf/calf.so
|
2024-01-05 21:04:54 +01:00
|
|
|
%dir %{_datadir}/calf
|
|
|
|
%{_datadir}/calf/*
|
2024-01-05 21:04:54 +01:00
|
|
|
%dir %{_prefix}/lib/lv2/calf.lv2
|
|
|
|
%{_prefix}/lib/lv2/calf.lv2/*.ttl
|
|
|
|
%{_prefix}/lib/lv2/calf.lv2/calf.so
|
|
|
|
%{_prefix}/lib/lv2/calf.lv2/calflv2gui.so
|
2024-01-05 21:04:54 +01:00
|
|
|
%{_datadir}/bash-completion/completions/calf
|
2024-01-05 21:04:53 +01:00
|
|
|
%{_datadir}/applications/calf.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/calf*.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/calf*.svg
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
2024-10-31 21:50:36 +01:00
|
|
|
%{_mandir}/man1/calfjackhost.1*
|
|
|
|
%{_mandir}/man7/calf.7*
|
2024-01-05 21:04:53 +01:00
|
|
|
%dir %{_docdir}/calf
|
|
|
|
%{_docdir}/calf/*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-10-31 21:50:36 +01:00
|
|
|
* Thu Oct 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.90.3-2mamba
|
|
|
|
- rebuilt to remove dependency on fluidsynth1; added debug package, specfile fixes
|
|
|
|
|
2024-01-05 21:04:55 +01:00
|
|
|
* Thu Jul 18 2019 Automatic Build System <autodist@mambasoft.it> 0.90.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:04:54 +01:00
|
|
|
* Tue Apr 16 2019 Automatic Build System <autodist@mambasoft.it> 0.90.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:04:54 +01:00
|
|
|
* Sat Jul 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.90.1-1mamba
|
|
|
|
- update to 0.90.1
|
|
|
|
|
2024-01-05 21:04:54 +01:00
|
|
|
* Tue Mar 31 2015 Automatic Build System <autodist@mambasoft.it> 0.0.60-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:04:53 +01:00
|
|
|
* Sun Jan 13 2013 Automatic Build System <autodist@mambasoft.it> 0.0.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 24 2010 Automatic Build System <autodist@mambasoft.it> 0.0.18.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 02 2009 Automatic Build System <autodist@mambasoft.it> 0.0.18.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.18.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.17-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 22 2008 gil <puntogil@libero.it> 0.0.15-1mamba
|
|
|
|
- package created by autospec
|