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:           Sun Mar 10 12:38:17 UTC 2019

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/audio/fasttracker2/Makefile:1.12
--- pkgsrc/audio/fasttracker2/Makefile:1.11     Fri Mar  8 08:27:56 2019
+++ pkgsrc/audio/fasttracker2/Makefile  Sun Mar 10 12:38:17 2019
@@ -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/}

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.10 pkgsrc/audio/fasttracker2/distinfo:1.11
--- pkgsrc/audio/fasttracker2/distinfo:1.10     Fri Mar  8 08:27:57 2019
+++ pkgsrc/audio/fasttracker2/distinfo  Sun Mar 10 12:38:17 2019
@@ -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