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:           Tue Apr 23 07:14:17 UTC 2024

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to 1.82

Changes since v1.79.2

v1.82 - 12.04.2024
- MIDI is enabled again for Windows XP (I came up with a solution)
- Fixed: MIDI was actually not working in v1.81 :(
- Fixed: Possible crash on startup or on exit (related to MIDI).
         COULD still happen on Mac, but I haven't experienced it yet!

v1.81 - 09.04.2024
- Windows: Error message boxes were rendered wrongly on Windows XP
- Windows: Disable MIDI support on Windows XP because it was buggy
  (would crash on exit on some systems/interfaces). If you really need to
  use MIDI with the FT2 clone, please consider using an OS that is not
  over 23 years old!
- MSVC: Use v141 platform toolset for 32-bit Windows build
- Rewrote some of the MIDI init/close code, as it looked like it could be
  buggy.

v1.80 - 09.04.2024
- Doing note transpose on the whole song wouldn't count overflowing notes
  properly (it would sometimes not show a warning message first).
- Windows/macOS: Updated SDL to v2.30.2


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.106 -r1.107 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.119 pkgsrc/audio/fasttracker2/Makefile:1.120
--- pkgsrc/audio/fasttracker2/Makefile:1.119    Sat Apr  6 08:04:48 2024
+++ pkgsrc/audio/fasttracker2/Makefile  Tue Apr 23 07:14:17 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2024/04/06 08:04:48 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2024/04/23 07:14:17 fox Exp $
 
-DISTNAME=      fasttracker2-1.79.2
-PKGREVISION=   1
+DISTNAME=      fasttracker2-1.82
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.106 pkgsrc/audio/fasttracker2/distinfo:1.107
--- pkgsrc/audio/fasttracker2/distinfo:1.106    Sat Mar 23 00:39:40 2024
+++ pkgsrc/audio/fasttracker2/distinfo  Tue Apr 23 07:14:17 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.106 2024/03/23 00:39:40 fox Exp $
+$NetBSD: distinfo,v 1.107 2024/04/23 07:14:17 fox Exp $
 
-BLAKE2s (fasttracker2-1.79.2.tar.gz) = ddba562244b0b171cd041a4af2c0412c80f2990fe0313ba614240f7cede55a31
-SHA512 (fasttracker2-1.79.2.tar.gz) = ec9409211286a526800dce8284de6254f06e81054a63ca657f9265e310a330d249f03aba279f9e10fc21c6cabad45ceabddfd766cdc8db1431dccc079f760ac7
-Size (fasttracker2-1.79.2.tar.gz) = 6084463 bytes
+BLAKE2s (fasttracker2-1.82.tar.gz) = 3f69bde261017646a7705a36620b2daf793362d5a85617cbc75482aa2a8a558b
+SHA512 (fasttracker2-1.82.tar.gz) = c1a44fc5646fdce75c87263847c7068409b605737aa278db8212eae672ec6c3d802f1689d8f95850d7c51e7fa8bf8c374c1e530087af878b7a16a5268b8e923a
+Size (fasttracker2-1.82.tar.gz) = 6085641 bytes
 SHA1 (patch-CMakeLists.txt) = 4a7113a7973347334617a91ae8c25d48d16f72d2



Home | Main Index | Thread Index | Old Index