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 Jan 31 11:14:25 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to v1.07

Changes since v1.06:

v1.07 - 30.01.2020
- Bugfix: After deleting the very last vol/pan envelope point, the currently
  selected point wouldn't be properly set. This is actually a behavior/bug
  from real FT2, but I wanted to fix it anyway.
- Bugfix: Attempting to add a vol/pan envelope point to a completely empty
  envelope would mess things up. Empty envelopes in an allocated instrument
  shouldn't happen, but it happens when loading certain non-FT2 XMs.
- Bugfix: The envelope plotter could display garbage on envelopes with tick
  offsets above 324. Now it just cuts off at the end instead. Also yes, such
  envelopes can be made! OpenMPT, f.ex., has no 0..324 limit for envelope ticks
  in XM mode.
- Bugfix: A couple of system request dialogs had the wrong button captions.
  (Yes/No instead of OK/Cancel).
- When pressing Esc. and the song is unmodified/saved, you'll now get the
  classic joke quit dialogs from FT2 asking if you really want to quit.
- Some minor optimizations and minor fixups. Nothing to write home about...
- Windows 32-bit: This version now requires your CPU to have the SSE2
  instruction set. Intel CPUs from around 2000 (AMD around 2003) and later
  have it. In other words, it's not worth my time trying to make the clone
  run on such old machines!


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.47 -r1.48 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.50 pkgsrc/audio/fasttracker2/Makefile:1.51
--- pkgsrc/audio/fasttracker2/Makefile:1.50     Sat Jan 25 17:16:23 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Fri Jan 31 11:14:25 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2020/01/25 17:16:23 fox Exp $
+# $NetBSD: Makefile,v 1.51 2020/01/31 11:14:25 fox Exp $
 
-DISTNAME=      fasttracker2-1.06
+DISTNAME=      fasttracker2-1.07
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.47 pkgsrc/audio/fasttracker2/distinfo:1.48
--- pkgsrc/audio/fasttracker2/distinfo:1.47     Sat Jan 25 17:16:23 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Fri Jan 31 11:14:25 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2020/01/25 17:16:23 fox Exp $
+$NetBSD: distinfo,v 1.48 2020/01/31 11:14:25 fox Exp $
 
-SHA1 (fasttracker2-1.06.tar.gz) = 4a9cd441ff2bed2066da1bcc68b67a32f638c0d4
-RMD160 (fasttracker2-1.06.tar.gz) = 11dfd2e2a1be27fb8018a9ff78b0104b1e5480d6
-SHA512 (fasttracker2-1.06.tar.gz) = ac0067150578ac4bca29b7ed27511228cba922302ce5c25c77feb87fde7bf5ba04715bf17a52916910a618ae93432ea685fd44a6d323ce66d4358b37cfa1dd22
-Size (fasttracker2-1.06.tar.gz) = 4376560 bytes
+SHA1 (fasttracker2-1.07.tar.gz) = 6c105161d7aa89187dd9b9a5b57d985a26fe90e3
+RMD160 (fasttracker2-1.07.tar.gz) = 11966adb1fd60be2addf4eeb77c1d0abd15b8c0d
+SHA512 (fasttracker2-1.07.tar.gz) = 6c965f96b186107a38db7ce9a27439ad3dcd2b087efae9b07e81c4f8cd8d4af954639009357f2404f131cefeede7029817a4fc5a592d50fa38756c37deddb0c5
+Size (fasttracker2-1.07.tar.gz) = 4382886 bytes
 SHA1 (patch-CMakeLists.txt) = b64b4e4b9cd40e97c34d1541937b6c0b7f451093



Home | Main Index | Thread Index | Old Index