%global debug_package %{nil} Summary: An additive synthesizer using JACK Name: Add64 Version: 3.9.0 Release: 1%{?dist} URL: http://sourceforge.net/projects/add64 Source0: http://downloads.sourceforge.net/project/add64/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop # icon taken from screenshot Source2: add64.png Source3: Makefile # gcc7 fix # Patch0: Add64-gcc7.patch License: GPLv3 BuildRequires: jack-audio-connection-kit-devel BuildRequires: qt5-devel BuildRequires: desktop-file-utils %description Add64 is an additive synthesizer using Qt and the JACK audio connection kit %prep %setup -q -n %{name}-%{version} #patch0 -p1 -b .gcc7 #cp %{SOURCE3} ./ #sed -i -e 's|lib64|%{_lib}|' \ # -e 's|$(QT_BASE_DIR)/bin|%{_qt5_libdir}/qt5/bin|' \ # -e 's|-lm|-lm -lstdc++|' \ # -e 's|-O2 -g -Wall|%{optflags}|' Makefile #chmod -x * %build %{_qt5_libdir}/qt5/bin/qmake -makefile make %{?_smp_mflags} %install install -d -m 755 %{buildroot}%{_bindir} install -d -m 755 %{buildroot}%{_datadir}/applications install -d -m 755 %{buildroot}%{_datadir}/pixmaps install -m 755 -p %{name} %{buildroot}%{_bindir} install -m 644 -p %{SOURCE2} %{buildroot}%{_datadir}/pixmaps desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} # Register as an application to be visible in the software center # # NOTE: It would be *awesome* if this file was maintained by the upstream # project, translated and installed into the right place during `make install`. # # See http://www.freedesktop.org/software/appstream/docs/ for more details. # mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < Add64.desktop CC0-1.0 Additive software sound synthesizer

Add64 is an additive modular software synthesizer for generating sounds. Unlike other software synthesizers -- that use a skeuomorphic interface of knobs, sliders and buttons, Add64 displays a spectral graph and allows the user to modify the oscillators and related parameters.

http://www.amsynth.com/add64.html http://www.amsynth.com/images/Add64-Harmonics.png
EOF %files %doc LICENSE %{_bindir}/%{name} %{_datadir}/appdata/*.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/add64.png %changelog * Sun Apr 26 2020 Erich Eickmeyer - 3.9.0-1 - New version 3.9.0 * Tue Jan 28 2020 Fedora Release Engineering - 1.2.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering - 1.2.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 1.2.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering - 1.2.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.2.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 1.2.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.2.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Feb 16 2017 Orcan Ogetbil - 1.2.2-12 - gcc7 fix * Fri Feb 10 2017 Fedora Release Engineering - 1.2.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 1.2.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jun 16 2015 Fedora Release Engineering - 1.2.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 1.2.2-8 - Rebuilt for GCC 5 C++11 ABI change * Thu Mar 26 2015 Richard Hughes - 1.2.2-7 - Add an AppData file for the software center * Fri Aug 15 2014 Fedora Release Engineering - 1.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 06 2014 Fedora Release Engineering - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Aug 02 2013 Fedora Release Engineering - 1.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 1.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 26 2012 Brendan Jones 1.2.2-2 - Add missing BR * Mon Jun 11 2012 Brendan Jones 1.2.2-1 - Initial build