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 b157



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0f98352e3f3
branches:  trunk
changeset: 334409:c0f98352e3f3
user:      fox <fox%pkgsrc.org@localhost>
date:      Mon May 27 12:43:32 2019 +0000

description:
fasttracker2: update to b157

Changes since b156

Beta #157 - 27.05.2019
- Fixed: Songs passed to the binary as an argument had to include full path or
  else it would refuse to load.
- Fixed: When loading unsigned 8-bit stereo .WAVs and reading the left or right
  channel only, the very last sample point would be wrong (and cause a click).
- Fixed: Properly clamp Disk Op. filesizes to 2GB on non-Windows systems
- AIFF/WAV sample loading now takes up less RAM during loading. WAV loading is
  also faster, especially when loading 24-bit samples.
- Never attempt to load files bigger than 2GB (not compatible), and also ask
  the user before loading files over 128MB in size, in case it was by accident.
- Allow loading even more broken/quirky .MOD/.FT songs
- Pause audio mixer while hand drawing sample data with the mouse, this is
  needed for safety reasons. (original FT2 does this too)
- Unroll tight sample loops to prevent the audio channel mixer from doing many
  loop wrapping iterations (minor optimization). This is only applied if there
  is no data after the loop end point. Also yes, this is done in real time
  as you modify sample data or load new samples.
- Small code cleanup

diffstat:

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

diffs (31 lines):

diff -r 8ce9cbd50a59 -r c0f98352e3f3 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Mon May 27 12:36:41 2019 +0000
+++ b/audio/fasttracker2/Makefile       Mon May 27 12:43:32 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2019/05/20 12:09:40 fox Exp $
+# $NetBSD: Makefile,v 1.24 2019/05/27 12:43:32 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION=   b156
+DISTVERSION=   b157
 CATEGORIES=    audio
 MASTER_SITES=  https://16-bits.org/ \
                ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
diff -r 8ce9cbd50a59 -r c0f98352e3f3 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Mon May 27 12:36:41 2019 +0000
+++ b/audio/fasttracker2/distinfo       Mon May 27 12:43:32 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2019/05/20 12:09:40 fox Exp $
+$NetBSD: distinfo,v 1.23 2019/05/27 12:43:32 fox Exp $
 
-SHA1 (ft2clone-b156-code.zip) = f34fea5d6713970fe93d686971b89d62ae065abb
-RMD160 (ft2clone-b156-code.zip) = d24b73d6bb521c6b8627bba78c93c9f110142fe9
-SHA512 (ft2clone-b156-code.zip) = 6b1e9e998fa8ca1a734f82c6eb1a5e0e8cefa6aef39f83508f1bb9a35b8629c4f8934396a5e2bdd42793340662dbb9f6c3bb7d5957792b28e6e46932f6ef8bfc
-Size (ft2clone-b156-code.zip) = 3459011 bytes
+SHA1 (ft2clone-b157-code.zip) = 6e863aef8213e89b831dc214c484d7c4a382a860
+RMD160 (ft2clone-b157-code.zip) = 19e193bc4c4d45a585a20e27b1f820235804434b
+SHA512 (ft2clone-b157-code.zip) = fa3efb9c9645d73b8ee60b731b22c733ed1772233043562bd8925665e685d234c650c385de2a5e8a514483ae5c84fe0d27830f4205103d8fb533071fcce5bd8a
+Size (ft2clone-b157-code.zip) = 3957359 bytes
 SHA1 (patch-src_ft2__diskop.c) = 9d19b3d4b0a32f61ecbcdda1f9b44e2532a98d41
 SHA1 (patch-src_ft2__unicode.c) = 7e61ebb563bb5edb592182461173d066493791e7



Home | Main Index | Thread Index | Old Index