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:           Tue Sep 29 14:33:18 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
audio/fasttracker2: Updates to v1.35

Changes since v1.34

v1.35 - 27.09.2020
- Added an option to change interpolation mode to 2-tap linear, just to match
  real FT2. This interpolation method is of worse quality than the current one
  (4-tap cubic spline).
- Fixed some sample tap bugs with the cubic spline resampling interpolation
- Fixed an issue where unwanted sample data could be shown at the loop end
  point of a looped sample in the sample editor.
- Updated some parts of the help text
- Small code cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.69 -r1.70 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.75 pkgsrc/audio/fasttracker2/Makefile:1.76
--- pkgsrc/audio/fasttracker2/Makefile:1.75     Thu Sep 10 16:32:31 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Tue Sep 29 14:33:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2020/09/10 16:32:31 fox Exp $
+# $NetBSD: Makefile,v 1.76 2020/09/29 14:33:18 fox Exp $
 
-DISTNAME=      fasttracker2-1.34
+DISTNAME=      fasttracker2-1.35
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.69 pkgsrc/audio/fasttracker2/distinfo:1.70
--- pkgsrc/audio/fasttracker2/distinfo:1.69     Thu Sep 10 16:32:31 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Tue Sep 29 14:33:18 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.69 2020/09/10 16:32:31 fox Exp $
+$NetBSD: distinfo,v 1.70 2020/09/29 14:33:18 fox Exp $
 
-SHA1 (fasttracker2-1.34.tar.gz) = 19bc962987c88ca5f88a63c482a2acbfcc203128
-RMD160 (fasttracker2-1.34.tar.gz) = 16a3021f02c2c7f87ec242108a6f842a4dc4d8b6
-SHA512 (fasttracker2-1.34.tar.gz) = 3a31a76df7d75a00cffe4fa1fa382ddc846d2c7787343410ff7b8c6b669641ee75746d70f73b99aee29bff06e8ec54e6e012c7edafe203bf55b95ed8213f83b3
-Size (fasttracker2-1.34.tar.gz) = 4399965 bytes
+SHA1 (fasttracker2-1.35.tar.gz) = c6a550d0af5403e9fdbcefe0c2a94e203ba88b40
+RMD160 (fasttracker2-1.35.tar.gz) = e6fcae08f059cd4869d14bdff8d61422a5ed0239
+SHA512 (fasttracker2-1.35.tar.gz) = 2f62d3d7121ddf56600a845c345589b1f0a48fbb817ba5f3f63a5295c8b025e8abcb27e451f2dc604caf44542656fcc5ccbcda89dc8e8d06f384818e447bb97b
+Size (fasttracker2-1.35.tar.gz) = 4403249 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index