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:           Sat Apr 27 22:18:55 UTC 2019

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
fasttracker2: update to b152

Changes since b150:

Beta #152 - 27.04.2019
- Fixed a potential calculation overflow bug in the mixer code in beta #151.
  This is a critical fix, so please update.
- Windows: Updated the Visual Studio project from 2017 to 2019

Beta #151 - 25.04.2019
- Fixed: The interpolation routine was slightly wrong when playing backwards on
  pingpong-samples.
- Small mixer optimization for very tight sample loops
- Fixed yet a problem with the sample playback line in Smp. Ed. when flicking
  through the instrument list.
- Fixed a bug where the scopes and sample playback line in Smp. Ed. would not
  work correctly with the "Play Wave/Range/Display" function, when the currently
  selected sample is not 0.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/audio/fasttracker2/Makefile:1.19
--- pkgsrc/audio/fasttracker2/Makefile:1.18     Tue Apr 23 11:50:56 2019
+++ pkgsrc/audio/fasttracker2/Makefile  Sat Apr 27 22:18:55 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2019/04/23 11:50:56 fox Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/27 22:18:55 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION=   b150
+DISTVERSION=   b152
 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.17 pkgsrc/audio/fasttracker2/distinfo:1.18
--- pkgsrc/audio/fasttracker2/distinfo:1.17     Tue Apr 23 11:50:56 2019
+++ pkgsrc/audio/fasttracker2/distinfo  Sat Apr 27 22:18:55 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2019/04/23 11:50:56 fox Exp $
+$NetBSD: distinfo,v 1.18 2019/04/27 22:18:55 fox Exp $
 
-SHA1 (ft2clone-b150-code.zip) = b18ee81719691e0d77690d96c5478ea17c13bfbe
-RMD160 (ft2clone-b150-code.zip) = 44cb5ca9f2c3334731d2764055d3a314042233c0
-SHA512 (ft2clone-b150-code.zip) = e1587c3901b575945371fd930758d3c01b03800ee735e75f5a899da45abb783be4cb1990a5487586bdba19dde771bbe208306d426bfd67944f8053f76b91e61f
-Size (ft2clone-b150-code.zip) = 3425078 bytes
+SHA1 (ft2clone-b152-code.zip) = 5faaddc95f5b2597524367c54a1cdccbf065b295
+RMD160 (ft2clone-b152-code.zip) = 9188e3bf6c0bb2aa157b55c4b587ffbbdea5de97
+SHA512 (ft2clone-b152-code.zip) = da9633cb121afb3ce34aeb75c2857a5aa4cc9e72c6f910ca24de313d41aafa1872166fdfc5c8606443febc7d3282b1d74257f0cd602c6f1ca62fee064179590d
+Size (ft2clone-b152-code.zip) = 3425189 bytes
 SHA1 (patch-src_ft2__diskop.c) = 9d19b3d4b0a32f61ecbcdda1f9b44e2532a98d41
 SHA1 (patch-src_ft2__unicode.c) = 7e61ebb563bb5edb592182461173d066493791e7



Home | Main Index | Thread Index | Old Index