automatic version update by autodist [release 0.6.2-1mamba;Tue Apr 07 2020]
This commit is contained in:
parent
21696e1eec
commit
824b194468
@ -1,4 +1,3 @@
|
|||||||
# qsynth
|
# qsynth
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
10
qsynth.spec
10
qsynth.spec
@ -1,5 +1,5 @@
|
|||||||
Name: qsynth
|
Name: qsynth
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fluidsynth GUI front-end application written in C++ around the Qt3 toolkit
|
Summary: A fluidsynth GUI front-end application written in C++ around the Qt3 toolkit
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -20,7 +20,7 @@ BuildRequires: fluidsynth-devel
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: fluidsynth >= 1.0.5
|
Requires: fluidsynth >= 1.0.5
|
||||||
@ -29,6 +29,8 @@ Requires: soundfont-2rock9
|
|||||||
%description
|
%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.
|
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.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
@ -81,6 +83,7 @@ fi
|
|||||||
%{_bindir}/qsynth
|
%{_bindir}/qsynth
|
||||||
%{_datadir}/applications/qsynth.desktop
|
%{_datadir}/applications/qsynth.desktop
|
||||||
%{_datadir}/icons/hicolor/32x32/apps/qsynth.png
|
%{_datadir}/icons/hicolor/32x32/apps/qsynth.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/qsynth.svg
|
||||||
%{_datadir}/metainfo/qsynth.appdata.xml
|
%{_datadir}/metainfo/qsynth.appdata.xml
|
||||||
%dir %{_datadir}/qsynth
|
%dir %{_datadir}/qsynth
|
||||||
%dir %{_datadir}/qsynth/translations
|
%dir %{_datadir}/qsynth/translations
|
||||||
@ -96,6 +99,9 @@ fi
|
|||||||
#ChangeLog README README-OSX TODO
|
#ChangeLog README README-OSX TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user