pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 fasttracker2: update to b129



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e996c603a600
branches:  trunk
changeset: 327873:e996c603a600
user:      fox <fox%pkgsrc.org@localhost>
date:      Fri Jan 11 05:24:44 2019 +0000

description:
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:

 audio/fasttracker2/Makefile |   4 ++--
 audio/fasttracker2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 3af993e22feb -r e996c603a600 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Thu Jan 10 22:37:15 2019 +0000
+++ b/audio/fasttracker2/Makefile       Fri Jan 11 05:24:44 2019 +0000
@@ -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 -r 3af993e22feb -r e996c603a600 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Thu Jan 10 22:37:15 2019 +0000
+++ b/audio/fasttracker2/distinfo       Fri Jan 11 05:24:44 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index