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 Oct  8 14:11:40 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Updates to v1.36

Changes since v1.35

v1.36 - 05.10.2020
- Bugfix: The 'S' volume column effect (set vibrato speed) should be ignored if
  the parameter is zero.
- Bugfix: The Kxx (key off) effect was not behaving like FT2 for values >$0f
- Bugfix: If attempting to WAV-render a song with an EEx (pattern delay) effect
  on the first row of a pattern, the render would end too early.
- Bugfix: In Disk Op., when loading a new module/sample, change the loaded
  filename extension according to save mode (f.ex. "test.xm" -> "test.wav").
- When changing the song position from the UI, reset global volume, and also
  reset pattern delay and other possible conflicts. FT2 doesn't do this, but I
  feel that this is a sensible thing to do.
- Made the About screen a bit more visually appealing
- Updated the "Known bugs" section of the help text
- Replayer code cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.70 -r1.71 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.76 pkgsrc/audio/fasttracker2/Makefile:1.77
--- pkgsrc/audio/fasttracker2/Makefile:1.76     Tue Sep 29 14:33:18 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Thu Oct  8 14:11:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2020/09/29 14:33:18 fox Exp $
+# $NetBSD: Makefile,v 1.77 2020/10/08 14:11:40 fox Exp $
 
-DISTNAME=      fasttracker2-1.35
+DISTNAME=      fasttracker2-1.36
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.70 pkgsrc/audio/fasttracker2/distinfo:1.71
--- pkgsrc/audio/fasttracker2/distinfo:1.70     Tue Sep 29 14:33:18 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Thu Oct  8 14:11:40 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.70 2020/09/29 14:33:18 fox Exp $
+$NetBSD: distinfo,v 1.71 2020/10/08 14:11:40 fox Exp $
 
-SHA1 (fasttracker2-1.35.tar.gz) = c6a550d0af5403e9fdbcefe0c2a94e203ba88b40
-RMD160 (fasttracker2-1.35.tar.gz) = e6fcae08f059cd4869d14bdff8d61422a5ed0239
-SHA512 (fasttracker2-1.35.tar.gz) = 2f62d3d7121ddf56600a845c345589b1f0a48fbb817ba5f3f63a5295c8b025e8abcb27e451f2dc604caf44542656fcc5ccbcda89dc8e8d06f384818e447bb97b
-Size (fasttracker2-1.35.tar.gz) = 4403249 bytes
+SHA1 (fasttracker2-1.36.tar.gz) = 75400c6f9ab0a6ee3b297e31be1c2e6520bb2778
+RMD160 (fasttracker2-1.36.tar.gz) = 61a3f9b9a20c25b12ffe5154b6b70721737851ac
+SHA512 (fasttracker2-1.36.tar.gz) = 96eb1db8b647b0a286d197ccf0e7dda135d65b27fc7f8382f8b9c6d29464d20da37c9adffa3d152af88b36ae922363b6ca6d3bd1615439efdae87d543a641624
+Size (fasttracker2-1.36.tar.gz) = 4403063 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index