diff options
author | fox <fox@pkgsrc.org> | 2019-01-11 05:24:44 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2019-01-11 05:24:44 +0000 |
commit | 014f9c544a0cd022b84902dc7f89f665d05cefec (patch) | |
tree | b3c36dabb67b1f1fbbaeaa905104b2cd476845ae /audio | |
parent | c8d51b502d0caaa196b5287fee12ca30a20f84df (diff) | |
download | pkgsrc-014f9c544a0cd022b84902dc7f89f665d05cefec.tar.gz |
fasttracker2: update to b129
Changes since b127:
Beta #129 - 10.01.2019
- Prevent doing 64-bit MULs if the scopes are inactive (rate calculation)
- WaitVBL() function for scopes and video (when no vsync) has been changed to
include fractional precision for "next frame time" counter. Note that this
is a minor change and does not magically remove video stuttering.
Beta #128 - 06.01.2019
- If speed (ticks per row) is set to 0, reset it to the initial value when
pressing play.
- Clamp BPM/speed when loading modules so that the values are not illegal
- Some other minor fixes
- Code cleanup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fasttracker2/Makefile | 4 | ||||
-rw-r--r-- | audio/fasttracker2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile index 852d9e5c861..fc8dc6c1f3e 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2019/01/05 13:45:01 fox Exp $ +# $NetBSD: Makefile,v 1.5 2019/01/11 05:24:44 fox Exp $ DISTNAME= ft2clone-${DISTVERSION}-code PKGNAME= fasttracker2-${DISTVERSION:C/b/2./} -DISTVERSION= b127 +DISTVERSION= b129 CATEGORIES= audio MASTER_SITES= https://16-bits.org/ \ ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/} diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index 848245815fe..1c3dace0f54 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2019/01/05 13:45:01 fox Exp $ +$NetBSD: distinfo,v 1.4 2019/01/11 05:24:44 fox Exp $ -SHA1 (ft2clone-b127-code.zip) = 06d6571d77abc8bcd76953b753e8e107a9e1ad2f -RMD160 (ft2clone-b127-code.zip) = 74b2f4d92400c2bccb6d913b075de338d5c90e5e -SHA512 (ft2clone-b127-code.zip) = 9b6847191cd6bc10bb6462165e0f28d650fed80942f56d17578e3ca7f25c7cb89b45778c58501cc1d832e5d029214b938741381bd5b3304240276edc56c7305a -Size (ft2clone-b127-code.zip) = 3462420 bytes +SHA1 (ft2clone-b129-code.zip) = 12b224d7c5eb020846aba1d85f19d5718b7aa0ec +RMD160 (ft2clone-b129-code.zip) = 4f3513fa584cba6deec21bbe8de1b18a996deeee +SHA512 (ft2clone-b129-code.zip) = b0902148150d5d8f09eb924d214d8e07b6668e29b882284a57662d08fa3490ee2e8cd80cde8ef6cc3b54792ec991f894e11491d6020d532790db9f40d2bbb3d5 +Size (ft2clone-b129-code.zip) = 3462946 bytes SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883 SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81 |