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:           Mon Jul 13 07:32:55 UTC 2026

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to 2.21

Changes since 2.19:

v2.21 - 05.07.2026
  * Windows: Dropped support for Windows XP (it's 25 years old, time
    to move on!). The earliest supported Windows version is now
    Windows 7 SP1.
  * Windows: Upgraded the Visual Studio project from vs2019 to
    vs2026 for taking advantage of vs2026's new compiler (*should*
    result in faster code).

v2.20 - 01.07.2026
  * Sinc interpolation now uses up 74kB RAM instead of 2.4MB and thus
    is less hard on the CPU cache. In some cases this means even
    faster rendering. The way this change works is that the polyphase
    look-up tables now use 256 phases/branches instead of 8192,
    coupled with linear interpolation between the phases when in use.
    This method is equal to having many more pre-computed phases than
    8192, which in theory also means better precision.
  * Cubic spline interpolation now doesn't use a look-up table.
    Again, this is less hard on the CPU cache.
  * (Hopefully) fixed "Alt Gr" key not working on some systems
  * "About" screen rendering has been optimized (big whoop)


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.134 -r1.135 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.151 pkgsrc/audio/fasttracker2/Makefile:1.152
--- pkgsrc/audio/fasttracker2/Makefile:1.151    Mon Jul 13 04:35:15 2026
+++ pkgsrc/audio/fasttracker2/Makefile  Mon Jul 13 07:32:55 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.151 2026/07/13 04:35:15 wiz Exp $
+# $NetBSD: Makefile,v 1.152 2026/07/13 07:32:55 fox Exp $
 
-DISTNAME=      fasttracker2-2.19
-PKGREVISION=   1
+DISTNAME=      fasttracker2-2.21
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.134 pkgsrc/audio/fasttracker2/distinfo:1.135
--- pkgsrc/audio/fasttracker2/distinfo:1.134    Tue May  5 03:44:45 2026
+++ pkgsrc/audio/fasttracker2/distinfo  Mon Jul 13 07:32:55 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.134 2026/05/05 03:44:45 fox Exp $
+$NetBSD: distinfo,v 1.135 2026/07/13 07:32:55 fox Exp $
 
-BLAKE2s (fasttracker2-2.19.tar.gz) = 2bb8876486c31df7be56676552c39533a0ee4ab72499ce136513f28db470acab
-SHA512 (fasttracker2-2.19.tar.gz) = 056246aaef0a61cda3b838c259dfa9ec7452af55dcfdf0c9517b6f4f64933f0ec06f339649a5524877204242baef7df6610d069bc59fae204839904508673ed1
-Size (fasttracker2-2.19.tar.gz) = 5343644 bytes
+BLAKE2s (fasttracker2-2.21.tar.gz) = 06e23bacafbb0d6cf93909a03e0303cd93ac0f328b60a15bf974f510f2f873cf
+SHA512 (fasttracker2-2.21.tar.gz) = db06b1a2e76f280b2b6f81ce955e9049e74a90557785aa6d054636dd1e58fe787559beaf32cd465048f2e2f73d2c9e50d04acb4f4c13cfaafa8abd7ca0cba6e8
+Size (fasttracker2-2.21.tar.gz) = 5342203 bytes
 SHA1 (patch-CMakeLists.txt) = 7ddc1ba678d638369234158a59ec7bf3567d856d
 SHA1 (patch-src_ft2__diskop.c) = 900e72818483db2f04f68e166200fd12d7ac1c65



Home | Main Index | Thread Index | Old Index