From a65ee2f1bb2450ea1fcd18330f9c071d224697d8 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Jan 22 2010 12:57:47 +0000 Subject: - Don't bundle the reverbs until we hear from the author about the license Wed Dec 16 2009 Orcan Ogetbil - 0.8.4-1 - update version to 0.8.4 - software name changed from jconv to jconvolver - drop libsndfile patch. not needed anymore --- diff --git a/.cvsignore b/.cvsignore index e69de29..d780f21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +jconvolver-0.8.4.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..e21cd53 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +jconvolver-0_8_4-2_fc12:F-11:jconvolver-0.8.4-2.fc12.src.rpm:1264165023 diff --git a/jconvolver.spec b/jconvolver.spec new file mode 100644 index 0000000..1a8c921 --- /dev/null +++ b/jconvolver.spec @@ -0,0 +1,109 @@ +Summary: Real-time Convolution Engine +Name: jconvolver +Version: 0.8.4 +Release: 2%{?dist} +License: GPLv2+ +Group: Applications/Multimedia +URL: http://www.kokkinizita.net/linuxaudio/ +Source0: http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2 +# Demo reverbs +# Don't bundle until license is cleared up +#Source1: http://www.kokkinizita.net/linuxaudio/downloads/%{name}-reverbs.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Obsoletes: jace <= 0.2.0 +Provides: jace = %{version}-%{release} +Obsoletes: jconv <= 0.8.1 +Provides: jconv = %{version}-%{release} + + +BuildRequires: clthreads-devel +BuildRequires: fftw-devel +BuildRequires: jack-audio-connection-kit-devel +BuildRequires: libsndfile-devel +BuildRequires: zita-convolver-devel + +%description +Jconvolver is a real-time convolution engine. It can execute up to a 64 by 64 +convolution matrix (i.e. 4096 simultaneous convolutions) as long as your CPU(s) +can handle the load. It is designed to be efficient also for sparse (e.g. +diagonal) matrices. Unused matrix elements do not take any CPY time. + +%prep +#setup -q -a 1 +%setup -q + +# fix paths of configuration files +find config-files/ -name \*.conf \ + -exec sed -i -e "s|/audio/reverbs|%{_datadir}/%{name}/reverbs|g" {} \; \ + -exec sed -i -e "s|^#/cd |/cd |g" {} \; + +# Force Fedora's optflags +sed -i 's|-O3|%{optflags}|' source/Makefile + +%build +make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=%{_lib} -C source + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}%{_bindir} +make install PREFIX=%{buildroot}%{_prefix} LIBDIR=%{_lib} -C source + +# install configuration files and demo reverbs +mkdir -p %{buildroot}%{_datadir}/%{name} +cp -a config-files/* %{buildroot}%{_datadir}/%{name} +#cp -a reverbs/ %%{buildroot}%%{_datadir}/%%{name}/ + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc AUTHORS README* COPYING +%{_bindir}/* +%{_datadir}/%{name}/ + +%changelog +* Tue Dec 22 2009 Orcan Ogetbil - 0.8.4-2 +- Don't bundle the reverbs until we hear from the author about the license + +* Wed Dec 16 2009 Orcan Ogetbil - 0.8.4-1 +- update version to 0.8.4 +- software name changed from jconv to jconvolver +- drop libsndfile patch. not needed anymore + +* Fri Jul 24 2009 Fedora Release Engineering - 0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue May 05 2009 Orcan Ogetbil - 0.8.1-1 +- update version to 0.8.1 +- prepare package for Fedora submission (SPEC file from PlanetCCRMA) + +* Sat Mar 21 2009 Fernando Lopez-Lezcano 0.8.0-2 +- fix typo in uhjenc.conf + +* Sat Mar 21 2009 Fernando Lopez-Lezcano 0.8.0-1 +- updated to 0.8.0, include new extended demo reverb files +- move configuration and examples to /usr/share/jconv/ + +* Wed Oct 29 2008 Fernando Lopez-Lezcano 0.2.0-1 +- package renamed to jconv from jace, now uses the zita-convolver library +- upgrade to jconv 0.2.0 + +* Wed Sep 5 2007 Fernando Lopez-Lezcano 0.2.0-1 +- update to 0.2.0 +- add springreverb.wav + +* Thu Apr 19 2007 Fernando Lopez-Lezcano 0.1.0-1 +- update to 0.1.0 + +* Sun Apr 1 2007 Fernando Lopez-Lezcano 0.0.4-2 +- update to 0.0.4 +- include lucia.wav example impulse response +- tweak demo configuration files to point to the doc directory + +* Tue Dec 12 2006 Fernando Lopez-Lezcano 0.0.3-2 +- build on fc6 + +* Sat May 13 2006 Fernando Lopez-Lezcano 0.1.8-1 +- initial build diff --git a/sources b/sources index e69de29..559de38 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2012f34f47bc7b2337d61d4a54c0f0a8 jconvolver-0.8.4.tar.bz2