pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/qsynth



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov  2 15:05:29 UTC 2019

Modified Files:
        pkgsrc/audio/qsynth: Makefile PLIST distinfo
        pkgsrc/audio/qsynth/patches: patch-src_qsynthOptions.cpp

Log Message:
qsynth: Update to 0.6.0

Changes:

    Updated the old yet non-oficial CMake build option.
    Fix HiDPI display screen effective support (Qt >= 5.6).
    System-tray icon context menu has been refactored to be exactly the same as the main-window context menu that is re-instantiated on demand.
    Make sure compiler flags comply to c++11 as standard.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/qsynth/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/qsynth/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/qsynth/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/audio/qsynth/patches/patch-src_qsynthOptions.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/qsynth/Makefile
diff -u pkgsrc/audio/qsynth/Makefile:1.53 pkgsrc/audio/qsynth/Makefile:1.54
--- pkgsrc/audio/qsynth/Makefile:1.53   Wed Oct 23 19:34:22 2019
+++ pkgsrc/audio/qsynth/Makefile        Sat Nov  2 15:05:29 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2019/10/23 19:34:22 nia Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/02 15:05:29 nia Exp $
 
-DISTNAME=      qsynth-0.5.7
+DISTNAME=      qsynth-0.6.0
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qsynth/}
 CATEGORIES=    audio
 
@@ -16,6 +16,7 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c c++
 
 .include "../../audio/fluidsynth/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/qsynth/PLIST
diff -u pkgsrc/audio/qsynth/PLIST:1.3 pkgsrc/audio/qsynth/PLIST:1.4
--- pkgsrc/audio/qsynth/PLIST:1.3       Thu Oct 17 08:20:43 2019
+++ pkgsrc/audio/qsynth/PLIST   Sat Nov  2 15:05:29 2019
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2019/10/17 08:20:43 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/11/02 15:05:29 nia Exp $
 bin/qsynth
 man/fr/man1/qsynth.1
 man/man1/qsynth.1
 share/applications/qsynth.desktop
+share/icons/hicolor/32x32/apps/qsynth.png
 share/metainfo/qsynth.appdata.xml
-share/pixmaps/qsynth.png
 share/qsynth/translations/qsynth_cs.qm
 share/qsynth/translations/qsynth_de.qm
 share/qsynth/translations/qsynth_es.qm

Index: pkgsrc/audio/qsynth/distinfo
diff -u pkgsrc/audio/qsynth/distinfo:1.5 pkgsrc/audio/qsynth/distinfo:1.6
--- pkgsrc/audio/qsynth/distinfo:1.5    Thu Oct 17 08:20:43 2019
+++ pkgsrc/audio/qsynth/distinfo        Sat Nov  2 15:05:29 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/10/17 08:20:43 nia Exp $
+$NetBSD: distinfo,v 1.6 2019/11/02 15:05:29 nia Exp $
 
-SHA1 (qsynth-0.5.7.tar.gz) = f741da07c86d8d8dfdec9783384053bdc4251583
-RMD160 (qsynth-0.5.7.tar.gz) = feeebed368c7224d3c980db9efb0c30e9ab3ff75
-SHA512 (qsynth-0.5.7.tar.gz) = cf28b2e16a7951bdd1539f4fd7624b8216652ba2debb8b3ccf60daf5ad510fea75b598aef7ef7264bee9c1aabbbce5161ad13e2ec879c9568c76794bb00fd017
-Size (qsynth-0.5.7.tar.gz) = 315715 bytes
-SHA1 (patch-src_qsynthOptions.cpp) = 737c2877f99fbd31a5872257fdce4c5fb3e4b284
+SHA1 (qsynth-0.6.0.tar.gz) = 219ea4d25e81cb34b426bfb169a900c3c877b041
+RMD160 (qsynth-0.6.0.tar.gz) = 486763635aeb4732a0d6a8ef07f964702e443915
+SHA512 (qsynth-0.6.0.tar.gz) = 34e15d283f403ec6633fef911285dc2d4d4b2c5a0cd3614bd38feefbf68cff5fd8e296f47d1bcd527658b8a9dab212106aa63ca71ea60cf49f8126adb7d28591
+Size (qsynth-0.6.0.tar.gz) = 316308 bytes
+SHA1 (patch-src_qsynthOptions.cpp) = 12f17d08814e7b913d27f26d81a313cf856714e5

Index: pkgsrc/audio/qsynth/patches/patch-src_qsynthOptions.cpp
diff -u pkgsrc/audio/qsynth/patches/patch-src_qsynthOptions.cpp:1.1 pkgsrc/audio/qsynth/patches/patch-src_qsynthOptions.cpp:1.2
--- pkgsrc/audio/qsynth/patches/patch-src_qsynthOptions.cpp:1.1 Thu Oct 17 08:20:43 2019
+++ pkgsrc/audio/qsynth/patches/patch-src_qsynthOptions.cpp     Sat Nov  2 15:05:29 2019
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_qsynthOptions.cpp,v 1.1 2019/10/17 08:20:43 nia Exp $
+$NetBSD: patch-src_qsynthOptions.cpp,v 1.2 2019/11/02 15:05:29 nia Exp $
 
-Use OSS as the default audio driver on non-Linux/macOS.
+Use OSS as the default audio driver on non-Linux.
 
---- src/qsynthOptions.cpp.orig 2019-07-12 10:35:23.877356128 +0000
+--- src/qsynthOptions.cpp.orig 2019-10-17 07:46:21.791671088 +0000
 +++ src/qsynthOptions.cpp
-@@ -487,9 +487,12 @@ void qsynthOptions::loadSetup ( qsynthSe
- #elif defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
-       pSetup->sMidiDriver      = m_settings.value("/MidiDriver", "winmidi").toString();
-       pSetup->sAudioDriver     = m_settings.value("/AudioDriver", "dsound").toString();
+@@ -493,9 +493,12 @@ void qsynthOptions::loadSetup ( qsynthSe
+ #elif defined(__OpenBSD__)
+       pSetup->sMidiDriver      = m_settings.value("/MidiDriver", "sndio").toString();
+       pSetup->sAudioDriver     = m_settings.value("/AudioDriver", "sndio").toString();
 -#else
 +#elif defined(__linux__)
        pSetup->sMidiDriver      = m_settings.value("/MidiDriver", "alsa_seq").toString();



Home | Main Index | Thread Index | Old Index