Received: by mail.netbsd.org (Postfix, from userid 605) id F04CB84D93; Mon, 24 Aug 2020 15:09:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A0B384D47 for ; Mon, 24 Aug 2020 15:09:54 +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 j65vByl60CWR for ; Mon, 24 Aug 2020 15:09:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E983684D24 for ; Mon, 24 Aug 2020 15:09:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C14B0FB28; Mon, 24 Aug 2020 15:09:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159828179320630" MIME-Version: 1.0 Date: Mon, 24 Aug 2020 15:09:53 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/audio/fasttracker2 To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20200824150953.C14B0FB28@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. --_----------=_159828179320630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Mon Aug 24 15:09:53 UTC 2020 Modified Files: pkgsrc/audio/fasttracker2: Makefile distinfo Log Message: audio/fasttracker2: Updates to v1.30 Changes since v1.27 v1.30 - 23.08.2020 - Fixed an off-by-one issue when dithering is enabled in 16-bit audio mode - The WAV renderer now defaults to the same frequency/bitdepth as the ones selected in the "I/O devices" config screen. v1.29 - 18.08.2020 - Fix wraparound-issues when using Tab in the pattern editor v1.28 - 16.08.2020 - Bugfix: Don't redraw the instrument switcher when pressing numpad keys while certain screens (about/config/help/nibbles) are open. - Slightly increased the volume precision in the audio channel mixer. This is most likely not measurable. - Fixed some errors in the help text - Small code cleanup To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/fasttracker2/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/fasttracker2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159828179320630 Content-Disposition: inline Content-Length: 1789 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/fasttracker2/Makefile diff -u pkgsrc/audio/fasttracker2/Makefile:1.72 pkgsrc/audio/fasttracker2/Makefile:1.73 --- pkgsrc/audio/fasttracker2/Makefile:1.72 Tue Aug 18 17:57:35 2020 +++ pkgsrc/audio/fasttracker2/Makefile Mon Aug 24 15:09:53 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2020/08/18 17:57:35 leot Exp $ +# $NetBSD: Makefile,v 1.73 2020/08/24 15:09:53 fox Exp $ -DISTNAME= fasttracker2-1.27 -PKGREVISION= 1 +DISTNAME= fasttracker2-1.30 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} GITHUB_PROJECT= ft2-clone Index: pkgsrc/audio/fasttracker2/distinfo diff -u pkgsrc/audio/fasttracker2/distinfo:1.66 pkgsrc/audio/fasttracker2/distinfo:1.67 --- pkgsrc/audio/fasttracker2/distinfo:1.66 Sat Jul 25 21:29:19 2020 +++ pkgsrc/audio/fasttracker2/distinfo Mon Aug 24 15:09:53 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.66 2020/07/25 21:29:19 fox Exp $ +$NetBSD: distinfo,v 1.67 2020/08/24 15:09:53 fox Exp $ -SHA1 (fasttracker2-1.27.tar.gz) = 3e577c9cf02fd1f79ca4695d3eccb24c8c91bd3d -RMD160 (fasttracker2-1.27.tar.gz) = 9868ce737d6a763295261db94822eed426834a45 -SHA512 (fasttracker2-1.27.tar.gz) = 8a557022df932b16d1d10d2d503a2cbcdbc8300cb04a6d61fa1dc027559e03fbfe424ea2f9841893b0b3d6b563d0d33790a3b08474965015d72261a5ae5f1370 -Size (fasttracker2-1.27.tar.gz) = 4454450 bytes +SHA1 (fasttracker2-1.30.tar.gz) = 323ff68497c197a96704d5133d2f4136e0259204 +RMD160 (fasttracker2-1.30.tar.gz) = a9f31fb23d8ab92106bd9687b02ec9bde6e39bc4 +SHA512 (fasttracker2-1.30.tar.gz) = 74ec0a6925e09654c25602f67358af5ee6da192f2ca3a65c7ae4ee41208b7e0c9340d4138244aef4d9a687016f9fd31404d654b6f09a88d8b7591790f46f822d +Size (fasttracker2-1.30.tar.gz) = 4453101 bytes SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e --_----------=_159828179320630--