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 b127



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfc2ae64c181
branches:  trunk
changeset: 317389:dfc2ae64c181
user:      fox <fox%pkgsrc.org@localhost>
date:      Sat Jan 05 13:45:01 2019 +0000

description:
fasttracker2: update to b127

Changes since b121:

Beta #127 - 02.01.2019
- Remove overflown notes (> B-9) when loading modules
- Remove overflown efx/notes when loading tracks/patterns
- Removed some unneded logic in the pattern editor text routines
- Code cleanup

Beta #126 - 29.12.2018
- Pattern row quantization (record) was broken in beta #125

Beta #125 - 28.12.2018
- Fixed an issue with sample data peaks while zooming in/out in Smp. Ed.
- The playback timer is now counting BPM ticks from the replayer
  instead of spawning/deleting a 1-sec SDL timer every time you
  play a song.
- Updated the "Keyboard" and "Problems/FAQ" help texts

Beta #124 - 17.12.2018
- The scrollbar in the MIDI input device list didn't work
- Fixed some minor audio/video timer problems
- More verbose error checking on program startup

Beta #123 - 16.12.2018
- Rewrote the Help screen routines to be exact to real FT2.
  It now uses less RAM.
- Some GUI decoration was missing in extended pattern editor mode
- Code cleanup

Beta #122 - 15.12.2018
- Windows: Reverted back to SDL2.0.8 because of the keyboard
  shutting itself off and on randomly with SDL2.0.9.
  Really strange stuff... It doesn't happen in SDL2.0.8.
- More bug fixes on sample hand editing (Smp. Ed.)

diffstat:

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

diffs (31 lines):

diff -r f97425c9556b -r dfc2ae64c181 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Sat Jan 05 13:08:58 2019 +0000
+++ b/audio/fasttracker2/Makefile       Sat Jan 05 13:45:01 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/12/19 06:55:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/05 13:45:01 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION=   b121
+DISTVERSION=   b127
 CATEGORIES=    audio
 MASTER_SITES=  https://16-bits.org/ \
                ${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
diff -r f97425c9556b -r dfc2ae64c181 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Sat Jan 05 13:08:58 2019 +0000
+++ b/audio/fasttracker2/distinfo       Sat Jan 05 13:45:01 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2018/12/11 12:07:40 fox Exp $
+$NetBSD: distinfo,v 1.3 2019/01/05 13:45:01 fox Exp $
 
-SHA1 (ft2clone-b121-code.zip) = e129fd615f6b74743223e218fde111b2feb53b3f
-RMD160 (ft2clone-b121-code.zip) = adb4d918d293e5de789ce66e37ee9c84aa1f1848
-SHA512 (ft2clone-b121-code.zip) = c6ef42569a4de519fef4f68e33e9d297069d0d394122851d0ce00afd29b6f483b74392c417572ae36e39d276a0aab2cfa7b39df1ee8509ca426ad06262e8ed0f
-Size (ft2clone-b121-code.zip) = 3467851 bytes
+SHA1 (ft2clone-b127-code.zip) = 06d6571d77abc8bcd76953b753e8e107a9e1ad2f
+RMD160 (ft2clone-b127-code.zip) = 74b2f4d92400c2bccb6d913b075de338d5c90e5e
+SHA512 (ft2clone-b127-code.zip) = 9b6847191cd6bc10bb6462165e0f28d650fed80942f56d17578e3ca7f25c7cb89b45778c58501cc1d832e5d029214b938741381bd5b3304240276edc56c7305a
+Size (ft2clone-b127-code.zip) = 3462420 bytes
 SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
 SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81



Home | Main Index | Thread Index | Old Index