Sun Mar 10 12:38:17 2019 UTC ()
fasttracker2: update to b140

Changes since b139:

Beta #140 - 08.03.2019
- The 32-bit Windows version of the FT2 clone no longer requires the SSE2 CPU
  instruction set to function, but still takes advantage of it if it's present.
- Fixed a bug where the sample data scrollbar was broken on very long samples
- Fixed a bug where you could interact with the scopes while certain types
  of tool boxes were shown (Smp. Ed.).
- Fixed a bug where the "Add memory to sample" checkbox in the Echo tool
  (Smp. Ed.) was always unchecked the next time you opened the tool.
- Fixed a bug where "Get maximum scale" in the Volume tool (Smp. Ed.) could
  return bogus values on *very* silent parts.
- Fixed a bug where sample data could be incorrectly drawn when zoomed in as
  far as you get while scrolling, on a very big sample.
- Bug fix: Make sure a sample never exceeds max sample length while editing it
- Lowered max sample length from 2GB to 1GB to prevent crashes
- Some missing keyboard bindings were added to the "Keyboard" section in the
  help text.
- Some potential time-consuming tasks were put in threads to not temporarily
  halt the program (Smp. Ed. functions).
- The Echo tool in Smp. Ed. will now listen to mouse button down/ESC/SIGTERM
  as a way to force-quit it. This tool can take literally forever if abused.
- Code cleanup (now using "bool" type, etc)


(fox)
diff -r1.11 -r1.12 pkgsrc/audio/fasttracker2/Makefile
diff -r1.10 -r1.11 pkgsrc/audio/fasttracker2/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/audio/fasttracker2/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/fasttracker2/Makefile 2019/03/08 08:27:56 1.11
+++ pkgsrc/audio/fasttracker2/Makefile 2019/03/10 12:38:17 1.12
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.11 2019/03/08 08:27:56 fox Exp $ 1# $NetBSD: Makefile,v 1.12 2019/03/10 12:38:17 fox Exp $
2 2
3DISTNAME= ft2clone-${DISTVERSION}-code 3DISTNAME= ft2clone-${DISTVERSION}-code
4PKGNAME= fasttracker2-${DISTVERSION:C/b/2./} 4PKGNAME= fasttracker2-${DISTVERSION:C/b/2./}
5DISTVERSION= b139 5DISTVERSION= b140
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= https://16-bits.org/ \ 7MASTER_SITES= https://16-bits.org/ \
8 ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/} 8 ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
9EXTRACT_SUFX= .zip 9EXTRACT_SUFX= .zip
10 10
11MAINTAINER= fox@NetBSD.org 11MAINTAINER= fox@NetBSD.org
12HOMEPAGE= https://16-bits.org/ 12HOMEPAGE= https://16-bits.org/
13COMMENT= Portable Fasttracker II clone in C using SDL 2 13COMMENT= Portable Fasttracker II clone in C using SDL 2
14LICENSE= modified-bsd AND cc-by-nc-sa-v4.0-license 14LICENSE= modified-bsd AND cc-by-nc-sa-v4.0-license
15 15
16WRKSRC= ${WRKDIR}/ft2-clone-code 16WRKSRC= ${WRKDIR}/ft2-clone-code
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18 18

cvs diff -r1.10 -r1.11 pkgsrc/audio/fasttracker2/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/fasttracker2/distinfo 2019/03/08 08:27:57 1.10
+++ pkgsrc/audio/fasttracker2/distinfo 2019/03/10 12:38:17 1.11
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.10 2019/03/08 08:27:57 fox Exp $ 1$NetBSD: distinfo,v 1.11 2019/03/10 12:38:17 fox Exp $
2 2
3SHA1 (ft2clone-b139-code.zip) = 297516010631bf1ac4c2beb565e7d10e02f5dc7a 3SHA1 (ft2clone-b140-code.zip) = fd3edd4339f040f506c81414c38f50fb4d51bdd7
4RMD160 (ft2clone-b139-code.zip) = 4518ee1cfba8ec8b1c8ac27a284a5fcdbb8981be 4RMD160 (ft2clone-b140-code.zip) = 542d4e42ada5e9b2f7b16691a87dbe6964c8abf2
5SHA512 (ft2clone-b139-code.zip) = 23326317d7820a966f56a17f739e86f83dfb4e74fd20ebcb141c51523c30730aaf8e387a902c1c944cd6bf89e16787ecbab6eea5cf45ecc7fe720c72af32c7f5 5SHA512 (ft2clone-b140-code.zip) = 299884498b6c55d0913d25a2224539ed658273a13a8bd730666acfaa02f24a24c983e06e9366667f6923dd69bd7665a947eef90869d916cc5bdf6c6fa1c1f04b
6Size (ft2clone-b139-code.zip) = 3463007 bytes 6Size (ft2clone-b140-code.zip) = 3464906 bytes
7SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883 7SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
8SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81 8SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81