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 b135



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4520e688f5b
branches:  trunk
changeset: 329739:c4520e688f5b
user:      fox <fox%pkgsrc.org@localhost>
date:      Thu Feb 14 03:18:33 2019 +0000

description:
fasttracker2: update to b135

Changes since b132:

Beta #135 - 12.02.2019
- Click delay on repeated buttons is now lowered to better match real FT2
- Certain up/down buttons now inc/dec just like real FT2, e.g. if you hold it
  down it will inc/dec semi-fast for a little bit, then faster (two-phased).
- Some scrollbars were supposed to scroll instantly with no delay
- No need to do 64-bit calc. in the scrollbar routines, reverted to 32-bit
- No need to do floating point operations on mouse coord scaling!
- Some minor things were changed to better match real FT2
- Code cleanup

Beta #134 - 11.02.2019
- Mouse position was incorrectly scaled in fullscreen mode (the coursor wouldn't
   move in the correct speed in some cases).
- Code cleanup (now using assert.h macro, removed some unused variables/code)

Beta #133 - 08.02.2019
- Very minor optimization to the replayer rate calculation routine
- Code cleanup

diffstat:

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

diffs (31 lines):

diff -r 8523ba57ac48 -r c4520e688f5b audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Thu Feb 14 01:34:08 2019 +0000
+++ b/audio/fasttracker2/Makefile       Thu Feb 14 03:18:33 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2019/01/30 02:33:05 fox Exp $
+# $NetBSD: Makefile,v 1.8 2019/02/14 03:18:33 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION=   b132
+DISTVERSION=   b135
 CATEGORIES=    audio
 MASTER_SITES=  https://16-bits.org/ \
                ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
diff -r 8523ba57ac48 -r c4520e688f5b audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Thu Feb 14 01:34:08 2019 +0000
+++ b/audio/fasttracker2/distinfo       Thu Feb 14 03:18:33 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2019/01/30 02:33:05 fox Exp $
+$NetBSD: distinfo,v 1.7 2019/02/14 03:18:33 fox Exp $
 
-SHA1 (ft2clone-b132-code.zip) = 8021ef22416ddaa6444f470cc17b7f4edb179b3e
-RMD160 (ft2clone-b132-code.zip) = c151421aed0bcb2a78f1beef166735fb145130d7
-SHA512 (ft2clone-b132-code.zip) = 62a5f519a2732786031879621371abc46b2e0c703ca766913cefaa9a27c7390e1d37d99e7437ba2040c1b6f5764c9ec6a72172b1bb38002dd3904584eade793c
-Size (ft2clone-b132-code.zip) = 3462977 bytes
+SHA1 (ft2clone-b135-code.zip) = 375c290c55aa79f9ad615b0a6bea4bdbc4feb8fb
+RMD160 (ft2clone-b135-code.zip) = 5d65bfdd2ddab57ff24a62b50ad3bc746985b6a7
+SHA512 (ft2clone-b135-code.zip) = b09905a913674b20789edfb99924bb6461840aa6b5c461815ad3ff9cac9b6fefb91b607285962d20b62c9558cd4c9a9afd1c49d48ac4c371bf2bab4c7bb513f3
+Size (ft2clone-b135-code.zip) = 3462980 bytes
 SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
 SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81



Home | Main Index | Thread Index | Old Index