Received: by mail.netbsd.org (Postfix, from userid 605) id 9AB7C84F23; Sun, 22 Mar 2020 08:53:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 217EC84F18 for ; Sun, 22 Mar 2020 08:53:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lfiGJMLgLuTw for ; Sun, 22 Mar 2020 08:53:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9268484D91 for ; Sun, 22 Mar 2020 08:53:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85C7AFB27; Sun, 22 Mar 2020 08:53:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584867199203140" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 08:53:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/qsynth To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200322085319.85C7AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584867199203140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nia Date: Sun Mar 22 08:53:19 UTC 2020 Modified Files: pkgsrc/audio/qsynth: Makefile distinfo Log Message: qsynth: Update to 0.6.1 0.6.1 2019-12-22 The Winter'19 Release. - Custom color (palette) theme editor introduced; color (palette) theme changes are now effective immediately, except on default. - Second attempt to fix the yet non-official though CMake build configuration. - When using autotools and ./configure --with-qt=..., it is also necessary to adjust the PKG_CONFIG_PATH environment variable (after a merge request by plcl aka. Pedro López-Cabanillas, while on qmidinet, thanks). To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/qsynth/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/qsynth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584867199203140 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/qsynth/Makefile diff -u pkgsrc/audio/qsynth/Makefile:1.57 pkgsrc/audio/qsynth/Makefile:1.58 --- pkgsrc/audio/qsynth/Makefile:1.57 Tue Mar 10 22:09:24 2020 +++ pkgsrc/audio/qsynth/Makefile Sun Mar 22 08:53:19 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2020/03/10 22:09:24 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2020/03/22 08:53:19 nia Exp $ -DISTNAME= qsynth-0.6.0 +DISTNAME= qsynth-0.6.1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/} -PKGREVISION= 3 CATEGORIES= audio MAINTAINER= adam@NetBSD.org Index: pkgsrc/audio/qsynth/distinfo diff -u pkgsrc/audio/qsynth/distinfo:1.6 pkgsrc/audio/qsynth/distinfo:1.7 --- pkgsrc/audio/qsynth/distinfo:1.6 Sat Nov 2 15:05:29 2019 +++ pkgsrc/audio/qsynth/distinfo Sun Mar 22 08:53:19 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2019/11/02 15:05:29 nia Exp $ +$NetBSD: distinfo,v 1.7 2020/03/22 08:53:19 nia Exp $ -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 (qsynth-0.6.1.tar.gz) = da826da5590d339394849e9bd812cb30e473efd5 +RMD160 (qsynth-0.6.1.tar.gz) = 7a9d5b6a2f78d7fd69d8978aabf9dacd81fa89c4 +SHA512 (qsynth-0.6.1.tar.gz) = 597ec51f2f2bc45e717dd6e039d10ace3540c6e7332832cbd36a16fb05b88248a59e5ba107369c8bd66d29060c31d0daef13f4967794e2f7b55c85a64dcd6e0c +Size (qsynth-0.6.1.tar.gz) = 337277 bytes SHA1 (patch-src_qsynthOptions.cpp) = 12f17d08814e7b913d27f26d81a313cf856714e5 --_----------=_1584867199203140--