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:           Mon Aug 24 15:09:53 UTC 2020

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

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

Changes since v1.27

v1.30 - 23.08.2020
- Fixed an off-by-one issue when dithering is enabled in 16-bit audio mode
- The WAV renderer now defaults to the same frequency/bitdepth as the ones
  selected in the "I/O devices" config screen.

v1.29 - 18.08.2020
- Fix wraparound-issues when using Tab in the pattern editor

v1.28 - 16.08.2020
- Bugfix: Don't redraw the instrument switcher when pressing numpad keys
  while certain screens (about/config/help/nibbles) are open.
- Slightly increased the volume precision in the audio channel mixer.
  This is most likely not measurable.
- Fixed some errors in the help text
- Small code cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.66 -r1.67 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.72 pkgsrc/audio/fasttracker2/Makefile:1.73
--- pkgsrc/audio/fasttracker2/Makefile:1.72     Tue Aug 18 17:57:35 2020
+++ pkgsrc/audio/fasttracker2/Makefile  Mon Aug 24 15:09:53 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2020/08/18 17:57:35 leot Exp $
+# $NetBSD: Makefile,v 1.73 2020/08/24 15:09:53 fox Exp $
 
-DISTNAME=      fasttracker2-1.27
-PKGREVISION=   1
+DISTNAME=      fasttracker2-1.30
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.66 pkgsrc/audio/fasttracker2/distinfo:1.67
--- pkgsrc/audio/fasttracker2/distinfo:1.66     Sat Jul 25 21:29:19 2020
+++ pkgsrc/audio/fasttracker2/distinfo  Mon Aug 24 15:09:53 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.66 2020/07/25 21:29:19 fox Exp $
+$NetBSD: distinfo,v 1.67 2020/08/24 15:09:53 fox Exp $
 
-SHA1 (fasttracker2-1.27.tar.gz) = 3e577c9cf02fd1f79ca4695d3eccb24c8c91bd3d
-RMD160 (fasttracker2-1.27.tar.gz) = 9868ce737d6a763295261db94822eed426834a45
-SHA512 (fasttracker2-1.27.tar.gz) = 8a557022df932b16d1d10d2d503a2cbcdbc8300cb04a6d61fa1dc027559e03fbfe424ea2f9841893b0b3d6b563d0d33790a3b08474965015d72261a5ae5f1370
-Size (fasttracker2-1.27.tar.gz) = 4454450 bytes
+SHA1 (fasttracker2-1.30.tar.gz) = 323ff68497c197a96704d5133d2f4136e0259204
+RMD160 (fasttracker2-1.30.tar.gz) = a9f31fb23d8ab92106bd9687b02ec9bde6e39bc4
+SHA512 (fasttracker2-1.30.tar.gz) = 74ec0a6925e09654c25602f67358af5ee6da192f2ca3a65c7ae4ee41208b7e0c9340d4138244aef4d9a687016f9fd31404d654b6f09a88d8b7591790f46f822d
+Size (fasttracker2-1.30.tar.gz) = 4453101 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e



Home | Main Index | Thread Index | Old Index