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 23 12:25:01 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

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

Changes since v1.13:

v1.14 - 22.03.2020
- Bugfix: The Repeat/Replen. numbers in Smp. Ed. would not show the correct
  values for non-looping samples. It should always show the values even if the
  loop is disabled. This caused some strange visual bugs...
- Bugfix: Changing sample numbers on the white piano keys in Instr. Ed. was
  semi-broken (it would show wrong numbers until you changed to another instr.
  and back).
- Bugfix: If you set the current sample to 0E and scrolled down with the mouse
  wheel, the sample list would overflow.
- All bitmaps are now present as 4-bit (+ 1x 8-bit) RLE-compressed .bmp files,
  and are included in the binary as such. This makes it slightly easier to
  edit/add graphics.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.54 -r1.55 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.58 pkgsrc/audio/fasttracker2/Makefile:1.59
--- pkgsrc/audio/fasttracker2/Makefile:1.58     Wed Mar 18 12:20:41 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Mon Mar 23 12:25:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/03/18 12:20:41 fox Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/23 12:25:01 fox Exp $
 
-DISTNAME=      fasttracker2-1.13
+DISTNAME=      fasttracker2-1.14
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.54 pkgsrc/audio/fasttracker2/distinfo:1.55
--- pkgsrc/audio/fasttracker2/distinfo:1.54     Wed Mar 18 12:20:41 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Mon Mar 23 12:25:01 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2020/03/18 12:20:41 fox Exp $
+$NetBSD: distinfo,v 1.55 2020/03/23 12:25:01 fox Exp $
 
-SHA1 (fasttracker2-1.13.tar.gz) = 976e2cca803f8e1e0dede49a3a94f578bb510012
-RMD160 (fasttracker2-1.13.tar.gz) = b433be71d45d68cda8f03b6de283c828d26f8b54
-SHA512 (fasttracker2-1.13.tar.gz) = be3b4b0f19bbb852450dea15d7be17a796545092f2bc5d581a51035a620317ed3ef09d85de4a6908cfdf1fff33774df49621d8aa47d8bd6fd575e164d21504b7
-Size (fasttracker2-1.13.tar.gz) = 4466018 bytes
+SHA1 (fasttracker2-1.14.tar.gz) = 0d478de110987251a51b82b22c438521ee87dc40
+RMD160 (fasttracker2-1.14.tar.gz) = cedb6e6f005c931c9acea5206bdcd9aac478fc93
+SHA512 (fasttracker2-1.14.tar.gz) = e6aee045386dfb4474e1e39d1ca5acaa13e87fd978d818df605bef114365e75b918ec4214225c779e1f8d33fd1e8e6ccd389524af75d1b5f835d1683a130a91e
+Size (fasttracker2-1.14.tar.gz) = 4444539 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index