Summary: Alsa Modular Synth, a realtime modular synthesizer Name: ams Version: 2.1.2 Release: 8%{?dist} URL: http://alsamodular.sourceforge.net Source0: http://downloads.sourceforge.net/project/alsamodular/alsamodular/%{version}/%{name}-%{version}.tar.bz2 Source1: ams.desktop License: GPLv2+ Requires: ladspa-cmt-plugins Requires: ladspa-swh-plugins Requires: ladspa-vco-plugins Requires: ladspa-rev-plugins Requires: ladspa-mcp-plugins BuildRequires: gcc-c++ BuildRequires: desktop-file-utils alsa-lib-devel zita-alsa-pcmi-devel BuildRequires: jack-audio-connection-kit-devel ladspa-devel BuildRequires: fftw3-devel BuildRequires: qt-devel BuildRequires: make %description AlsaModularSynth is a realtime modular synthesizer and effect processor. It features MIDI controlled modular software synthesis, realtime effect processing with capture, full control of all synthesis and effect parameters via MIDI, integrated LADSPA Browser with search capability and JACK Support. NOTE: Example files are in /usr/share/ams %prep %setup -q for i in `ls demos/*.ams` ; do iconv -f iso8859-1 -t utf-8 $i > $i.conv && mv -f $i.conv $i; done; for i in AUTHORS THANKS; do iconv -f iso8859-1 -t utf-8 $i > $i.conv && mv -f $i.conv $i; done; %build # https://bugzilla.redhat.com/show_bug.cgi?id=1307316 CXXFLAGS="%{optflags} -std=gnu++98" %configure --with-ladspa-path=%{_libdir}/ladspa %make_build %install %make_install chmod 755 %{buildroot}%{_bindir}/%{name} # desktop categories BASE="Application AudioVideo Audio" XTRA="X-MIDI X-Jack X-Synthesis Midi" mkdir -p %{buildroot}%{_datadir}/applications desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ `for c in ${BASE} ${XTRA} ; do echo "--add-category $c " ; done` \ %{SOURCE1} %files %doc AUTHORS NEWS README THANKS ChangeLog demos instruments tutorial %license COPYING %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_mandir}/man1/%{name}* %{_datadir}/pixmaps/%{name}* %changelog * Tue Jan 26 2021 Fedora Release Engineering - 2.1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jul 31 2020 Fedora Release Engineering - 2.1.2-7 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 2.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 2.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Aug 03 2019 Guido Aulisi - 2.1.2-4 - Use zita-alsa-pcmi instead of deprecated clalsadrv * Wed Jul 24 2019 Fedora Release Engineering - 2.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 2.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Sep 04 2018 Guido Aulisi - 2.1.2-1 - Update to 2.1.2 - Some spec cleanup * Thu Jul 12 2018 Fedora Release Engineering - 2.1.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 2.1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 2.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 2.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Feb 23 2016 Yaakov Selkowitz - 2.1.1-7 - Build with -std=gnu++98 (#1307316) * Wed Feb 03 2016 Fedora Release Engineering - 2.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jun 16 2015 Fedora Release Engineering - 2.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 2.1.1-4 - Rebuilt for GCC 5 C++11 ABI change * Fri Aug 15 2014 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Apr 05 2014 Brendan Jones 2.1.1-1 - Update to 2.1.1 * Fri Mar 28 2014 Brendan Jones 2.1.0-1 - Update to 2.1.0 - Remove obsolete patches * Thu Aug 08 2013 Brendan Jones 2.0.1-8 - Correct arm FTB * Sat Aug 03 2013 Fedora Release Engineering - 2.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 2.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Oct 15 2012 Brendan Jones 2.0.1-5 - Imported from CCRMA * Tue Jun 8 2010 Fernando Lopez-Lezcano 2.0.1-4 - picked up changes from ams srpm created by Simon Lewis with fixes by Niels Mayer, bumped release to 4 * Wed May 19 2010 Fernando Lopez-Lezcano 2.0.1-1 - updated to 2.0.1, add patch to link against libdl on fc13 * Tue Nov 24 2009 Fernando Lopez-Lezcano 2.0.0-1 - updated to 2.0.0, build process now uses configure and make * Tue Jul 15 2008 Fernando Lopez-Lezcano 1.8.8-0.2.rc2 - updated qt3-devel build dependency for fc9 * Tue Oct 9 2007 Fernando Lopez-Lezcano 1.8.8-0.2.rc2 - adjusted desktop categories * Tue May 8 2007 Fernando Lopez-Lezcano 1.8.8-0.1.rc2 - updated to rc2, use qmake to define the Makefile * Mon Apr 30 2007 Fernando Lopez-Lezcano 1.8.8-0.1.rc1 - updated to 1.8.8-rc1 release * Tue Dec 5 2006 Fernando Lopez-Lezcano 1.8.7-6 - added proper require incantations for the specific ladspa plugins needed * Thu Nov 30 2006 Fernando Lopez-Lezcano 1.8.7-5 - explicitly require all LADSPA plugins used by the examples and demos, and add filter.so (fil plugins). * Tue Nov 28 2006 Fernando Lopez-Lezcano 1.8.7-5 - set LADSPA_PATH to lib64 for x86_64 * Fri Nov 24 2006 Fernando Lopez-Lezcano 1.8.7-5 - spec file tweaks, changed requirements for fc6 build (ladspa plugin packages now have the "ladspa-" prefix), removed old requires - use separate desktop file * Mon Jul 3 2006 Fernando Lopez-Lezcano 1.8.7-4 - added missing swh-plugins requirement (thanks to Michael Tiemann for finding this problem) * Sat May 13 2006 Fernando Lopez-Lezcano 1.8.7-3 - added explicit requires for the LADSPA plugins all demos need - added Planet CCRMA categories * Fri Mar 31 2006 Fernando Lopez-Lezcano - proper fc5 build dependencies * Fri Dec 24 2004 Fernando Lopez-Lezcano 1.8.7-2 - use rpm optimization flags * Mon Dec 20 2004 Fernando Lopez-Lezcano - spec file cleanup * Tue Aug 24 2004 Fernando Lopez-Lezcano 1.8.7-1 - updated to 1.8.7 - added clalsadrv-devel build requirement * Fri Jul 23 2004 Fernando Lopez-Lezcano 1.8.6-1 - updated to 1.8.6 * Tue Jul 6 2004 Fernando Lopez-Lezcano 1.8.5-1 - updated to 1.8.5 * Thu May 13 2004 Fernando Lopez-Lezcano 1.8.2-1 - updated to 1.8.2 * Thu Apr 29 2004 Fernando Lopez-Lezcano 1.8.0-1 - updated to 1.8.0 * Tue Mar 2 2004 Fernando Lopez-Lezcano 1.7.6-1 - updated to 1.7.6 * Sun Feb 29 2004 Fernando Lopez-Lezcano 1.7.5-1 - updated to 1.7.5 * Wed Jan 21 2004 Fernando Lopez-Lezcano 1.7.2-1 - updated to 1.7.2 * Wed Dec 17 2003 Fernando Lopez-Lezcano 1.7.1-1 - updated to 1.7.1 * Tue Nov 11 2003 Fernando Lopez-Lezcano 1.6.0-1 - spec file tweaks - add patch0 to enable old alsa api * Tue Nov 4 2003 Fernando Lopez-Lezcano 1.6.0-1 - updated to 1.6.0 * Thu Aug 28 2003 Fernando Lopez-Lezcano 1.5.12-1 - updated to 1.5.12 - adjusted name of makefile, minor doc file list changes * Mon Aug 18 2003 Fernando Lopez-Lezcano 1.5.11-1 - updated to 1.5.11, added version tags * Sat Jul 26 2003 Fernando Lopez-Lezcano 1.5.10-1 - updated to 1.5.10 * Wed May 21 2003 Fernando Lopez-Lezcano 1.5.9-1 - updated to 1.5.9 * Tue May 20 2003 Fernando Lopez-Lezcano 1.5.8b-3 - rebuild for newer version qt (3.1.1), added explicit dependency * Tue Apr 8 2003 Fernando Lopez-Lezcano 1.5.8b-2 - rebuilt for newer version of fftw * Sat Apr 5 2003 Fernando Lopez-Lezcano 1.5.8b-1 - added support for qt 3.1 * Wed Apr 2 2003 Fernando Lopez-Lezcano 1.5.8b-1 - updated to 1.5.8b - rebuild for jack 0.66.3, added explicit requires for it * Tue Dec 31 2002 Fernando Lopez-Lezcano 1.5.5-1 - updated to 1.5.5, added menu entry, updated description * Mon Dec 9 2002 Fernando Lopez-Lezcano 1.5.4-2 - added patch to synth.cpp (lockups) * Wed Dec 04 2002 Fernando Lopez-Lezcano 1.5.4 - updated to 1.5.4 * Tue Nov 12 2002 Fernando Lopez-Lezcano 1.5.3c-1 - updated to 1.5.3c * Mon Nov 11 2002 Fernando Lopez-Lezcano 1.5.3b-1 - updated to 1.5.3b * Fri Oct 11 2002 Fernando Lopez-Lezcano - Initial build.