* Master gain front panel control now ranges from 0..1000, with
default still at 100 (unit gain).
* Fixed command line parsing (QCommandLineParser/Option) to not
exiting the application with a segfault when showing help and
version information.
* Peppino knob style adjusted to lighter custom color themes.
- Update to version 1.0.2
* Peppino knob graphic style refined to follow designated
palette color theme (and not being such an ugly style
anymore;)).
- Update to version 1.0.1
* Setup/Settings editor: differ between edit text being changed
and just finished and committed.
- Update to version 1.0.0
* Cancel button option added to close to system-tray icon
message.
* Introduce Setup/Settings custom editing per engine.
- Update to version 0.9.91
* Updated to latest framework level (Qt >= 6.7)
- Update to version 0.9.90
* Custom color themes are now file based (*.conf); legacy still
preserved ntl.
- Drop patch:
* 0001-Fixed-system-tray-icon-to-a-32x32-pixmap.patch
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qsynth?expand=0&rev=47
80 lines
2.4 KiB
RPMSpec
80 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package qsynth
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC and contributors
|
|
# Copyright (c) 2014 Pascal Bleser <pascal.bleser@opensuse.org>
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: qsynth
|
|
Version: 1.0.3
|
|
Release: 0
|
|
Summary: Graphical User Interface for fluidsynth
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Multimedia/Sound/Midi
|
|
URL: https://qsynth.sourceforge.net/qsynth-index.html
|
|
#Git-Clone: https://git.code.sf.net/p/qsynth/code
|
|
Source: https://sourceforge.net/projects/qsynth/files/qsynth/%{version}/qsynth-%{version}.tar.gz
|
|
Patch0: qsynth-fix_desktop_file.patch
|
|
BuildRequires: cmake
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: cmake(Qt6LinguistTools)
|
|
BuildRequires: cmake(Qt6Network)
|
|
BuildRequires: cmake(Qt6Svg)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: pkgconfig(fluidsynth) >= 2.0.0
|
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
|
# lang provides are not automatically detected due to the install location
|
|
Recommends: qsynth-lang
|
|
|
|
%description
|
|
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt5
|
|
toolkit using Qt Designer.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%cmake_qt6
|
|
%qt6_build
|
|
|
|
%install
|
|
%qt6_install
|
|
%suse_update_desktop_file -r "org.rncbc.%{name}" AudioVideo Midi
|
|
%find_lang %{name} --with-qt
|
|
|
|
%files
|
|
%doc ChangeLog
|
|
%license LICENSE
|
|
%{_bindir}/qsynth
|
|
%{_datadir}/applications/org.rncbc.%{name}.desktop
|
|
%{_datadir}/icons/*/*/apps/org.rncbc.qsynth.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.qsynth.svg
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/palette
|
|
%{_datadir}/metainfo
|
|
%{_mandir}/man1/qsynth.1%{?ext_man}
|
|
%{_mandir}/fr/man1/qsynth.1%{?ext_man}
|
|
|
|
%files lang -f %{name}.lang
|
|
%{_datadir}/qsynth/translations
|
|
|
|
%changelog
|