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: Wed Nov 3 21:59:34 UTC 2021
Modified Files:
pkgsrc/audio/pt2-clone: Makefile distinfo
Log Message:
pt2-clone: update to 1.37
v1.37 - 28.10.2021
- Fixed potential thread issues between user input thread and audio thread, like
when jamming a sample, toggling tuning tone, playing sample in the sample
editor, adjusting sample loop, etc.
v1.36 - 10.10.2021 (23:12 GMT+2)
- Fixed clicking issues in v1.35 during sample looping. Sorry!
- Fixed an issue where the quadrascope was not updated properly when a F00
command was triggered before the last channel.
v1.35 - 10.10.2021
- Implemented a config entry in protracker.ini for disabling the 2x downsample
dialog that shows up when attempting to load >22kHz samples.
(NO_DWNSMP_ON_SMP_LOAD)
- Don't attempt to center window after leaving fullscreen mode. This could lead
to issues on multi-monitor setups.
- Further accuracy changes to the Paula emulator. Read two samples at once into
the AUDxDAT buffer. This is a minor change, but it can have a very small
impact on sample-changing commands (EFx/E8x).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/pt2-clone/Makefile
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/audio/pt2-clone/Makefile:1.9
--- pkgsrc/audio/pt2-clone/Makefile:1.8 Sat Sep 18 08:07:52 2021
+++ pkgsrc/audio/pt2-clone/Makefile Wed Nov 3 21:59:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/09/18 08:07:52 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/03 21:59:34 nia Exp $
-DISTNAME= pt2-clone-1.34
+DISTNAME= pt2-clone-1.37
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.4 pkgsrc/audio/pt2-clone/distinfo:1.5
--- pkgsrc/audio/pt2-clone/distinfo:1.4 Tue Oct 26 09:59:23 2021
+++ pkgsrc/audio/pt2-clone/distinfo Wed Nov 3 21:59:34 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:59:23 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/11/03 21:59:34 nia Exp $
-BLAKE2s (pt2-clone-1.34.tar.gz) = 740347b420e56e1310e540e081d2e3938f84ed74786d9e3e2cd2db5feec385f0
-SHA512 (pt2-clone-1.34.tar.gz) = 2f3f4c4bedf2b3022134a6a357a8ef19b6fdec39326b1b2037d67097e7209c9e1e1f98fc110677fab0bff7b9030a20417611737d917556372d4ba1e4133f9a93
-Size (pt2-clone-1.34.tar.gz) = 7729618 bytes
+BLAKE2s (pt2-clone-1.37.tar.gz) = d81940c016584514a9005d4ed50292700047ec8dba05cb9d41efc647f496abff
+SHA512 (pt2-clone-1.37.tar.gz) = 5d1b63c7359246787aaeefd0293f1e9dc9653e5c8063ee86d30b7fdac977433a7e39d1ff715c0d9144fd0cc7be8ebab04d13f581c413166a4d78359f9c4054ee
+Size (pt2-clone-1.37.tar.gz) = 7730250 bytes
Home |
Main Index |
Thread Index |
Old Index