Received: by mail.netbsd.org (Postfix, from userid 605) id 9DB8384DD2; Fri, 20 Dec 2019 02:26:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 269B584DD0 for ; Fri, 20 Dec 2019 02:26:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4c_zyU07OITg for ; Fri, 20 Dec 2019 02:26:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 87A7C84CEF for ; Fri, 20 Dec 2019 02:26:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81659FA97; Fri, 20 Dec 2019 02:26:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576808800113300" MIME-Version: 1.0 Date: Fri, 20 Dec 2019 02:26:40 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/audio/fasttracker2 To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20191220022640.81659FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576808800113300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Fri Dec 20 02:26:40 UTC 2019 Modified Files: pkgsrc/audio/fasttracker2: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/fasttracker2/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/audio/fasttracker2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576808800113300 Content-Disposition: inline Content-Length: 2188 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/fasttracker2/Makefile diff -u pkgsrc/audio/fasttracker2/Makefile:1.46 pkgsrc/audio/fasttracker2/Makefile:1.47 --- pkgsrc/audio/fasttracker2/Makefile:1.46 Sat Nov 30 16:43:11 2019 +++ pkgsrc/audio/fasttracker2/Makefile Fri Dec 20 02:26:40 2019 @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.46 2019/11/30 16:43:11 fox Exp $ +# $NetBSD: Makefile,v 1.47 2019/12/20 02:26:40 fox Exp $ -DISTNAME= ft2-clone-v${PKGVERSION_NOREV}-code +DISTNAME= ft2-clone PKGNAME= fasttracker2-${DISTVERSION} -DISTVERSION= 1.03 +DISTVERSION= 1.04 CATEGORIES= audio -MASTER_SITES= https://16-bits.org/ -EXTRACT_SUFX= .zip +MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} +GITHUB_PROJECT= ${DISTNAME} +GITHUB_TAG= v${DISTVERSION} +EXTRACT_USING= bsdtar MAINTAINER= fox@NetBSD.org HOMEPAGE= https://16-bits.org/ COMMENT= Portable Fasttracker II clone in C using SDL 2 LICENSE= modified-bsd AND cc-by-nc-sa-v4.0-license -WRKSRC= ${WRKDIR}/ft2-clone-code USE_LANGUAGES= c99 c++ USE_CMAKE= yes Index: pkgsrc/audio/fasttracker2/distinfo diff -u pkgsrc/audio/fasttracker2/distinfo:1.43 pkgsrc/audio/fasttracker2/distinfo:1.44 --- pkgsrc/audio/fasttracker2/distinfo:1.43 Sat Nov 30 16:43:11 2019 +++ pkgsrc/audio/fasttracker2/distinfo Fri Dec 20 02:26:40 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.43 2019/11/30 16:43:11 fox Exp $ +$NetBSD: distinfo,v 1.44 2019/12/20 02:26:40 fox Exp $ -SHA1 (ft2-clone-v1.03-code.zip) = e3487dae9b0198dd87afd38fc46e508b57c24b58 -RMD160 (ft2-clone-v1.03-code.zip) = 08143e0bc2e860e221c7496cf273965e96de8cc2 -SHA512 (ft2-clone-v1.03-code.zip) = 850ac210aa9051e33fe3aa43368099425edaed409492d001a3f3760340e3a0a2365c3e394ee73cacb820d76641178779cccb859557351c54909cf38c23899cc3 -Size (ft2-clone-v1.03-code.zip) = 4506392 bytes +SHA1 (ft2-clone.tar.gz) = e0ac006da63994cc8759ecef637740313945d7ce +RMD160 (ft2-clone.tar.gz) = bc2abb9fc0d318a68ee2a58ddba5278cd255a259 +SHA512 (ft2-clone.tar.gz) = 0d2b9fd5ebefa47a7bdd10b2f1ba433964ceffd91f416c3edc0d0c4628726f76a2eff9cc5c0a830bde7031fe800d078404ab64086aefdeffebd04a0529c67c9f +Size (ft2-clone.tar.gz) = 4374835 bytes SHA1 (patch-CMakeLists.txt) = b64b4e4b9cd40e97c34d1541937b6c0b7f451093 --_----------=_1576808800113300--