pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/fasttracker2
Module Name: pkgsrc
Committed By: fox
Date: Sun Mar 17 07:13:04 UTC 2024
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log Message:
audio/fasttracker2: Update to 1.77.1
Changes since v1.76
v1.77 - 11.03.2024
- Fullscreen issues have been mostly resolved for Macs with a notch in the
display. It may still have a slight error in how the mouse maps to the
pixels on the screen, but it's still MUCH more usable than it was! Another
problem is that the mouse cursor can sometimes flicker for a split second
(temporarily change into the OS cursor, then back to the FT2 cursor). Also
fixed an issue with fullscreen on Linux, but some systems may still have
severe issues with the mouse position mapping...
- The 32-point sinc resampling interpolator was reduced to 16-point again
because of the trade-off not being big enough, and it was slightly wrongly
implemented and would alias a little bit in some cases. I'll implement a
better sinc interpolator in the future, if I ever stumble across a nice and
simple implementation. Please let me know if you have one!
- Windows/macOS: Updated SDL to v2.30.1
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/audio/fasttracker2/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/fasttracker2/Makefile
diff -u pkgsrc/audio/fasttracker2/Makefile:1.115 pkgsrc/audio/fasttracker2/Makefile:1.116
--- pkgsrc/audio/fasttracker2/Makefile:1.115 Fri Mar 8 17:15:20 2024
+++ pkgsrc/audio/fasttracker2/Makefile Sun Mar 17 07:13:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2024/03/08 17:15:20 fox Exp $
+# $NetBSD: Makefile,v 1.116 2024/03/17 07:13:04 fox Exp $
-DISTNAME= fasttracker2-1.76
+DISTNAME= fasttracker2-1.77.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
GITHUB_PROJECT= ft2-clone
Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.103 pkgsrc/audio/fasttracker2/distinfo:1.104
--- pkgsrc/audio/fasttracker2/distinfo:1.103 Fri Mar 8 17:15:20 2024
+++ pkgsrc/audio/fasttracker2/distinfo Sun Mar 17 07:13:04 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.103 2024/03/08 17:15:20 fox Exp $
+$NetBSD: distinfo,v 1.104 2024/03/17 07:13:04 fox Exp $
-BLAKE2s (fasttracker2-1.76.tar.gz) = d6dbf5862e303716a7ed1b12fbe520a9606155757a19eda21cd90e2cc34abb9c
-SHA512 (fasttracker2-1.76.tar.gz) = fbeda514f58dbd02b278b1f036c4a62ca4801591b084235b55d2acf71ac073c7e252c4ba7f793d059b99ccdb161e20f806c987227d3546fefc3a51122f1e308e
-Size (fasttracker2-1.76.tar.gz) = 6083277 bytes
+BLAKE2s (fasttracker2-1.77.1.tar.gz) = ab4304b2b55fbbb26ac349e2016b5aaeb54b14af28cafb675ccf8a6a3addc17d
+SHA512 (fasttracker2-1.77.1.tar.gz) = 0432a85fffce3b80bb35dffec20703e31a6d3d90090b93593d0d1fbde62eb34e9220b1eeba1281ad4a88c56290369deb808bbbc60f0f416eaf7d6f71d722870c
+Size (fasttracker2-1.77.1.tar.gz) = 6084817 bytes
SHA1 (patch-CMakeLists.txt) = 4a7113a7973347334617a91ae8c25d48d16f72d2
Home |
Main Index |
Thread Index |
Old Index