2024-01-05 17:04:29 +01:00
|
|
|
Name: qsynth
|
2024-01-24 10:44:45 +01:00
|
|
|
Version: 0.9.13
|
2024-01-05 17:04:29 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 17:04:29 +01:00
|
|
|
Summary: A fluidsynth GUI front-end application written in C++ around the Qt3 toolkit
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:04:30 +01:00
|
|
|
URL: https://qsynth.sourceforge.io/
|
2024-01-05 17:04:29 +01:00
|
|
|
Source: http://downloads.sourceforge.net/sourceforge/qsynth/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: %{name}-0.2.4-wrongincludes.patch
|
|
|
|
Patch1: %{name}-0.3.1-soundfonts.patch
|
|
|
|
Patch2: %{name}-0.3.6-default_alsa.patch
|
2024-01-05 17:04:30 +01:00
|
|
|
Patch3: qsynth-0.9.6-default_alsa.patch
|
2024-01-05 17:04:29 +01:00
|
|
|
Patch4: qsynth-0.4.1-gcc-6.1.0.patch
|
2024-01-05 17:04:29 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 17:04:30 +01:00
|
|
|
BuildRequires: libfluidsynth-devel
|
2024-01-05 17:04:29 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-05 17:04:30 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-24 10:44:45 +01:00
|
|
|
BuildRequires: libpipewire-devel
|
2024-01-05 17:04:29 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 17:04:30 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-05 17:04:31 +01:00
|
|
|
BuildRequires: qt6-qtsvg-devel
|
2024-01-05 17:04:29 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: fluidsynth >= 1.0.5
|
|
|
|
Requires: soundfont-2rock9
|
|
|
|
|
|
|
|
%description
|
|
|
|
QSynth is a fluidsynth GUI front-end application written in C++ around the Qt3 toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
%debug_package
|
2024-01-05 17:04:30 +01:00
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 17:04:30 +01:00
|
|
|
#%patch1 -p1
|
2024-01-05 17:04:31 +01:00
|
|
|
%patch 3 -p1
|
2024-01-05 17:04:29 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 17:04:30 +01:00
|
|
|
%cmake -d build
|
2024-01-05 17:04:30 +01:00
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
%make
|
2024-01-05 17:04:29 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
2024-01-05 17:04:30 +01:00
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
#mkdir -p %{buildroot}%{_datadir}/applications
|
|
|
|
#cat > %{buildroot}%{_datadir}/applications/qsynth.desktop << EOF
|
|
|
|
#[Desktop Entry]
|
|
|
|
#Name=Qsynth
|
|
|
|
#GenericName=Fluidsynth control interface
|
|
|
|
#GenericName[it]=Interfaccia per fluidsynth
|
|
|
|
#Exec=qsynth
|
|
|
|
#Type=Application
|
|
|
|
#Categories=Qt;KDE;AudioVideo;Music;
|
|
|
|
#Terminal=0
|
|
|
|
#Icon=qsynth
|
|
|
|
#EOF
|
2024-01-05 17:04:29 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
[ -x %{_bindir}/gtk-update-icon-cache ] && %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
[ -x %{_bindir}/gtk-update-icon-cache ] && %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/qsynth
|
2024-01-05 17:04:30 +01:00
|
|
|
%{_datadir}/applications/org.rncbc.qsynth.desktop
|
|
|
|
%{_datadir}/metainfo/org.rncbc.qsynth.metainfo.xml
|
2024-01-05 17:04:29 +01:00
|
|
|
%dir %{_datadir}/qsynth
|
|
|
|
%dir %{_datadir}/qsynth/translations
|
2024-01-05 17:04:30 +01:00
|
|
|
%lang(cs) %{_datadir}/qsynth/translations/qsynth_cs.qm
|
|
|
|
%lang(de) %{_datadir}/qsynth/translations/qsynth_de.qm
|
|
|
|
%lang(es) %{_datadir}/qsynth/translations/qsynth_es.qm
|
|
|
|
%lang(fr) %{_datadir}/qsynth/translations/qsynth_fr.qm
|
|
|
|
%lang(ru) %{_datadir}/qsynth/translations/qsynth_ru.qm
|
|
|
|
%lang(sr) %{_datadir}/qsynth/translations/qsynth_sr.qm
|
2024-01-05 17:04:29 +01:00
|
|
|
%{_mandir}/man1/qsynth.1*
|
2024-01-05 17:04:30 +01:00
|
|
|
%lang(fr) %{_mandir}/fr/man1/qsynth.1*
|
2024-01-05 17:04:30 +01:00
|
|
|
%{_datadir}/icons/hicolor/32x32/apps/org.rncbc.qsynth.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.qsynth.svg
|
2024-01-05 17:04:30 +01:00
|
|
|
%doc LICENSE
|
2024-01-05 17:04:29 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-24 10:44:45 +01:00
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 0.9.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:32 +01:00
|
|
|
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 0.9.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:32 +01:00
|
|
|
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 0.9.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:31 +01:00
|
|
|
* Fri Mar 24 2023 Automatic Build System <autodist@mambasoft.it> 0.9.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:31 +01:00
|
|
|
* Thu Dec 29 2022 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:31 +01:00
|
|
|
* Wed Oct 05 2022 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Sat Jul 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
|
|
|
- update to 0.9.4
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 0.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Sat Aug 01 2020 Automatic Build System <autodist@mambasoft.it> 0.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:30 +01:00
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Thu Oct 17 2019 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Sun Aug 18 2019 Automatic Build System <autodist@mambasoft.it> 0.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Thu Apr 11 2019 Automatic Build System <autodist@mambasoft.it> 0.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Tue Mar 12 2019 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Thu Dec 06 2018 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Mon Jul 23 2018 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Wed May 23 2018 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Mon Oct 24 2016 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Wed Jul 06 2016 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Mon Sep 14 2015 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Sun Apr 05 2015 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Thu Dec 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8-2mamba
|
|
|
|
- use pulseaudio instead of alsa as default backend
|
|
|
|
|
2024-01-05 17:04:29 +01:00
|
|
|
* Fri Jan 03 2014 Automatic Build System <autodist@mambasoft.it> 0.3.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 19 2013 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
|
|
|
|
- added patch to use alsa by default
|
|
|
|
|
|
|
|
* Sun Jun 26 2011 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 27 2010 Automatic Build System <autodist@mambasoft.it> 0.3.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-2mamba
|
|
|
|
- fixed default soundfonts patch to prevent duplicate entries
|
|
|
|
|
|
|
|
* Thu May 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-1mamba
|
|
|
|
- update to 0.3.4
|
|
|
|
|
|
|
|
* Sun Jan 25 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.3-2mamba
|
|
|
|
- moved menu entry to music category
|
|
|
|
|
|
|
|
* Sat Oct 25 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- update to 0.3.1
|
|
|
|
|
|
|
|
* Tue May 15 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-1mamba
|
|
|
|
- update to 0.2.6
|
|
|
|
- desktop menu link moved to %{_datadir}/applications
|
|
|
|
|
|
|
|
* Wed Mar 01 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-4qilnx
|
|
|
|
- rpm group fixed
|
|
|
|
|
|
|
|
* Thu Nov 10 2005 Massimo Pintore <massimo.pintore@qilinux.it> 0.2.4-3qilnx
|
|
|
|
- added patch to start with a default soundfont
|
|
|
|
|
|
|
|
* Wed Nov 09 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-2qilnx
|
|
|
|
- add default soundfont (2rock9) requirement
|
|
|
|
|
|
|
|
* Thu Oct 27 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-1qilnx
|
|
|
|
- update to version 0.2.4 by autospec
|
|
|
|
|
|
|
|
* Mon Feb 21 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-2qilnx
|
|
|
|
- added desktop menu icons
|
|
|
|
- added requirement for fluidsynth
|
|
|
|
|
|
|
|
* Sun Feb 20 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1qilnx
|
|
|
|
- package created by autospec
|