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 Feb  4 15:11:06 UTC 2023

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Update to 1.63

Changes since v1.61

v1.63 - 24.01.2023
- For users with >60Hz displays: *hopefully* fixed possible slowdown/timing
  problems after leaving the program open for many hours.
- Windows/macOS: Updated SDL to v2.26.2

v1.62 - 28.11.2022
- Because of a bug in FT2, pattern loop commands will manipulate the row the
  next pattern will begin at (should be 0). However, this can overflow the
  number of rows (length) for that pattern and cause out-of-bounds reads. Set to
  row 0 in this case. This fixes for example "ambrozia.xm" in the transition
  from song end to song start.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.93 -r1.94 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.103 pkgsrc/audio/fasttracker2/Makefile:1.104
--- pkgsrc/audio/fasttracker2/Makefile:1.103    Sat Nov 12 06:02:48 2022
+++ pkgsrc/audio/fasttracker2/Makefile  Sat Feb  4 15:11:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2022/11/12 06:02:48 fox Exp $
+# $NetBSD: Makefile,v 1.104 2023/02/04 15:11:06 fox Exp $
 
-DISTNAME=      fasttracker2-1.61
+DISTNAME=      fasttracker2-1.63
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.93 pkgsrc/audio/fasttracker2/distinfo:1.94
--- pkgsrc/audio/fasttracker2/distinfo:1.93     Sat Nov 12 06:02:48 2022
+++ pkgsrc/audio/fasttracker2/distinfo  Sat Feb  4 15:11:06 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.93 2022/11/12 06:02:48 fox Exp $
+$NetBSD: distinfo,v 1.94 2023/02/04 15:11:06 fox Exp $
 
-BLAKE2s (fasttracker2-1.61.tar.gz) = ef83d32e20c3d51e16e0fad7a5e7006c0301b63fa99ebaa41a2e662c48177222
-SHA512 (fasttracker2-1.61.tar.gz) = 1b2147d4b8326a956a7f3ef5e86b0b30918a78b6306e2cd51660681ef7e455fe4f05c491151d142693e81fed23e51ba4afb5d8049f819474114904b84d8a03bc
-Size (fasttracker2-1.61.tar.gz) = 5785225 bytes
+BLAKE2s (fasttracker2-1.63.tar.gz) = 8550e8b36647fe203d859d9b79fd7c5dd4225c9408558fafc9c9bdb1e97854ad
+SHA512 (fasttracker2-1.63.tar.gz) = b8accaa9eac2f00d1b628028df870a53685309b89f6a4dcd32626577f4faed777c96e684184e16d8cac5a3fa582a6cab0d29f42b8a545be10daf0fbc1334a821
+Size (fasttracker2-1.63.tar.gz) = 6029757 bytes
 SHA1 (patch-CMakeLists.txt) = b7bd7f8cd3f6a9bfcf558299dce5a1473e57f5a9



Home | Main Index | Thread Index | Old Index