Received: by mail.netbsd.org (Postfix, from userid 605) id 0E82E84DF3; Thu, 5 Mar 2020 19:51:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B67E84DE6 for ; Thu, 5 Mar 2020 19:51:30 +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 YhNU8I5Sy93r for ; Thu, 5 Mar 2020 19:51:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0BAEC84D7D for ; Thu, 5 Mar 2020 19:51:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09928FB27; Thu, 5 Mar 2020 19:51:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158343789039660" MIME-Version: 1.0 Date: Thu, 5 Mar 2020 19:51:30 +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: <20200305195130.09928FB27@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. --_----------=_158343789039660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Thu Mar 5 19:51:29 UTC 2020 Modified Files: pkgsrc/audio/fasttracker2: Makefile distinfo Log Message: audio/fasttracker2: Update to v1.10 Changes since v1.09: v1.10 - 03.03.2020 - Bugfix: Channels were internally muted when the tracker was first started. You'd get no sound when trying to load samples and entering them in the pattern data. You had to load a song for them to properly unmute... This has been a bug since v1.04, yikes! - The audio mixer's resampling interpolation was upgraded from 3-tap cubic to 4-tap cubic, without affecting the performance of the mixer. - Fixed some bugs in the .PAT (Gravis Utrasound patch) instrument loader - Fixed several bugs with the "Echo" toolbox (Sampler screen) - Bugfix: The "relative tone" section of the Instr. Ed. screen would get messed up if loading a WAV/AIFF sample whose playback frequency is immensely large. - Code cleanup To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/fasttracker2/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/fasttracker2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158343789039660 Content-Disposition: inline Content-Length: 1772 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.53 pkgsrc/audio/fasttracker2/Makefile:1.54 --- pkgsrc/audio/fasttracker2/Makefile:1.53 Thu Feb 13 10:10:47 2020 +++ pkgsrc/audio/fasttracker2/Makefile Thu Mar 5 19:51:29 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2020/02/13 10:10:47 fox Exp $ +# $NetBSD: Makefile,v 1.54 2020/03/05 19:51:29 fox Exp $ -DISTNAME= fasttracker2-1.09 +DISTNAME= fasttracker2-1.10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} GITHUB_PROJECT= ft2-clone Index: pkgsrc/audio/fasttracker2/distinfo diff -u pkgsrc/audio/fasttracker2/distinfo:1.50 pkgsrc/audio/fasttracker2/distinfo:1.51 --- pkgsrc/audio/fasttracker2/distinfo:1.50 Thu Feb 13 10:10:47 2020 +++ pkgsrc/audio/fasttracker2/distinfo Thu Mar 5 19:51:29 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.50 2020/02/13 10:10:47 fox Exp $ +$NetBSD: distinfo,v 1.51 2020/03/05 19:51:29 fox Exp $ -SHA1 (fasttracker2-1.09.tar.gz) = a0fef6fb48f3c5ec16d41109701c8f3b2c04b1a6 -RMD160 (fasttracker2-1.09.tar.gz) = 6037870ac10cf0014048d8a935cfe70a572e73f1 -SHA512 (fasttracker2-1.09.tar.gz) = c9ac43399d3d3bda0502515594fa540fa5448a6c7ac8902fb1dbf7965975c50d3547b5fcb2c5d2999bdf3cd3a7b177b11e09664a35560a8e6a3847ecb9ad06b6 -Size (fasttracker2-1.09.tar.gz) = 4387332 bytes +SHA1 (fasttracker2-1.10.tar.gz) = 96212f08b25d9d54c45d00114fef24733af0bd12 +RMD160 (fasttracker2-1.10.tar.gz) = 07202aabce2447b4fe9853c70e3c2e63537d1c54 +SHA512 (fasttracker2-1.10.tar.gz) = 55c2ff941755c4e0c4c17d483e9d06bf1171f12a10794c3b226045e61b29a2d94c7defa583d8cb52464f13794fb93bf8c1896fcc9ddbfc4bc470171ae511ea3a +Size (fasttracker2-1.10.tar.gz) = 4405100 bytes SHA1 (patch-CMakeLists.txt) = b64b4e4b9cd40e97c34d1541937b6c0b7f451093 --_----------=_158343789039660--