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: Thu Sep 10 16:32:31 UTC 2020
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log Message:
audio/fasttracker2: Updates to v1.34
Changes since v1.31
v1.34 - 09.09.2020
- If trying to load an XM with >32 channels or >16 samples in an instrument,
discard the extra channels/samples and allow the loading to happen (but
warn the user about it).
- Same as above for .XIs (instruments) with >16 samples
- Fixed a possible crash after trying to load unsupported XMs
- Fixed loading of XMs with 256 orders and/or an orderlist padded with 0xFF
at the end.
v1.33 - 07.09.2020
- Right Shift key is now correctly used for "Record Pattern" instead of
"Record Song" (this was wrong).
- For Mac keyboards: Left Command key can now be used for "Play Pattern"
(since some Mac keyboards don't have a Right Alt key).
PS: You now need to use Left Ctrl (instead of Left Command) for
"select all/copy/paste" keys in the sample editor and for marked text in
the UI.
- Added some Mac-specific text to the "Help -> Keyboard" section
v1.32 - 05.09.2020 (updated 06.09.2020)
- Fixed crash in "Amiga frequency table" mode if period (freq) would reach 1.
Not sure if this is even possible, but better safe than sorry...
- Fixed a small initial resampling interpolation error on looping samples
whose loop start (Repeat) is above 0.
- Fixed a CUBIC_PHASES off-by-one typo, which could probably mess up the
resampling interpolation in very rare cases.
- Pre-calc cubic spline LUT on init, instead of including the table in the
binary.
- Fixed line-encoding on Linux makefiles
- Cleaned up some messy logic in tickReplayer() (behavior is the same)
>> 06.09.2020:
- Fixed a bug with playing empty patterns in v1.32
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.68 -r1.69 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.74 pkgsrc/audio/fasttracker2/Makefile:1.75
--- pkgsrc/audio/fasttracker2/Makefile:1.74 Mon Aug 31 02:02:45 2020
+++ pkgsrc/audio/fasttracker2/Makefile Thu Sep 10 16:32:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2020/08/31 02:02:45 fox Exp $
+# $NetBSD: Makefile,v 1.75 2020/09/10 16:32:31 fox Exp $
-DISTNAME= fasttracker2-1.31
+DISTNAME= fasttracker2-1.34
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
GITHUB_PROJECT= ft2-clone
Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.68 pkgsrc/audio/fasttracker2/distinfo:1.69
--- pkgsrc/audio/fasttracker2/distinfo:1.68 Mon Aug 31 02:02:45 2020
+++ pkgsrc/audio/fasttracker2/distinfo Thu Sep 10 16:32:31 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.68 2020/08/31 02:02:45 fox Exp $
+$NetBSD: distinfo,v 1.69 2020/09/10 16:32:31 fox Exp $
-SHA1 (fasttracker2-1.31.tar.gz) = f67a2c93ac38b0aac76b56defc00c0d7e5d9dce4
-RMD160 (fasttracker2-1.31.tar.gz) = 5835b2831fdb741a5aaa3f3b268b7939a62f3928
-SHA512 (fasttracker2-1.31.tar.gz) = 1fd32c94057ca721b75866d7876ce27c229502122e34d0dcf55ec171bc7d971ae99d93e64b0af5d0be4d92704a707d88ea8ec4f1406c2c07a01111ca8cf8d240
-Size (fasttracker2-1.31.tar.gz) = 4473084 bytes
+SHA1 (fasttracker2-1.34.tar.gz) = 19bc962987c88ca5f88a63c482a2acbfcc203128
+RMD160 (fasttracker2-1.34.tar.gz) = 16a3021f02c2c7f87ec242108a6f842a4dc4d8b6
+SHA512 (fasttracker2-1.34.tar.gz) = 3a31a76df7d75a00cffe4fa1fa382ddc846d2c7787343410ff7b8c6b669641ee75746d70f73b99aee29bff06e8ec54e6e012c7edafe203bf55b95ed8213f83b3
+Size (fasttracker2-1.34.tar.gz) = 4399965 bytes
SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e
Home |
Main Index |
Thread Index |
Old Index