Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qsynth for openSUSE:Factory checked in at 2022-08-04 13:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qsynth (Old) and /work/SRC/openSUSE:Factory/.qsynth.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qsynth" Thu Aug 4 13:23:56 2022 rev:18 rq:992713 version:0.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/qsynth/qsynth.changes 2022-02-13 00:15:45.928179075 +0100 +++ /work/SRC/openSUSE:Factory/.qsynth.new.1521/qsynth.changes 2022-08-04 13:24:20.760648889 +0200 @@ -1,0 +2,6 @@ +Sat Jun 18 14:45:53 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.9.7: + * Main application icon is now presented in scalable format (SVG). + +------------------------------------------------------------------- Old: ---- qsynth-0.9.6.tar.gz New: ---- qsynth-0.9.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qsynth.spec ++++++ --- /var/tmp/diff_new_pack.Q8blMo/_old 2022-08-04 13:24:21.180650081 +0200 +++ /var/tmp/diff_new_pack.Q8blMo/_new 2022-08-04 13:24:21.184650092 +0200 @@ -18,7 +18,7 @@ Name: qsynth -Version: 0.9.6 +Version: 0.9.7 Release: 0 Summary: Graphical User Interface for fluidsynth License: GPL-2.0-or-later @@ -68,8 +68,8 @@ %license LICENSE %{_bindir}/qsynth %{_datadir}/applications/org.rncbc.%{name}.desktop -%{_datadir}/icons/*/*/apps/qsynth.png -%{_datadir}/icons/hicolor/scalable/apps/qsynth.svg +%{_datadir}/icons/*/*/apps/org.rncbc.qsynth.png +%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.qsynth.svg %{_datadir}/metainfo %{_datadir}/qsynth %exclude %{_datadir}/qsynth/translations ++++++ qsynth-0.9.6.tar.gz -> qsynth-0.9.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/CMakeLists.txt new/qsynth-0.9.7/CMakeLists.txt --- old/qsynth-0.9.6/CMakeLists.txt 2022-02-11 14:58:28.774800791 +0100 +++ new/qsynth-0.9.7/CMakeLists.txt 2022-04-02 11:18:16.533020233 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.15) project (qsynth - VERSION 0.9.6 + VERSION 0.9.7 DESCRIPTION "A fluidsynth Qt GUI Interface" LANGUAGES C CXX) @@ -87,6 +87,8 @@ # Enable debugger stack-trace option (assumes --enable-debug). option (CONFIG_STACKTRACE "Enable debugger stack-trace (default=no)" 0) +# Enable Wayland support option. +option (CONFIG_WAYLAND "Enable Wayland support (EXPERIMENTAL) (default=no)" 0) # Enable Qt6 build preference. option (CONFIG_QT6 "Enable Qt6 build (default=yes)" 1) @@ -222,10 +224,11 @@ add_subdirectory (src) -configure_file (qsynth.spec.in qsynth.spec IMMEDIATE @ONLY) -install (FILES qsynth.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) -install (FILES qsynth.fr.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/fr/man1 RENAME qsynth.1) +if (UNIX AND NOT APPLE) + configure_file (${PROJECT_NAME}.spec.in ${PROJECT_NAME}.spec IMMEDIATE @ONLY) +endif () + # Configuration status macro (SHOW_OPTION text value) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/ChangeLog new/qsynth-0.9.7/ChangeLog --- old/qsynth-0.9.6/ChangeLog 2022-02-11 14:58:28.774800791 +0100 +++ new/qsynth-0.9.7/ChangeLog 2022-04-02 11:18:16.533020233 +0200 @@ -4,6 +4,11 @@ ChangeLog +0.9.7 2022-04-02 A Spring'22 Release. + +- Main application icon is now presented in scalable format (SVG). + + 0.9.6 2022-02-12 A Mid-Winter'22 Release. - Migrated command line parsing to QCommandLineParser/Option diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/qsynth.1 new/qsynth-0.9.7/qsynth.1 --- old/qsynth-0.9.6/qsynth.1 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/qsynth.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,107 +0,0 @@ -.TH QSYNTH 1 "June 17, 2014" -.SH NAME -Qsynth \- A fluidsynth Qt GUI Interface -.SH SYNOPSIS -.B qsynth -[\fIoptions\fR] [\fIsoundfonts\fR] [\fImidifiles\fR] -.SH DESCRIPTION -This manual page documents briefly the -.B qsynth -command. -.PP -\fBQsynth\fP is a fluidsynth GUI front-end application written -in C++ around the Qt framework using Qt Designer. Eventually it -may evolve into a softsynth management application allowing the -user to control and manage a variety of command line softsynths -but for the moment it wraps the excellent FluidSynth. -.PP -\fBFluidSynth\fP is a command line software synthesiser based on the -Soundfont specification. -.SH OPTIONS -.HP -\fB\-n\fR, \fB\-\-no\-midi\-in\fR -.IP -Don't create a midi driver to read MIDI input events [default = yes] -.HP -\fB\-m\fR, \fB\-\-midi\-driver\fR=[\fIlabel\fR] -.IP -The name of the midi driver to use [oss, alsa, alsa_seq, ...] -.HP -\fB\-K\fR, \fB\-\-midi\-channels\fR=[\fInum\fR] -.IP -The number of midi channels [default = 16] -.HP -\fB\-a\fR, \fB\-\-audio\-driver\fR=[\fIlabel\fR] -.IP -The audio driver [alsa,jack,oss,dsound,...] -.HP -\fB\-j\fR, \fB\-\-connect\-jack\-outputs\fR -.IP -Attempt to connect the jack outputs to the physical ports -.HP -\fB\-L\fR, \fB\-\-audio\-channels\fR=[\fInum\fR] -.IP -The number of stereo audio channels [default = 1] -.HP -\fB\-G\fR, \fB\-\-audio\-groups\fR=[\fInum\fR] -.IP -The number of audio groups [default = 1] -.HP -\fB\-z\fR, \fB\-\-audio\-bufsize\fR=[\fIsize\fR] -.IP -Size of each audio buffer -.HP -\fB\-c\fR, \fB\-\-audio\-bufcount\fR=[\fIcount\fR] -.IP -Number of audio buffers -.HP -\fB\-r\fR, \fB\-\-sample\-rate\fR=[\fIrate\fR] -.IP -Set the sample rate -.HP -\fB\-R\fR, \fB\-\-reverb\fR[=\fIflag\fR] -.IP -Turn the reverb on or off [1|0|yes|no|on|off, default = on] -.HP -\fB\-C\fR, \fB\-\-chorus\fR[=\fIflag\fR] -.IP -Turn the chorus on or off [1|0|yes|no|on|off, default = on] -.HP -\fB\-g\fR, \fB\-\-gain\fR=[\fIgain\fR] -.IP -Set the master gain [0 < gain < 2, default = 1] -.HP -\fB\-o\fR, \fB\-\-option\fR [\fIname\fR=\fIvalue\fR] -.IP -Define a setting name=value -.HP -\fB\-s\fR, \fB\-\-server\fR -.IP -Create and start server [default = no] -.HP -\fB\-i\fR, \fB\-\-no\-shell\fR -.IP -Don't read commands from the shell [ignored] -.HP -\fB\-d\fR, \fB\-\-dump\fR -.IP -Dump midi router events -.HP -\fB\-V\fR, \fB\-\-verbose\fR -.IP -Print out verbose messages about midi events -.HP -\fB\-h\fR, \fB\-\-help\fR -.IP -Show help about command line options -.HP -\fB\-v\fR, \fB\-\-version\fR -.IP -Show version information -.SH FILES -Configuration settings are stored in ~/.config/rncbc.org/Qsynth.conf -.SH SEE ALSO -.BR fluidsynth (1) -.SH AUTHOR -Qsynth is written by Rui Nuno Capela, Richard Bown, -Chris Cannam, Pedro Lopez-Cabanillas. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/qsynth.fr.1 new/qsynth-0.9.7/qsynth.fr.1 --- old/qsynth-0.9.6/qsynth.fr.1 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/qsynth.fr.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,111 +0,0 @@ -.TH QSYNTH 1 "June 17, 2014" -.SH NOM -Qsynth \- une interface graphique en Qt pour fluidsynth -.SH SYNOPSIS -.B qsynth -[\fIoptions\fR] [\fIbanque-de-son\fR] [\fIfichiers-midi\fR] -.SH DESCRIPTION -Cette page de manuel documente rapidement la commande -.B qsynth -. -.PP -\fBQsynth\fP est une interface graphique pour fluidsynth ??crite en C++ autour -des outils Qt, en utilisant Qt Designer. Il finira peut ??tre par ??voluer en une -application de gestion de synth??tiseur logiciel permettant ?? l'utilisateur de -contr??ler et de g??rer une vari??t?? de synth??tiseurs logiciels en ligne de -commande mais, pour le moment, il emballe l'excellent FluidSynth. -.PP -\fBFluidSynth\fP est un synth??tiseur logiciel en ligne de commande bas?? sur les -sp??cifications Soundfont. -.SH OPTIONS -.HP -\fB\-n\fR, \fB\-\-no\-midi\-in\fR -.IP -Ne pas cr??er de pilote MIDI pour lire les ??v??nements d'entr??e MIDI [par d??faut = yes] -.HP -\fB\-m\fR, \fB\-\-midi\-driver\fR=[\fI??tiquette\fR] -.IP -Le nom du pilote midi ?? utiliser [oss, alsa, alsa_seq, ...] -.HP -\fB\-K\fR, \fB\-\-midi\-channels\fR=[\fInombre\fR] -.IP -Le nombre de canaux MIDI [par d??faut = 16] -.HP -\fB\-a\fR, \fB\-\-audio\-driver\fR=[\fI??tiquette\fR] -.IP -Le pilote audio [alsa,jack,oss,dsound,...] -.HP -\fB\-j\fR, \fB\-\-connect\-jack\-outputs\fR -.IP -Tente de connecter les sorties JACK aux ports physiques -.HP -\fB\-L\fR, \fB\-\-audio\-channels\fR=[\fInombre\fR] -.IP -Le nombre de canaux audio st??r??o [par d??faut = 1] -.HP -\fB\-G\fR, \fB\-\-audio\-groups\fR=[\fInombre\fR] -.IP -Le nombre de groupes audio [par d??faut = 1] -.HP -\fB\-z\fR, \fB\-\-audio\-bufsize\fR=[\fItaille\fR] -.IP -Taille de chaque tampon audio -.HP -\fB\-c\fR, \fB\-\-audio\-bufcount\fR=[\fInombre\fR] -.IP -Nombre de tampons audio -.HP -\fB\-r\fR, \fB\-\-sample\-rate\fR=[\fItaux\fR] -.IP -Param??tre le taux d'??chantillonnage -.HP -\fB\-R\fR, \fB\-\-reverb\fR[=\fIdrapeau\fR] -.IP -Active ou d??sactive la r??verb??ration [1|0|yes|no|on|off, par d??faut = on] -.HP -\fB\-C\fR, \fB\-\-chorus\fR[=\fI??tiquette\fR] -.IP -Active ou d??sactive le chorus [1|0|yes|no|on|off, par d??faut = on] -.HP -\fB\-g\fR, \fB\-\-gain\fR=[\fIgain\fR] -.IP -Param??tre le gain g??n??ral [0 < gain < 2, par d??faut = 1] -.HP -\fB\-o\fR, \fB\-\-option\fR [\fInom\fR=\fIvaleur\fR] -.IP -D??finit un param??tre nom=valeur -.HP -\fB\-s\fR, \fB\-\-server\fR -.IP -Cr??e et d??marre un serveur [par d??faut = no] -.HP -\fB\-i\fR, \fB\-\-no\-shell\fR -.IP -Ne pas lire les commandes depuis le shell [ignor??] -.HP -\fB\-d\fR, \fB\-\-dump\fR -.IP -D??charger les ??v??nements de routage MIDI -.HP -\fB\-V\fR, \fB\-\-verbose\fR -.IP -Affiche des messages verbeux ?? propos des ??v??nements MIDI -.HP -\fB\-h\fR, \fB\-\-help\fR -.IP -Affiche de l'aide ?? propos des options de ligne de commande -.HP -\fB\-v\fR, \fB\-\-version\fR -.IP -Affiche des informations de version -.SH FICHIERS -Les param??tres de configuration sont stock??s dans ~/.config/rncbc.org/Qsynth.conf -.SH VOIR ??GALEMENT -.BR fluidsynth (1) -.SH AUTEUR -Qsynth a ??t?? ??crit par Rui Nuno Capela, Richard Bown, Chris Cannam, et -Pedro Lopez-Cabanillas. -.PP -La version fran??aise de cette page de manuel a ??t?? traduite par Olivier Humbert -<treb...@tuxfamily.org>, pour le projet LibraZiK (mais peut ??tre utilis??e par -d'autres). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/qsynth.spec.in new/qsynth-0.9.7/qsynth.spec.in --- old/qsynth-0.9.6/qsynth.spec.in 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/qsynth.spec.in 2022-04-02 11:18:16.534020233 +0200 @@ -17,7 +17,7 @@ %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 50.1 +%define release 51.4 %define _prefix @ac_prefix@ @@ -121,14 +121,16 @@ #dir %{_datadir}/man/fr/man1 %{_bindir}/%{name} %{_datadir}/applications/org.rncbc.%{name}.desktop -%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_datadir}/icons/hicolor/32x32/apps/org.rncbc.%{name}.png +%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.%{name}.svg %{_datadir}/%{name}/translations/%{name}_*.qm %{_datadir}/metainfo/org.rncbc.%{name}.metainfo.xml %{_datadir}/man/man1/%{name}.1.gz %{_datadir}/man/fr/man1/%{name}.1.gz %changelog +* Sat Apr 2 2022 Rui Nuno Capela <rn...@rncbc.org> 0.9.7 +- A Spring'22 Release. * Sat Feb 12 2022 Rui Nuno Capela <rn...@rncbc.org> 0.9.6 - A Mid-Winter'22 Release. * Sat Jan 9 2022 Rui Nuno Capela <rn...@rncbc.org> 0.9.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/CMakeLists.txt new/qsynth-0.9.7/src/CMakeLists.txt --- old/qsynth-0.9.6/src/CMakeLists.txt 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/src/CMakeLists.txt 2022-04-02 11:18:16.534020233 +0200 @@ -170,13 +170,19 @@ install (FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/translations) install (FILES images/${PROJECT_NAME}.png + RENAME org.rncbc.${PROJECT_NAME}.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/32x32/apps) install (FILES images/${PROJECT_NAME}.svg + RENAME org.rncbc.${PROJECT_NAME}.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps) install (FILES appdata/org.rncbc.${PROJECT_NAME}.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) install (FILES appdata/org.rncbc.${PROJECT_NAME}.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo) + install (FILES man1/${PROJECT_NAME}.1 + DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) + install (FILES man1/${PROJECT_NAME}.fr.1 + DESTINATION ${CMAKE_INSTALL_MANDIR}/fr/man1 RENAME ${PROJECT_NAME}.1) endif () if (WIN32) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/appdata/org.rncbc.qsynth.desktop new/qsynth-0.9.7/src/appdata/org.rncbc.qsynth.desktop --- old/qsynth-0.9.6/src/appdata/org.rncbc.qsynth.desktop 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/src/appdata/org.rncbc.qsynth.desktop 2022-04-02 11:18:16.534020233 +0200 @@ -8,7 +8,7 @@ Comment[sr]=?????????????? ???? ?????????????????? ?????????????????? ??????????-????????, ?? ?????????????????? ????????????????. Comment[fr]=Interface graphique pour Fluidsynth Exec=qsynth -Icon=qsynth +Icon=org.rncbc.qsynth Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt; Keywords=Audio;MIDI;ALSA;JACK;FluidSynth;SoundFont;Synthesizer;Sampler;SF2;Qt; Terminal=false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/appdata/org.rncbc.qsynth.metainfo.xml new/qsynth-0.9.7/src/appdata/org.rncbc.qsynth.metainfo.xml --- old/qsynth-0.9.6/src/appdata/org.rncbc.qsynth.metainfo.xml 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/src/appdata/org.rncbc.qsynth.metainfo.xml 2022-04-02 11:18:16.534020233 +0200 @@ -39,7 +39,7 @@ <developer_name>rncbc aka. Rui Nuno Capela</developer_name> <update_contact>rn...@rncbc.org</update_contact> <releases> - <release version="0.9.6" date="2022-02-12" urgency="low" /> + <release version="0.9.7" date="2022-04-02" urgency="low" /> </releases> <content_rating type="oars-1.0"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/config.h.cmake new/qsynth-0.9.7/src/config.h.cmake --- old/qsynth-0.9.6/src/config.h.cmake 2022-02-11 14:58:28.775800791 +0100 +++ new/qsynth-0.9.7/src/config.h.cmake 2022-04-02 11:18:16.534020233 +0200 @@ -127,4 +127,7 @@ /* Define if fluid_free function is available. */ #cmakedefine CONFIG_FLUID_FREE @CONFIG_FLUID_FREE@ +/* Define if Wayland is supported */ +#cmakedefine CONFIG_WAYLAND @CONFIG_WAYLAND@ + #endif /* CONFIG_H */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/macOS/creadmg.sh new/qsynth-0.9.7/src/macOS/creadmg.sh --- old/qsynth-0.9.6/src/macOS/creadmg.sh 2022-02-11 14:58:28.777800791 +0100 +++ new/qsynth-0.9.7/src/macOS/creadmg.sh 2022-04-02 11:18:16.536020233 +0200 @@ -2,7 +2,7 @@ # create-dmg is available from Homebrew and https://github.com/create-dmg/create-dmg NAME="qsynth" -FULLNAME="${NAME}-0.9.6-50.1.mac-x64" +FULLNAME="${NAME}-0.9.7-51.4.mac-x64" CURDIR=$(pushd `dirname $0`>/dev/null; pwd; popd>/dev/null) BINDIR=`pwd` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/man1/qsynth.1 new/qsynth-0.9.7/src/man1/qsynth.1 --- old/qsynth-0.9.6/src/man1/qsynth.1 1970-01-01 01:00:00.000000000 +0100 +++ new/qsynth-0.9.7/src/man1/qsynth.1 2022-04-02 11:18:16.536020233 +0200 @@ -0,0 +1,107 @@ +.TH QSYNTH 1 "June 17, 2014" +.SH NAME +Qsynth \- A fluidsynth Qt GUI Interface +.SH SYNOPSIS +.B qsynth +[\fIoptions\fR] [\fIsoundfonts\fR] [\fImidifiles\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B qsynth +command. +.PP +\fBQsynth\fP is a fluidsynth GUI front-end application written +in C++ around the Qt framework using Qt Designer. Eventually it +may evolve into a softsynth management application allowing the +user to control and manage a variety of command line softsynths +but for the moment it wraps the excellent FluidSynth. +.PP +\fBFluidSynth\fP is a command line software synthesiser based on the +Soundfont specification. +.SH OPTIONS +.HP +\fB\-n\fR, \fB\-\-no\-midi\-in\fR +.IP +Don't create a midi driver to read MIDI input events [default = yes] +.HP +\fB\-m\fR, \fB\-\-midi\-driver\fR=[\fIlabel\fR] +.IP +The name of the midi driver to use [oss, alsa, alsa_seq, ...] +.HP +\fB\-K\fR, \fB\-\-midi\-channels\fR=[\fInum\fR] +.IP +The number of midi channels [default = 16] +.HP +\fB\-a\fR, \fB\-\-audio\-driver\fR=[\fIlabel\fR] +.IP +The audio driver [alsa,jack,oss,dsound,...] +.HP +\fB\-j\fR, \fB\-\-connect\-jack\-outputs\fR +.IP +Attempt to connect the jack outputs to the physical ports +.HP +\fB\-L\fR, \fB\-\-audio\-channels\fR=[\fInum\fR] +.IP +The number of stereo audio channels [default = 1] +.HP +\fB\-G\fR, \fB\-\-audio\-groups\fR=[\fInum\fR] +.IP +The number of audio groups [default = 1] +.HP +\fB\-z\fR, \fB\-\-audio\-bufsize\fR=[\fIsize\fR] +.IP +Size of each audio buffer +.HP +\fB\-c\fR, \fB\-\-audio\-bufcount\fR=[\fIcount\fR] +.IP +Number of audio buffers +.HP +\fB\-r\fR, \fB\-\-sample\-rate\fR=[\fIrate\fR] +.IP +Set the sample rate +.HP +\fB\-R\fR, \fB\-\-reverb\fR[=\fIflag\fR] +.IP +Turn the reverb on or off [1|0|yes|no|on|off, default = on] +.HP +\fB\-C\fR, \fB\-\-chorus\fR[=\fIflag\fR] +.IP +Turn the chorus on or off [1|0|yes|no|on|off, default = on] +.HP +\fB\-g\fR, \fB\-\-gain\fR=[\fIgain\fR] +.IP +Set the master gain [0 < gain < 2, default = 1] +.HP +\fB\-o\fR, \fB\-\-option\fR [\fIname\fR=\fIvalue\fR] +.IP +Define a setting name=value +.HP +\fB\-s\fR, \fB\-\-server\fR +.IP +Create and start server [default = no] +.HP +\fB\-i\fR, \fB\-\-no\-shell\fR +.IP +Don't read commands from the shell [ignored] +.HP +\fB\-d\fR, \fB\-\-dump\fR +.IP +Dump midi router events +.HP +\fB\-V\fR, \fB\-\-verbose\fR +.IP +Print out verbose messages about midi events +.HP +\fB\-h\fR, \fB\-\-help\fR +.IP +Show help about command line options +.HP +\fB\-v\fR, \fB\-\-version\fR +.IP +Show version information +.SH FILES +Configuration settings are stored in ~/.config/rncbc.org/Qsynth.conf +.SH SEE ALSO +.BR fluidsynth (1) +.SH AUTHOR +Qsynth is written by Rui Nuno Capela, Richard Bown, +Chris Cannam, Pedro Lopez-Cabanillas. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/man1/qsynth.fr.1 new/qsynth-0.9.7/src/man1/qsynth.fr.1 --- old/qsynth-0.9.6/src/man1/qsynth.fr.1 1970-01-01 01:00:00.000000000 +0100 +++ new/qsynth-0.9.7/src/man1/qsynth.fr.1 2022-04-02 11:18:16.536020233 +0200 @@ -0,0 +1,111 @@ +.TH QSYNTH 1 "June 17, 2014" +.SH NOM +Qsynth \- une interface graphique en Qt pour fluidsynth +.SH SYNOPSIS +.B qsynth +[\fIoptions\fR] [\fIbanque-de-son\fR] [\fIfichiers-midi\fR] +.SH DESCRIPTION +Cette page de manuel documente rapidement la commande +.B qsynth +. +.PP +\fBQsynth\fP est une interface graphique pour fluidsynth ??crite en C++ autour +des outils Qt, en utilisant Qt Designer. Il finira peut ??tre par ??voluer en une +application de gestion de synth??tiseur logiciel permettant ?? l'utilisateur de +contr??ler et de g??rer une vari??t?? de synth??tiseurs logiciels en ligne de +commande mais, pour le moment, il emballe l'excellent FluidSynth. +.PP +\fBFluidSynth\fP est un synth??tiseur logiciel en ligne de commande bas?? sur les +sp??cifications Soundfont. +.SH OPTIONS +.HP +\fB\-n\fR, \fB\-\-no\-midi\-in\fR +.IP +Ne pas cr??er de pilote MIDI pour lire les ??v??nements d'entr??e MIDI [par d??faut = yes] +.HP +\fB\-m\fR, \fB\-\-midi\-driver\fR=[\fI??tiquette\fR] +.IP +Le nom du pilote midi ?? utiliser [oss, alsa, alsa_seq, ...] +.HP +\fB\-K\fR, \fB\-\-midi\-channels\fR=[\fInombre\fR] +.IP +Le nombre de canaux MIDI [par d??faut = 16] +.HP +\fB\-a\fR, \fB\-\-audio\-driver\fR=[\fI??tiquette\fR] +.IP +Le pilote audio [alsa,jack,oss,dsound,...] +.HP +\fB\-j\fR, \fB\-\-connect\-jack\-outputs\fR +.IP +Tente de connecter les sorties JACK aux ports physiques +.HP +\fB\-L\fR, \fB\-\-audio\-channels\fR=[\fInombre\fR] +.IP +Le nombre de canaux audio st??r??o [par d??faut = 1] +.HP +\fB\-G\fR, \fB\-\-audio\-groups\fR=[\fInombre\fR] +.IP +Le nombre de groupes audio [par d??faut = 1] +.HP +\fB\-z\fR, \fB\-\-audio\-bufsize\fR=[\fItaille\fR] +.IP +Taille de chaque tampon audio +.HP +\fB\-c\fR, \fB\-\-audio\-bufcount\fR=[\fInombre\fR] +.IP +Nombre de tampons audio +.HP +\fB\-r\fR, \fB\-\-sample\-rate\fR=[\fItaux\fR] +.IP +Param??tre le taux d'??chantillonnage +.HP +\fB\-R\fR, \fB\-\-reverb\fR[=\fIdrapeau\fR] +.IP +Active ou d??sactive la r??verb??ration [1|0|yes|no|on|off, par d??faut = on] +.HP +\fB\-C\fR, \fB\-\-chorus\fR[=\fI??tiquette\fR] +.IP +Active ou d??sactive le chorus [1|0|yes|no|on|off, par d??faut = on] +.HP +\fB\-g\fR, \fB\-\-gain\fR=[\fIgain\fR] +.IP +Param??tre le gain g??n??ral [0 < gain < 2, par d??faut = 1] +.HP +\fB\-o\fR, \fB\-\-option\fR [\fInom\fR=\fIvaleur\fR] +.IP +D??finit un param??tre nom=valeur +.HP +\fB\-s\fR, \fB\-\-server\fR +.IP +Cr??e et d??marre un serveur [par d??faut = no] +.HP +\fB\-i\fR, \fB\-\-no\-shell\fR +.IP +Ne pas lire les commandes depuis le shell [ignor??] +.HP +\fB\-d\fR, \fB\-\-dump\fR +.IP +D??charger les ??v??nements de routage MIDI +.HP +\fB\-V\fR, \fB\-\-verbose\fR +.IP +Affiche des messages verbeux ?? propos des ??v??nements MIDI +.HP +\fB\-h\fR, \fB\-\-help\fR +.IP +Affiche de l'aide ?? propos des options de ligne de commande +.HP +\fB\-v\fR, \fB\-\-version\fR +.IP +Affiche des informations de version +.SH FICHIERS +Les param??tres de configuration sont stock??s dans ~/.config/rncbc.org/Qsynth.conf +.SH VOIR ??GALEMENT +.BR fluidsynth (1) +.SH AUTEUR +Qsynth a ??t?? ??crit par Rui Nuno Capela, Richard Bown, Chris Cannam, et +Pedro Lopez-Cabanillas. +.PP +La version fran??aise de cette page de manuel a ??t?? traduite par Olivier Humbert +<treb...@tuxfamily.org>, pour le projet LibraZiK (mais peut ??tre utilis??e par +d'autres). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynth.cpp new/qsynth-0.9.7/src/qsynth.cpp --- old/qsynth-0.9.6/src/qsynth.cpp 2022-02-11 14:58:28.777800791 +0100 +++ new/qsynth-0.9.7/src/qsynth.cpp 2022-04-02 11:18:16.536020233 +0200 @@ -112,6 +112,10 @@ QApplication::setApplicationName(QSYNTH_TITLE); QApplication::setApplicationDisplayName(QSYNTH_TITLE); // QSYNTH_TITLE " - " + QObject::tr(QSYNTH_SUBTITLE)); +#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0) + QApplication::setDesktopFileName( + QString("org.rncbc.%1").arg(PACKAGE_TARNAME)); +#endif QString sVersion(CONFIG_BUILD_VERSION); sVersion += '\n'; sVersion += QString("Qt: %1").arg(qVersion()); @@ -526,7 +530,7 @@ ::signal(SIGBUS, stacktrace); #endif #endif -#if defined(Q_OS_LINUX) +#if defined(Q_OS_LINUX) && !defined(CONFIG_WAYLAND) ::setenv("QT_QPA_PLATFORM", "xcb", 0); #endif #if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynth.qrc new/qsynth-0.9.7/src/qsynth.qrc --- old/qsynth-0.9.6/src/qsynth.qrc 2022-02-11 14:58:28.777800791 +0100 +++ new/qsynth-0.9.7/src/qsynth.qrc 2022-04-02 11:18:16.536020233 +0200 @@ -1,6 +1,7 @@ <RCC version="1.0"> <qresource> <file>images/qsynth.png</file> + <file>images/qsynth.svg</file> <file>images/about1.png</file> <file>images/accept1.png</file> <file>images/add1.png</file> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthAboutForm.cpp new/qsynth-0.9.7/src/qsynthAboutForm.cpp --- old/qsynth-0.9.6/src/qsynthAboutForm.cpp 2022-02-11 14:58:28.777800791 +0100 +++ new/qsynth-0.9.7/src/qsynthAboutForm.cpp 2022-04-02 11:18:16.536020233 +0200 @@ -1,7 +1,7 @@ // qsynthAboutForm.cpp // /**************************************************************************** - Copyright (C) 2003-2020, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthAboutForm.h new/qsynth-0.9.7/src/qsynthAboutForm.h --- old/qsynth-0.9.6/src/qsynthAboutForm.h 2022-02-11 14:58:28.777800791 +0100 +++ new/qsynth-0.9.7/src/qsynthAboutForm.h 2022-04-02 11:18:16.536020233 +0200 @@ -1,7 +1,7 @@ // qsynthAboutForm.h // /**************************************************************************** - Copyright (C) 2003-2020, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthAboutForm.ui new/qsynth-0.9.7/src/qsynthAboutForm.ui --- old/qsynth-0.9.6/src/qsynthAboutForm.ui 2022-02-11 14:58:28.777800791 +0100 +++ new/qsynth-0.9.7/src/qsynthAboutForm.ui 2022-04-02 11:18:16.536020233 +0200 @@ -2,7 +2,7 @@ <author>rncbc aka Rui Nuno Capela</author> <comment>qsynth - A fluidsynth Qt GUI Interface. - Copyright (C) 2003-2020, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -112,8 +112,17 @@ </item> <item row="0" column="0" > <widget class="QLabel" name="IconPixmapLabel" > + <property name="maximumSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> <property name="pixmap" > - <pixmap resource="qsynth.qrc" >:/images/qsynth.png</pixmap> + <pixmap resource="qsynth.qrc" >:/images/qsynth.svg</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> </property> <property name="alignment" > <set>Qt::AlignCenter</set> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthMainForm.h new/qsynth-0.9.7/src/qsynthMainForm.h --- old/qsynth-0.9.6/src/qsynthMainForm.h 2022-02-11 14:58:28.779800790 +0100 +++ new/qsynth-0.9.7/src/qsynthMainForm.h 2022-04-02 11:18:16.538020233 +0200 @@ -1,7 +1,7 @@ // qsynthMainForm.h // /**************************************************************************** - Copyright (C) 2003-2021, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthMainForm.ui new/qsynth-0.9.7/src/qsynthMainForm.ui --- old/qsynth-0.9.6/src/qsynthMainForm.ui 2022-02-11 14:58:28.779800790 +0100 +++ new/qsynth-0.9.7/src/qsynthMainForm.ui 2022-04-02 11:18:16.538020233 +0200 @@ -3,7 +3,7 @@ <author>rncbc aka Rui Nuno Capela</author> <comment>qsynth - A fluidsynth Qt GUI Interface. - Copyright (C) 2003-2021, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -31,7 +31,7 @@ </rect> </property> <property name="windowIcon"> - <iconset resource="qsynth.qrc">:/images/qsynth.png</iconset> + <iconset resource="qsynth.qrc">:/images/qsynth.svg</iconset> </property> <layout class="QGridLayout"> <item row="0" column="0" rowspan="3"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthSystemTray.cpp new/qsynth-0.9.7/src/qsynthSystemTray.cpp --- old/qsynth-0.9.6/src/qsynthSystemTray.cpp 2022-02-11 14:58:28.781800790 +0100 +++ new/qsynth-0.9.7/src/qsynthSystemTray.cpp 2022-04-02 11:18:16.539020233 +0200 @@ -1,7 +1,7 @@ // qsynthSystemTray.cpp // /**************************************************************************** - Copyright (C) 2003-2019, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -41,7 +41,11 @@ { // Set things inherited... if (pParent) { + #if QT_VERSION < QT_VERSION_CHECK(6, 1, 0) + m_icon = QIcon(":/images/qsynth.png"); + #else m_icon = pParent->windowIcon(); + #endif setBackground(Qt::transparent); // also updates pixmap. QSystemTrayIcon::setIcon(m_icon); QSystemTrayIcon::setToolTip(pParent->windowTitle()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/qsynthSystemTray.h new/qsynth-0.9.7/src/qsynthSystemTray.h --- old/qsynth-0.9.6/src/qsynthSystemTray.h 2022-02-11 14:58:28.781800790 +0100 +++ new/qsynth-0.9.7/src/qsynthSystemTray.h 2022-04-02 11:18:16.539020233 +0200 @@ -1,7 +1,7 @@ // qsynthSystemTray.h // /**************************************************************************** - Copyright (C) 2003-2019, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.6/src/win32/setup.nsi.in new/qsynth-0.9.7/src/win32/setup.nsi.in --- old/qsynth-0.9.6/src/win32/setup.nsi.in 2022-02-11 14:58:28.783800790 +0100 +++ new/qsynth-0.9.7/src/win32/setup.nsi.in 2022-04-02 11:18:16.542020233 +0200 @@ -63,7 +63,7 @@ !insertmacro MUI_LANGUAGE "Spanish" # Installer attributes -OutFile qsynth-${VERSION}-50.1.win-x64-setup.exe +OutFile qsynth-${VERSION}-51.4.win-x64-setup.exe #InstallDir $PROGRAMFILES\QSynth CRCCheck on XPStyle on