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 Feb 14 03:18:33 UTC 2019
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/audio/fasttracker2/Makefile:1.8
--- pkgsrc/audio/fasttracker2/Makefile:1.7 Wed Jan 30 02:33:05 2019
+++ pkgsrc/audio/fasttracker2/Makefile Thu Feb 14 03:18:33 2019
@@ -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/}
Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.6 pkgsrc/audio/fasttracker2/distinfo:1.7
--- pkgsrc/audio/fasttracker2/distinfo:1.6 Wed Jan 30 02:33:05 2019
+++ pkgsrc/audio/fasttracker2/distinfo Thu Feb 14 03:18:33 2019
@@ -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