pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/pt2-clone
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.
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
Home |
Main Index |
Thread Index |
Old Index