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:           Mon Mar 18 18:50:22 UTC 2024

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to 1.79

Changes since v1.77.1

v1.79 - 18.03.2024
- Fullscreen mode code has been refactored, as I apparently had coded it the
  wrong way. "Stretched" mode always fills the whole screen now too, and other
  issues may have been fixed as well.

v1.78 - 17.03.2024
- Fixed: It was possible to deadlock the tracker by attempting to load samples
  that had a filesize of zero bytes, or if the sample was in use by another
  program.
- Fullscreen mode has received more bugfixes. Hopefully it should be better
  now. Please note that the "stretched" mode does not fill the entire screen
  in many cases. The mouse pixel mapping can also be off on some Linux systems.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.104 -r1.105 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.116 pkgsrc/audio/fasttracker2/Makefile:1.117
--- pkgsrc/audio/fasttracker2/Makefile:1.116    Sun Mar 17 07:13:04 2024
+++ pkgsrc/audio/fasttracker2/Makefile  Mon Mar 18 18:50:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2024/03/17 07:13:04 fox Exp $
+# $NetBSD: Makefile,v 1.117 2024/03/18 18:50:22 fox Exp $
 
-DISTNAME=      fasttracker2-1.77.1
+DISTNAME=      fasttracker2-1.79
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.104 pkgsrc/audio/fasttracker2/distinfo:1.105
--- pkgsrc/audio/fasttracker2/distinfo:1.104    Sun Mar 17 07:13:04 2024
+++ pkgsrc/audio/fasttracker2/distinfo  Mon Mar 18 18:50:22 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.104 2024/03/17 07:13:04 fox Exp $
+$NetBSD: distinfo,v 1.105 2024/03/18 18:50:22 fox Exp $
 
-BLAKE2s (fasttracker2-1.77.1.tar.gz) = ab4304b2b55fbbb26ac349e2016b5aaeb54b14af28cafb675ccf8a6a3addc17d
-SHA512 (fasttracker2-1.77.1.tar.gz) = 0432a85fffce3b80bb35dffec20703e31a6d3d90090b93593d0d1fbde62eb34e9220b1eeba1281ad4a88c56290369deb808bbbc60f0f416eaf7d6f71d722870c
-Size (fasttracker2-1.77.1.tar.gz) = 6084817 bytes
+BLAKE2s (fasttracker2-1.79.tar.gz) = cf92d45395d95249875e6ee93e059867c87900f1bf30fcc3c2edac49d67221d1
+SHA512 (fasttracker2-1.79.tar.gz) = c2a0616103ec9f8209ca9d6a886da95b6177388994ba8f262cf72b558ffd63a24acffb5e81aa93f017c89c8badb21fb000d166eb52aca71c62cc225d6115e248
+Size (fasttracker2-1.79.tar.gz) = 6082712 bytes
 SHA1 (patch-CMakeLists.txt) = 4a7113a7973347334617a91ae8c25d48d16f72d2



Home | Main Index | Thread Index | Old Index