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:           Fri Mar  8 17:15:20 UTC 2024

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to 1.76

Changes since v1.75

v1.76 - 23.02.2024
- The 16-point sinc resampling interpolator has been upgraded to 32-point for
  better sound quality in the tracker (if you have selected "Sinc (32 point)").
  This interpolator is so good that a lot of old XM tunes will sound muddy
  because of lo-fi samples. I recommend that you experiment with the choice of
  interpolators. "Cubic spline" is a good choice if you listen to a wide variety
  of XMs, while "Sinc (32 point)" is the best option if you create your own
  tunes using hi-fi samples, or if you mostly listen to XMs with hi-fi samples
  (or if you can accept a muddy/filtered sound from lo-fi samples).
- Removed 32-bit specific code (32-bit binaries now support all features)
- Removed text fading from "about screen" (more is less)
- Windows/macOS: Updated SDL to v2.30.0


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.102 -r1.103 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.114 pkgsrc/audio/fasttracker2/Makefile:1.115
--- pkgsrc/audio/fasttracker2/Makefile:1.114    Sun Feb 18 02:37:05 2024
+++ pkgsrc/audio/fasttracker2/Makefile  Fri Mar  8 17:15:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2024/02/18 02:37:05 fox Exp $
+# $NetBSD: Makefile,v 1.115 2024/03/08 17:15:20 fox Exp $
 
-DISTNAME=      fasttracker2-1.75
+DISTNAME=      fasttracker2-1.76
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.102 pkgsrc/audio/fasttracker2/distinfo:1.103
--- pkgsrc/audio/fasttracker2/distinfo:1.102    Sun Feb 18 02:37:05 2024
+++ pkgsrc/audio/fasttracker2/distinfo  Fri Mar  8 17:15:20 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.102 2024/02/18 02:37:05 fox Exp $
+$NetBSD: distinfo,v 1.103 2024/03/08 17:15:20 fox Exp $
 
-BLAKE2s (fasttracker2-1.75.tar.gz) = 559edc5dd904593f663f0ee3765e1e3c9dcf096eae145412cd3c0c5ecfcfc9c0
-SHA512 (fasttracker2-1.75.tar.gz) = 6eef54492ce1780118e521958ecadcd0823858b28321109465debc71e9ff685905e4f66057ad96fdccd21c52a783d5d2abdaf36e7401a227be3381bc60b2d1fe
-Size (fasttracker2-1.75.tar.gz) = 6043092 bytes
+BLAKE2s (fasttracker2-1.76.tar.gz) = d6dbf5862e303716a7ed1b12fbe520a9606155757a19eda21cd90e2cc34abb9c
+SHA512 (fasttracker2-1.76.tar.gz) = fbeda514f58dbd02b278b1f036c4a62ca4801591b084235b55d2acf71ac073c7e252c4ba7f793d059b99ccdb161e20f806c987227d3546fefc3a51122f1e308e
+Size (fasttracker2-1.76.tar.gz) = 6083277 bytes
 SHA1 (patch-CMakeLists.txt) = 4a7113a7973347334617a91ae8c25d48d16f72d2



Home | Main Index | Thread Index | Old Index