Date: Sun, 22 Dec 2019 14:59:11 +0000 (UTC) From: Santhosh Raju <fox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520634 - head/audio/fasttracker2 Message-ID: <201912221459.xBMExBig070340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fox Date: Sun Dec 22 14:59:11 2019 New Revision: 520634 URL: https://svnweb.freebsd.org/changeset/ports/520634 Log: audio/fasttracker2: Update to v1.04 - MASTER_SITES has been updated to Github since the author has moved to the source there. Changes since v1.03: v1.04 - 17.12.2019 - Fixed rare crash (or strange behaviors) when changing pattern and/or pattern length while the song is playing. - Properly restore channel mute flags when loading a new song (fixes mute bugs) - Fixed a few bugs with different pattern buttons (Ins./Del., Ln. up/down etc) - Config: "Hardware mouse" was changed to "Software mouse" (and "Software mouse" is now disabled in the default config). - Added a routine to create scaled FT2 mouse cursors for software mouse mode, though the "busy mouse" will stand still and not animate. Hopefully the new default "hardware mouse" mode will satisfy some people! - MacOS: Pass NDEBUG to clang preprocessor defines, to prevent debug code from being compiled in release mode (performance increase). - MacOS/Linux: make scripts had Windows linefeeds and would thus break! * Note: I highly recommend that you go to "Config -> Layout" and disable "Software mouse"! This will make the mouse way less laggy. However, it will still be one frame delayed internally unless you disable VSync. Approved by: ehaupt (maintainer) Modified: head/audio/fasttracker2/Makefile head/audio/fasttracker2/distinfo Modified: head/audio/fasttracker2/Makefile ============================================================================== --- head/audio/fasttracker2/Makefile Sun Dec 22 14:58:37 2019 (r520633) +++ head/audio/fasttracker2/Makefile Sun Dec 22 14:59:11 2019 (r520634) @@ -3,11 +3,9 @@ PORTNAME= fasttracker2 DISTVERSIONPREFIX= v -DISTVERSION= 1.03 +DISTVERSION= 1.04 CATEGORIES= audio -MASTER_SITES= https://16-bits.org/ \ - LOCAL/ehaupt -DISTNAME= ft2-clone-${DISTVERSIONPREFIX}${PORTVERSION}-code +DISTNAME= ft2-clone MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fasttracker II clone @@ -18,10 +16,12 @@ LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/LICENSE.txt LICENSE_FILE_CC-BY-NC-SA-4.0= ${WRKSRC}/src/gfxdata/bmp/LICENSE.txt -USES= cmake compiler dos2unix iconv:wchar_t localbase:ldflags sdl zip +USES= cmake compiler dos2unix iconv:wchar_t localbase:ldflags sdl USE_SDL= sdl2 -WRKSRC= ${WRKDIR}/ft2-clone-code +USE_GITHUB= yes +GH_ACCOUNT= 8bitbubsy +GH_PROJECT= ft2-clone DESKTOP_ENTRIES="FastTracker II" \ "${COMMENT}" \ Modified: head/audio/fasttracker2/distinfo ============================================================================== --- head/audio/fasttracker2/distinfo Sun Dec 22 14:58:37 2019 (r520633) +++ head/audio/fasttracker2/distinfo Sun Dec 22 14:59:11 2019 (r520634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575009031 -SHA256 (ft2-clone-v1.03-code.zip) = efb92b185efc7275cfdf4e6fb4fcf8f9bba4b244fcea2c2b727cd209cb368a00 -SIZE (ft2-clone-v1.03-code.zip) = 4506392 +TIMESTAMP = 1576839582 +SHA256 (8bitbubsy-ft2-clone-v1.04_GH0.tar.gz) = 8663ec02ae7e2a30387fa183b341d8494b2239281eea4e220106763d6621d38c +SIZE (8bitbubsy-ft2-clone-v1.04_GH0.tar.gz) = 4374835
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912221459.xBMExBig070340>