rebuilt to remove dependency on fluidsynth1; added debug package, specfile fixes [release 0.90.3-2mamba;Thu Oct 31 2024]
This commit is contained in:
parent
21e163dd32
commit
46c4fa8708
@ -1,15 +0,0 @@
|
|||||||
diff -Nru calf-0.0.19.orig/calf.desktop.in calf-0.0.19/calf.desktop.in
|
|
||||||
--- calf-0.0.19.orig/calf.desktop.in 2012-07-23 11:37:45.000000000 +0200
|
|
||||||
+++ calf-0.0.19/calf.desktop.in 2013-01-10 16:15:11.606685615 +0100
|
|
||||||
@@ -1,9 +1,11 @@
|
|
||||||
[Desktop Entry]
|
|
||||||
Name=Calf Plugin Pack for JACK
|
|
||||||
+Name[it]=Calf Plugin Pack per JACK
|
|
||||||
Name[pl]=Zestaw wtyczek Calf
|
|
||||||
Name[ru]=Набор эффектов и инструментов Calf для JACK
|
|
||||||
Version=@VERSION@
|
|
||||||
Comment=Process and produce sounds using a set of plugins with JACK interface
|
|
||||||
+Comment[it]=Processa e produce suoni usando un set di plugin attraverso l'interfaccia JACK
|
|
||||||
Comment[pl]=Przetwarzaj i generuj dźwięk używając zestawu wtyczek zgodnych z JACK
|
|
||||||
Comment[ru]=Обработка и создание музыки при помощи эффектов и инструментов через JACK
|
|
||||||
Exec=calfjackhost
|
|
51
calf.spec
51
calf.spec
@ -1,6 +1,6 @@
|
|||||||
Name: calf
|
Name: calf
|
||||||
Version: 0.90.3
|
Version: 0.90.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A set of audio effect plugins
|
Summary: A set of audio effect plugins
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,50 +9,42 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://calf-studio-gear.org
|
URL: https://calf-studio-gear.org
|
||||||
Source0: https://calf-studio-gear.org/files/calf-%{version}.tar.gz
|
Source0: https://calf-studio-gear.org/files/calf-%{version}.tar.gz
|
||||||
Source1: %{name}.png
|
Source1: %{name}.png
|
||||||
Patch0: %{name}-0.0.19-desktopin.patch
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: ladspa-devel
|
|
||||||
BuildRequires: dssi-devel
|
|
||||||
BuildRequires: libslv2-devel
|
|
||||||
BuildRequires: expat
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libfluidsynth-devel
|
||||||
|
BuildRequires: libfontconfig-devel
|
||||||
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglade-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: liblash-devel
|
BuildRequires: liblash-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
# Calf configured
|
BuildRequires: dssi-devel
|
||||||
|
BuildRequires: expat
|
||||||
# Debug mode: no ?
|
BuildRequires: ladspa-devel
|
||||||
# LADSPA enabled: yes
|
BuildRequires: libslv2-devel
|
||||||
# DSSI enabled: yes
|
|
||||||
# DSSI GUI enabled: yes
|
|
||||||
# LV2 enabled: yes
|
|
||||||
# LV2 GUI enabled: yes
|
|
||||||
# JACK host enabled: yes
|
|
||||||
# LASH enabled: yes
|
|
||||||
# Old-style JACK MIDI: yes
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Calf is a set of audio effect plugins. Several plugins are provided:
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
#rm -f calf.desktop
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -71,11 +63,8 @@ install -m 644 %{S:1} \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/calfjackhost
|
%{_bindir}/calfjackhost
|
||||||
#%dir %{_includedir}/calf
|
|
||||||
#%{_includedir}/calf/*.h
|
|
||||||
%dir %{_libdir}/calf
|
%dir %{_libdir}/calf
|
||||||
%{_libdir}/calf/calf.a
|
%{_libdir}/calf/calf.a
|
||||||
%{_libdir}/calf/calf.la
|
|
||||||
%{_libdir}/calf/calf.so
|
%{_libdir}/calf/calf.so
|
||||||
%dir %{_datadir}/calf
|
%dir %{_datadir}/calf
|
||||||
%{_datadir}/calf/*
|
%{_datadir}/calf/*
|
||||||
@ -87,16 +76,18 @@ install -m 644 %{S:1} \
|
|||||||
%{_datadir}/applications/calf.desktop
|
%{_datadir}/applications/calf.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/calf*.png
|
%{_datadir}/icons/hicolor/*/apps/calf*.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/calf*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/calf*.svg
|
||||||
#%{_datadir}/ladspa/rdf/calf.rdf
|
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%{_mandir}/man1/calfjackhost.1.gz
|
%{_mandir}/man1/calfjackhost.1*
|
||||||
%{_mandir}/man7/calf.7.gz
|
%{_mandir}/man7/calf.7*
|
||||||
%dir %{_docdir}/calf
|
%dir %{_docdir}/calf
|
||||||
%{_docdir}/calf/*
|
%{_docdir}/calf/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog README TODO
|
#ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 18 2019 Automatic Build System <autodist@mambasoft.it> 0.90.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user