pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pt2-clone pt2-clone: update to 1.45



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a50c97edceff
branches:  trunk
changeset: 376632:a50c97edceff
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 10 15:05:42 2022 +0000

description:
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

diffstat:

 audio/pt2-clone/Makefile |  5 ++---
 audio/pt2-clone/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r b4e600980af2 -r a50c97edceff audio/pt2-clone/Makefile
--- a/audio/pt2-clone/Makefile  Sun Apr 10 15:02:38 2022 +0000
+++ b/audio/pt2-clone/Makefile  Sun Apr 10 15:05:42 2022 +0000
@@ -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
diff -r b4e600980af2 -r a50c97edceff audio/pt2-clone/distinfo
--- a/audio/pt2-clone/distinfo  Sun Apr 10 15:02:38 2022 +0000
+++ b/audio/pt2-clone/distinfo  Sun Apr 10 15:05:42 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index