calf/calf.spec

120 lines
3.6 KiB
RPMSpec
Raw Normal View History

Name: calf
Version: 0.90.3
Release: 2mamba
Summary: A set of audio effect plugins
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://calf-studio-gear.org
Source0: https://calf-studio-gear.org/files/calf-%{version}.tar.gz
Source1: %{name}.png
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libexpat-devel
BuildRequires: libfluidsynth-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libjack-devel
BuildRequires: liblash-devel
BuildRequires: libpango-devel
BuildRequires: libstdc++6-devel
BuildRequires: libuuid-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
BuildRequires: dssi-devel
BuildRequires: expat
BuildRequires: ladspa-devel
BuildRequires: libslv2-devel
%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.
%debug_package
%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
%dir %{_datadir}/calf
%{_datadir}/calf/*
%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
%{_datadir}/bash-completion/completions/calf
%{_datadir}/applications/calf.desktop
%{_datadir}/icons/hicolor/*/apps/calf*.png
%{_datadir}/icons/hicolor/scalable/apps/calf*.svg
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/calfjackhost.1*
%{_mandir}/man7/calf.7*
%dir %{_docdir}/calf
%{_docdir}/calf/*
%doc AUTHORS COPYING
#ChangeLog README TODO
%changelog
* 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
* Thu Jul 18 2019 Automatic Build System <autodist@mambasoft.it> 0.90.3-1mamba
- automatic version update by autodist
* Tue Apr 16 2019 Automatic Build System <autodist@mambasoft.it> 0.90.2-1mamba
- automatic version update by autodist
* Sat Jul 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.90.1-1mamba
- update to 0.90.1
* Tue Mar 31 2015 Automatic Build System <autodist@mambasoft.it> 0.0.60-1mamba
- automatic update by autodist
* 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