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 b149
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdee06af1df6
branches: trunk
changeset: 332619:cdee06af1df6
user: fox <fox%pkgsrc.org@localhost>
date: Fri Apr 19 02:05:14 2019 +0000
description:
fasttracker2: update to b149
Changes since b148:
Beta #149 - 18.04.2019 (updated the same day)
- Bug fix: If the window is minimized while you double-click on an associated
module in your OS, maximize the window before asking if you want to discard
unsaved changes.
>> Updates:
- Updated rtmidi to version 4.0
- Windows: Updated SDL to version 2.0.9 (finally found a way to prevent a
serious bug with 2.0.9, hence why I have been using 2.0.8 for a long time).
- Increased "volume toolbox" (Smp. Ed.) range from -200..200% to -500..500%
- Windows: Default Disk Op. directory is now "\Users\username"
diffstat:
audio/fasttracker2/Makefile | 4 ++--
audio/fasttracker2/distinfo | 12 ++++++------
audio/fasttracker2/patches/patch-src_ft2__diskop.c | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (53 lines):
diff -r 332e424f568a -r cdee06af1df6 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile Thu Apr 18 19:18:02 2019 +0000
+++ b/audio/fasttracker2/Makefile Fri Apr 19 02:05:14 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2019/04/10 23:55:31 fox Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/19 02:05:14 fox Exp $
DISTNAME= ft2clone-${DISTVERSION}-code
PKGNAME= fasttracker2-${DISTVERSION:C/b/2./}
-DISTVERSION= b148
+DISTVERSION= b149
CATEGORIES= audio
MASTER_SITES= https://16-bits.org/ \
${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
diff -r 332e424f568a -r cdee06af1df6 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo Thu Apr 18 19:18:02 2019 +0000
+++ b/audio/fasttracker2/distinfo Fri Apr 19 02:05:14 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2019/04/10 23:55:31 fox Exp $
+$NetBSD: distinfo,v 1.16 2019/04/19 02:05:14 fox Exp $
-SHA1 (ft2clone-b148-code.zip) = c2dfdc531662ba300898d07229766cc948f12b2b
-RMD160 (ft2clone-b148-code.zip) = 33e715a2a528db7d8cbae80d8245b12d2bdab2dd
-SHA512 (ft2clone-b148-code.zip) = 0081c8868b26a1e3750455d23506e3290855822278d8185ba6221d96287bc31ba1e57fffa0c835eb80b9a973601c2da7b9f23fcf078ad1c7350bc966d767677f
-Size (ft2clone-b148-code.zip) = 3423554 bytes
-SHA1 (patch-src_ft2__diskop.c) = b553cf09d95b84ce56a761ab6745760b6cff4289
+SHA1 (ft2clone-b149-code.zip) = 4d736599c462dde2cd21f89f3b0340e892895cb2
+RMD160 (ft2clone-b149-code.zip) = 9df1e5663daff55d420cbc8a4c4303045825eba1
+SHA512 (ft2clone-b149-code.zip) = 6b95f7946693a254906c4e3b179ff5805c11fd46fa2661518f08586500ca04249bb919c3d4bc17393c0e4d57037f63ad7642d66918456e06734dcf95fb7aa2e0
+Size (ft2clone-b149-code.zip) = 3425082 bytes
+SHA1 (patch-src_ft2__diskop.c) = 9d19b3d4b0a32f61ecbcdda1f9b44e2532a98d41
SHA1 (patch-src_ft2__unicode.c) = 7e61ebb563bb5edb592182461173d066493791e7
diff -r 332e424f568a -r cdee06af1df6 audio/fasttracker2/patches/patch-src_ft2__diskop.c
--- a/audio/fasttracker2/patches/patch-src_ft2__diskop.c Thu Apr 18 19:18:02 2019 +0000
+++ b/audio/fasttracker2/patches/patch-src_ft2__diskop.c Fri Apr 19 02:05:14 2019 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_ft2__diskop.c,v 1.2 2019/03/21 10:16:40 fox Exp $
+$NetBSD: patch-src_ft2__diskop.c,v 1.3 2019/04/19 02:05:14 fox Exp $
Added <sys/types.h> / <sys/stat.h> to prevent "unknown type name"
(dev_t, ino_t and nlink_t) error from the included <fts.h>.
---- src/ft2_diskop.c.orig 2019-03-18 16:59:48.000000000 +0000
+--- src/ft2_diskop.c.orig 2019-04-19 01:53:39.359713817 +0000
+++ src/ft2_diskop.c
-@@ -12,6 +12,8 @@
- #include <windows.h>
+@@ -13,6 +13,8 @@
#include <direct.h>
+ #include <shlobj.h> // SHGetFolderPathW()
#else
+#include <sys/types.h>
+#include <sys/stat.h>
Home |
Main Index |
Thread Index |
Old Index