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 Apr 5 08:18:28 UTC 2026
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log Message:
audio/fasttracker2: Update to 2.13
Changes since 2.12:
Improvements
* Use 2-point cosine interpolation for scopes instead of 4-point cubic
B-spline. This is favorable as it doesn't lower the waveform amplitude for
samples containing very high frequency data. The whole point of
interpolating the scopes is to prevent the staircase effect at very low
pitches, and this does the job.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.129 -r1.130 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.145 pkgsrc/audio/fasttracker2/Makefile:1.146
--- pkgsrc/audio/fasttracker2/Makefile:1.145 Mon Mar 30 10:19:22 2026
+++ pkgsrc/audio/fasttracker2/Makefile Sun Apr 5 08:18:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.145 2026/03/30 10:19:22 fox Exp $
+# $NetBSD: Makefile,v 1.146 2026/04/05 08:18:28 fox Exp $
-DISTNAME= fasttracker2-2.12
+DISTNAME= fasttracker2-2.13
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
GITHUB_PROJECT= ft2-clone
Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.129 pkgsrc/audio/fasttracker2/distinfo:1.130
--- pkgsrc/audio/fasttracker2/distinfo:1.129 Mon Mar 30 10:19:22 2026
+++ pkgsrc/audio/fasttracker2/distinfo Sun Apr 5 08:18:28 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.129 2026/03/30 10:19:22 fox Exp $
+$NetBSD: distinfo,v 1.130 2026/04/05 08:18:28 fox Exp $
-BLAKE2s (fasttracker2-2.12.tar.gz) = 5494b2b81a51c19779575cabca679aeb39e45cf1b31d71bd27aa64dac478cb5f
-SHA512 (fasttracker2-2.12.tar.gz) = 8ac9c6c016fd2f735405597c7de0cfff0990a6d459ed8d562800ff9a28a79e2a8f270950d4afdec5c708d29e49336f5bf9594eaa7099c2e9e089a9197e50b54c
-Size (fasttracker2-2.12.tar.gz) = 5311697 bytes
+BLAKE2s (fasttracker2-2.13.tar.gz) = 51089a8ea505243d91ae83236d045cce18d2c3c75fb2932caa6451a19b9371f4
+SHA512 (fasttracker2-2.13.tar.gz) = a5fbbbffbb6797ebf1efc22b89400a16abb7b479d83e07f4b18e0626d544b58214201b322a7e92f1fd1acf30bf15cb7b45babef8640166b15f1e2d9a078fff80
+Size (fasttracker2-2.13.tar.gz) = 5312475 bytes
SHA1 (patch-CMakeLists.txt) = 7ddc1ba678d638369234158a59ec7bf3567d856d
SHA1 (patch-src_ft2__diskop.c) = 900e72818483db2f04f68e166200fd12d7ac1c65
Home |
Main Index |
Thread Index |
Old Index