Update to 0.1.b117

This commit is contained in:
Emanuel Haupt 2018-11-23 22:48:49 +00:00
parent 1d33dc186d
commit 456e3bca03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485714
3 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= fasttracker2 PORTNAME= fasttracker2
DISTVERSION= 0.1-b116 DISTVERSION= 0.1-b117
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= https://16-bits.org/ \ MASTER_SITES= https://16-bits.org/ \
LOCAL/ehaupt LOCAL/ehaupt

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1542614256 TIMESTAMP = 1543012527
SHA256 (ft2clone-b116-code.zip) = e4f2f87a43c20e968ba5c2a1b524c83955754fcbddecd4c0d9e7d3d0f79f0c9d SHA256 (ft2clone-b117-code.zip) = 02dcca87f6a3dabcc03bfa73682764d3e4560b7c5ba0ce145843d7c008c1120f
SIZE (ft2clone-b116-code.zip) = 3476545 SIZE (ft2clone-b117-code.zip) = 3468306

View file

@ -1,9 +1,10 @@
--- src/ft2_main.c.orig 2018-08-30 13:44:45 UTC --- src/ft2_main.c.orig 2018-11-23 22:42:23 UTC
+++ src/ft2_main.c +++ src/ft2_main.c
@@ -234,12 +234,14 @@ int main(int argc, char *argv[]) @@ -205,13 +205,14 @@ int main(int argc, char *argv[])
} //benchmarkAudioChannelMixer(); /* for development testing */
/* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */ /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */
-
+ /* + /*
initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL); initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL);
if (initMidiThread == NULL) if (initMidiThread == NULL)