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 Dec 11 12:07:40 UTC 2018

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
fasttracker2: update to b121

Changes since b120:

Beta #121 - 09.12.2018
- Completely rewrote how system requests (message boxes) work, which
  simplifies its usage a ton.
- Vsync now works properly in macOS Mojave again. How? Well, if you
  compile with XCode 9 on High Sierra instead of XCode 10 on Mojave,
  it just magically works!
- Fixed a couple of bugs with the "Delete/Rename" modes in Disk Op.
- Fixed some textbox routine bugs
- Fixed a bug with loop points when using the Mix function in Sample Ed.
- Fixed an off-by-one error in the y coordinate on sample hand-edit
- Waveform drawing: Fixed a rounding error on the negative part of the
  waveform while displaying a zoomed-out sample
- .pat files were accidentally not listed in instrument mode in Disk Op.
- Big code cleanup. Let me know if I made any new bugs, it's very possible!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/fasttracker2/Makefile \
    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.1 pkgsrc/audio/fasttracker2/Makefile:1.2
--- pkgsrc/audio/fasttracker2/Makefile:1.1      Sat Dec  1 18:20:09 2018
+++ pkgsrc/audio/fasttracker2/Makefile  Tue Dec 11 12:07:40 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/12/01 18:20:09 fox Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/11 12:07:40 fox Exp $
 
 DISTNAME=      ft2clone-${DISTVERSION}-code
 PKGNAME=       fasttracker2-${DISTVERSION}
-DISTVERSION=   b120
+DISTVERSION=   b121
 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.1 pkgsrc/audio/fasttracker2/distinfo:1.2
--- pkgsrc/audio/fasttracker2/distinfo:1.1      Sat Dec  1 18:20:09 2018
+++ pkgsrc/audio/fasttracker2/distinfo  Tue Dec 11 12:07:40 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2018/12/01 18:20:09 fox Exp $
+$NetBSD: distinfo,v 1.2 2018/12/11 12:07:40 fox Exp $
 
-SHA1 (ft2clone-b120-code.zip) = 6988d96b52de4673252d8154770cae399b4eef33
-RMD160 (ft2clone-b120-code.zip) = 77b7f5976b19b053efdbd1406d9e8a20e3daa81d
-SHA512 (ft2clone-b120-code.zip) = 70b4f1439efe05394aa4c78ea8b69fa5d7ac21317382f203d0bb3835e1219bfbbeaa2372d1ebcc9c21d38585814745d46bc061e016eedc650bbc684f7d0fa668
-Size (ft2clone-b120-code.zip) = 3468698 bytes
+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 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
 SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81



Home | Main Index | Thread Index | Old Index