diff options
author | fox <fox@pkgsrc.org> | 2019-07-06 16:11:35 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2019-07-06 16:11:35 +0000 |
commit | 4f1cc96864900e1ce648830dfbaa1e26a48933f5 (patch) | |
tree | 905420bd7b505b55426df5929b96355bfe790795 | |
parent | 0fd15cdfdcb24c6354105fde7de83be6cbcf7b88 (diff) | |
download | pkgsrc-4f1cc96864900e1ce648830dfbaa1e26a48933f5.tar.gz |
fasttracker2: update to b161
Changes since b160
Beta #161 - 04.07.2019
- Bugfix: If you held down a sample data loop pin while a system request was
about to be shown, the loop pins would act strange lateron.
- Bugfix: Fixed a MIDI-related memory leak when pressing "Load config." in the
Config screen.
- Bugfix: The palette editor scrollbar thumbs would not draw properly when
dragging them.
- Bugfix: Attempting to sample in stereo (Smp. Ed.) at the last sample slot
would result in a crash.
- Bugfix: Using keyboard shortcuts to interact with a system request/message
could trigger an unwanted "note key up" event after the box closed. (déjà vu)
- The palette editor is now rewritten to behave exactly like original FT2
- Code cleanup
- Updated src\gfxdata\bmp\readme.txt
-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 cfaaa7ef355..35d2b0d7b2a 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2019/06/20 11:39:06 fox Exp $ +# $NetBSD: Makefile,v 1.28 2019/07/06 16:11:35 fox Exp $ DISTNAME= ft2clone-${DISTVERSION}-code PKGNAME= fasttracker2-${DISTVERSION:C/b/2./} -DISTVERSION= b160 +DISTVERSION= b161 CATEGORIES= audio MASTER_SITES= https://16-bits.org/ \ ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/} diff --git a/audio/fasttracker2/distinfo b/audio/fasttracker2/distinfo index 2fb68929c03..359eaa20049 100644 --- a/audio/fasttracker2/distinfo +++ b/audio/fasttracker2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2019/06/20 11:39:06 fox Exp $ +$NetBSD: distinfo,v 1.27 2019/07/06 16:11:35 fox Exp $ -SHA1 (ft2clone-b160-code.zip) = 4d98b6c27fd730961385dc0a98dbacd0096538ba -RMD160 (ft2clone-b160-code.zip) = 304076cf25d6e97b045f186a7211119fe1d0c894 -SHA512 (ft2clone-b160-code.zip) = cd74a115e0907a3b96d8cfb7e7e7ea47a5f11b032f5ab4a6c070483facb60a46ab994b9682cc37dc45ce13bcd81f2085089232a4d0368ac6a5b763369b791efa -Size (ft2clone-b160-code.zip) = 3954825 bytes +SHA1 (ft2clone-b161-code.zip) = 8dd444ef5cda0202b44fc7de4436ea96f80006d5 +RMD160 (ft2clone-b161-code.zip) = 2a253e69cefe06e9f08a0255f1dd57680528482f +SHA512 (ft2clone-b161-code.zip) = eb9992c48f90299ca8e62d4eccaa4c58d77942bbe13fee0abf8cb6516567945f8b3d84fbd13834493e453abeba6824227dbe69a0acdc7123b6be4578587d4888 +Size (ft2clone-b161-code.zip) = 3952812 bytes SHA1 (patch-src_ft2__diskop.c) = 0ade49429ec36d44b6cb6bc3b829317fcd08df81 SHA1 (patch-src_ft2__unicode.c) = 3dca4d5b2de1a2794bde7060d2f7bf6f4923c91c |