automatic version update by autodist [release 0.0.19-1mamba;Sun Jan 13 2013]

This commit is contained in:
Automatic Build System 2024-01-05 21:04:53 +01:00
parent 5b844ef546
commit c9ba50c079
4 changed files with 137 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# calf
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.

View File

@ -0,0 +1,15 @@
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

BIN
calf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

119
calf.spec Normal file
View File

@ -0,0 +1,119 @@
Name: calf
Version: 0.0.19
Release: 1mamba
Summary: A set of audio effect plugins
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://calf.sourceforge.net/
Source0: http://downloads.sourceforge.net/calf/calf-%{version}.tar.gz
Source1: %{name}.png
Patch0: %{name}-0.0.19-desktopin.patch
License: LGPL
BuildRequires: ladspa-devel
BuildRequires: dssi-devel
BuildRequires: libslv2-devel
BuildRequires: expat
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libexpat-devel
BuildRequires: libgcc
BuildRequires: libglade-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libjack-devel
BuildRequires: liblash-devel
BuildRequires: libpango-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
# Calf configured
# Debug mode: no ?
# LADSPA enabled: yes
# 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
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.
%prep
%setup -q
%patch0 -p1
rm -f calf.desktop
%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 %{_includedir}/calf
#%{_includedir}/calf/*.h
%dir %{_libdir}/calf
%{_libdir}/calf/calf.a
%{_libdir}/calf/calf.la
%{_libdir}/calf/calf.so
%{_datadir}/calf/calf.rc
%{_datadir}/calf/*.png
%{_datadir}/calf/*.xml
#%dir %{_libdir}/dssi/calf
#%{_libdir}/dssi/calf/calf_gtk
%dir %{_libdir}/lv2/calf.lv2
%{_libdir}/lv2/calf.lv2/*.ttl
%{_libdir}/lv2/calf.lv2/*.so
#%{_libdir}/dssi/calf.so
#%{_libdir}/ladspa/calf.so
%{_datadir}/applications/calf.desktop
%{_datadir}/icons/hicolor/*/apps/calf*.png
%{_datadir}/icons/hicolor/scalable/apps/calf*.svg
#%{_datadir}/ladspa/rdf/calf.rdf
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/calfjackhost.1.gz
%{_mandir}/man7/calf.7.gz
%dir %{_docdir}/calf
%{_docdir}/calf/*
%doc AUTHORS COPYING
#ChangeLog README TODO
%changelog
* 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