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 b140



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9f0066d594f
branches:  trunk
changeset: 320771:a9f0066d594f
user:      fox <fox%pkgsrc.org@localhost>
date:      Sun Mar 10 12:38:17 2019 +0000

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

diffstat:

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

diffs (31 lines):

diff -r 8e44ecee63ae -r a9f0066d594f audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Sun Mar 10 11:53:06 2019 +0000
+++ b/audio/fasttracker2/Makefile       Sun Mar 10 12:38:17 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/03/08 08:27:56 fox Exp $
+# $NetBSD: Makefile,v 1.12 2019/03/10 12:38:17 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION=   b139
+DISTVERSION=   b140
 CATEGORIES=    audio
 MASTER_SITES=  https://16-bits.org/ \
                ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
diff -r 8e44ecee63ae -r a9f0066d594f audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Sun Mar 10 11:53:06 2019 +0000
+++ b/audio/fasttracker2/distinfo       Sun Mar 10 12:38:17 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2019/03/08 08:27:57 fox Exp $
+$NetBSD: distinfo,v 1.11 2019/03/10 12:38:17 fox Exp $
 
-SHA1 (ft2clone-b139-code.zip) = 297516010631bf1ac4c2beb565e7d10e02f5dc7a
-RMD160 (ft2clone-b139-code.zip) = 4518ee1cfba8ec8b1c8ac27a284a5fcdbb8981be
-SHA512 (ft2clone-b139-code.zip) = 23326317d7820a966f56a17f739e86f83dfb4e74fd20ebcb141c51523c30730aaf8e387a902c1c944cd6bf89e16787ecbab6eea5cf45ecc7fe720c72af32c7f5
-Size (ft2clone-b139-code.zip) = 3463007 bytes
+SHA1 (ft2clone-b140-code.zip) = fd3edd4339f040f506c81414c38f50fb4d51bdd7
+RMD160 (ft2clone-b140-code.zip) = 542d4e42ada5e9b2f7b16691a87dbe6964c8abf2
+SHA512 (ft2clone-b140-code.zip) = 299884498b6c55d0913d25a2224539ed658273a13a8bd730666acfaa02f24a24c983e06e9366667f6923dd69bd7665a947eef90869d916cc5bdf6c6fa1c1f04b
+Size (ft2clone-b140-code.zip) = 3464906 bytes
 SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
 SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81



Home | Main Index | Thread Index | Old Index