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: Thu Mar 5 19:51:29 UTC 2020
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log Message:
audio/fasttracker2: Update to v1.10
Changes since v1.09:
v1.10 - 03.03.2020
- Bugfix: Channels were internally muted when the tracker was first started.
You'd get no sound when trying to load samples and entering them in the
pattern data. You had to load a song for them to properly unmute...
This has been a bug since v1.04, yikes!
- The audio mixer's resampling interpolation was upgraded from 3-tap cubic to
4-tap cubic, without affecting the performance of the mixer.
- Fixed some bugs in the .PAT (Gravis Utrasound patch) instrument loader
- Fixed several bugs with the "Echo" toolbox (Sampler screen)
- Bugfix: The "relative tone" section of the Instr. Ed. screen would get messed
up if loading a WAV/AIFF sample whose playback frequency is immensely large.
- Code cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.50 -r1.51 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.53 pkgsrc/audio/fasttracker2/Makefile:1.54
--- pkgsrc/audio/fasttracker2/Makefile:1.53 Thu Feb 13 10:10:47 2020
+++ pkgsrc/audio/fasttracker2/Makefile Thu Mar 5 19:51:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2020/02/13 10:10:47 fox Exp $
+# $NetBSD: Makefile,v 1.54 2020/03/05 19:51:29 fox Exp $
-DISTNAME= fasttracker2-1.09
+DISTNAME= fasttracker2-1.10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
GITHUB_PROJECT= ft2-clone
Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.50 pkgsrc/audio/fasttracker2/distinfo:1.51
--- pkgsrc/audio/fasttracker2/distinfo:1.50 Thu Feb 13 10:10:47 2020
+++ pkgsrc/audio/fasttracker2/distinfo Thu Mar 5 19:51:29 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2020/02/13 10:10:47 fox Exp $
+$NetBSD: distinfo,v 1.51 2020/03/05 19:51:29 fox Exp $
-SHA1 (fasttracker2-1.09.tar.gz) = a0fef6fb48f3c5ec16d41109701c8f3b2c04b1a6
-RMD160 (fasttracker2-1.09.tar.gz) = 6037870ac10cf0014048d8a935cfe70a572e73f1
-SHA512 (fasttracker2-1.09.tar.gz) = c9ac43399d3d3bda0502515594fa540fa5448a6c7ac8902fb1dbf7965975c50d3547b5fcb2c5d2999bdf3cd3a7b177b11e09664a35560a8e6a3847ecb9ad06b6
-Size (fasttracker2-1.09.tar.gz) = 4387332 bytes
+SHA1 (fasttracker2-1.10.tar.gz) = 96212f08b25d9d54c45d00114fef24733af0bd12
+RMD160 (fasttracker2-1.10.tar.gz) = 07202aabce2447b4fe9853c70e3c2e63537d1c54
+SHA512 (fasttracker2-1.10.tar.gz) = 55c2ff941755c4e0c4c17d483e9d06bf1171f12a10794c3b226045e61b29a2d94c7defa583d8cb52464f13794fb93bf8c1896fcc9ddbfc4bc470171ae511ea3a
+Size (fasttracker2-1.10.tar.gz) = 4405100 bytes
SHA1 (patch-CMakeLists.txt) = b64b4e4b9cd40e97c34d1541937b6c0b7f451093
Home |
Main Index |
Thread Index |
Old Index