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:           Sat May 11 06:21:52 UTC 2024

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to 1.83

Changes since v1.82

v1.83 - 10.05.2024
- In this version I have addressed some annoyances users have mentioned:
  1) Now you cannot edit pattern notes/data while the pattern editor is
     not visible. This further prevents accidental song edits.
  2) While in extended pattern editor mode, show a status bar with global
     volume, pattern edit status (to see if you are editing), and time elapsed.
  3) It was not possible to issue a Note Insert (Insert key) or Line Insert
     (Shift+Insert) on some keyboards.
     Added extra keybindings:
       Ctrl+Return       = Insert Note (same as Insert)
       Ctrl+Shift+Return = Insert Line (same as Shift+Insert)
- Updated the Keybindings help text to reflect the extra keybindings
- Windows/macOS: Updated SDL to v2.30.3


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.107 -r1.108 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.120 pkgsrc/audio/fasttracker2/Makefile:1.121
--- pkgsrc/audio/fasttracker2/Makefile:1.120    Tue Apr 23 07:14:17 2024
+++ pkgsrc/audio/fasttracker2/Makefile  Sat May 11 06:21:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2024/04/23 07:14:17 fox Exp $
+# $NetBSD: Makefile,v 1.121 2024/05/11 06:21:52 fox Exp $
 
-DISTNAME=      fasttracker2-1.82
+DISTNAME=      fasttracker2-1.83
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.107 pkgsrc/audio/fasttracker2/distinfo:1.108
--- pkgsrc/audio/fasttracker2/distinfo:1.107    Tue Apr 23 07:14:17 2024
+++ pkgsrc/audio/fasttracker2/distinfo  Sat May 11 06:21:52 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.107 2024/04/23 07:14:17 fox Exp $
+$NetBSD: distinfo,v 1.108 2024/05/11 06:21:52 fox Exp $
 
-BLAKE2s (fasttracker2-1.82.tar.gz) = 3f69bde261017646a7705a36620b2daf793362d5a85617cbc75482aa2a8a558b
-SHA512 (fasttracker2-1.82.tar.gz) = c1a44fc5646fdce75c87263847c7068409b605737aa278db8212eae672ec6c3d802f1689d8f95850d7c51e7fa8bf8c374c1e530087af878b7a16a5268b8e923a
-Size (fasttracker2-1.82.tar.gz) = 6085641 bytes
+BLAKE2s (fasttracker2-1.83.tar.gz) = 739659ea84d6b0b65dd945a6a39a61a9a25eb6c8fc80173821d956ba6b17313a
+SHA512 (fasttracker2-1.83.tar.gz) = 03e5153be5be52345e78501a3f804f37829587c2b2bf23555d4d601fd33574f12741a7f56aa3ffceffcae55c85ee71bf3307d9c8ea25ab1c3d296699d5494883
+Size (fasttracker2-1.83.tar.gz) = 6088069 bytes
 SHA1 (patch-CMakeLists.txt) = 4a7113a7973347334617a91ae8c25d48d16f72d2



Home | Main Index | Thread Index | Old Index