Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F013B1A921F for ; Sun, 10 Apr 2022 15:05:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 25CD684EA4; Sun, 10 Apr 2022 15:05:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FD9684E79 for ; Sun, 10 Apr 2022 15:05:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rm_6FcZxZUKi for ; Sun, 10 Apr 2022 15:05:42 +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 CAC1B84D1C for ; Sun, 10 Apr 2022 15:05:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEA48FB24; Sun, 10 Apr 2022 15:05:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649603142170610" MIME-Version: 1.0 Date: Sun, 10 Apr 2022 15:05:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/pt2-clone To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220410150542.BEA48FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649603142170610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Apr 10 15:05:42 UTC 2022 Modified Files: pkgsrc/audio/pt2-clone: Makefile distinfo Log Message: pt2-clone: update to 1.45 - Added support for loading XPK-compressed MOD files - Fixed (rarely audible) click bug in the BLEP synthesis code. This bug was introduced in v1.34. - Fixed: CTRL+T (Swap Channel) didn't refresh the pattern data view, nor did it update the "song is modified" state - Fix possible out-of-sync state between tracker and replayer if the module was stopped during a position transition. The replayer is one tick ahead, so this can very well happen (f.ex. during pattern loop, pattern break, position jump, row 63->0 transition) - Added a new config entry called "STEPPLAY_KEEP_EDITMODE", which allows for step-play (return/backspace) to not leave edit mode after use To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/pt2-clone/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/pt2-clone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649603142170610 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/pt2-clone/Makefile diff -u pkgsrc/audio/pt2-clone/Makefile:1.13 pkgsrc/audio/pt2-clone/Makefile:1.14 --- pkgsrc/audio/pt2-clone/Makefile:1.13 Mon Mar 28 10:43:38 2022 +++ pkgsrc/audio/pt2-clone/Makefile Sun Apr 10 15:05:42 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/03/28 10:43:38 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2022/04/10 15:05:42 nia Exp $ -DISTNAME= pt2-clone-1.40 -PKGREVISION= 1 +DISTNAME= pt2-clone-1.46 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} GITHUB_PROJECT= pt2-clone Index: pkgsrc/audio/pt2-clone/distinfo diff -u pkgsrc/audio/pt2-clone/distinfo:1.7 pkgsrc/audio/pt2-clone/distinfo:1.8 --- pkgsrc/audio/pt2-clone/distinfo:1.7 Sun Feb 13 11:44:43 2022 +++ pkgsrc/audio/pt2-clone/distinfo Sun Apr 10 15:05:42 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/02/13 11:44:43 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/04/10 15:05:42 nia Exp $ -BLAKE2s (pt2-clone-1.40.tar.gz) = eabd5332946c639b483d9e362279cc60e99a4938009c743e9fcadcf6035928e1 -SHA512 (pt2-clone-1.40.tar.gz) = af94b4f3915ada9599e9531a71933f52137cc75eccf951f8c4cf900efb3642e3eed27b198f15553ce56f20047cdefebed2751b590120c31cd58196763f9036d1 -Size (pt2-clone-1.40.tar.gz) = 8131999 bytes +BLAKE2s (pt2-clone-1.46.tar.gz) = 45ae725fd78921c517ae3e7c9374cc11421490083d0b2a5c79018e6dc94bb0b1 +SHA512 (pt2-clone-1.46.tar.gz) = 2d50b6650bb0c891d4a72f2a6283b00393ec0dca5c32434650c5db0fa73ca6ebd9e3483711fe763ff2600eae8aa088be31a1db9337890f98ab29a68339ceea59 +Size (pt2-clone-1.46.tar.gz) = 8136615 bytes --_----------=_1649603142170610--