Received: by mail.netbsd.org (Postfix, from userid 605) id 99ED884D6E; Mon, 5 Aug 2019 16:57:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2131384D62 for ; Mon, 5 Aug 2019 16:57:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TpMjDJnNiD9y for ; Mon, 5 Aug 2019 16:57:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92F4584D51 for ; Mon, 5 Aug 2019 16:57:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C904FBF4; Mon, 5 Aug 2019 16:57:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156502425638910" MIME-Version: 1.0 Date: Mon, 5 Aug 2019 16:57:36 +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: <20190805165736.8C904FBF4@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. --_----------=_156502425638910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Mon Aug 5 16:57:36 UTC 2019 Modified Files: pkgsrc/audio/fasttracker2: Makefile distinfo Log Message: fasttracker2: Update to b164 Local changes merged upstream. Changes since b163 Beta #164 - 05.08.2019 - Applied some NetBSD/illumos/SmartOS code patches that got sent in (untested) - Removed SSE macros to let the compiler optimize instead, and to make cross compiling even simpler. We don't really need them anymore since most of the speed-critical math in the clone is fixed-point these days. - macOS: Fixed intensive CPU usage if another window is completely covering the FT2 clone window. - macOS: The SDL2.framework file in the FT2 clone app was larger than it needed to be, which was fixed by the SDL team not long ago. It has been replaced. - Small code cleanup To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 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. --_----------=_156502425638910 Content-Disposition: inline Content-Length: 2058 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.33 pkgsrc/audio/fasttracker2/Makefile:1.34 --- pkgsrc/audio/fasttracker2/Makefile:1.33 Fri Aug 2 17:16:33 2019 +++ pkgsrc/audio/fasttracker2/Makefile Mon Aug 5 16:57:36 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2019/08/02 17:16:33 fox Exp $ +# $NetBSD: Makefile,v 1.34 2019/08/05 16:57:36 fox Exp $ DISTNAME= ft2clone-${DISTVERSION}-code PKGNAME= fasttracker2-${DISTVERSION:C/b/2./} -DISTVERSION= b163 +DISTVERSION= b164 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.33 pkgsrc/audio/fasttracker2/distinfo:1.34 --- pkgsrc/audio/fasttracker2/distinfo:1.33 Fri Aug 2 17:16:33 2019 +++ pkgsrc/audio/fasttracker2/distinfo Mon Aug 5 16:57:36 2019 @@ -1,10 +1,6 @@ -$NetBSD: distinfo,v 1.33 2019/08/02 17:16:33 fox Exp $ +$NetBSD: distinfo,v 1.34 2019/08/05 16:57:36 fox Exp $ -SHA1 (ft2clone-b163-code.zip) = 7403496ab648610ceb6638901e9ef5f2477b956c -RMD160 (ft2clone-b163-code.zip) = e5f948072d4b38365cb8a69e8ddf5def89178d5f -SHA512 (ft2clone-b163-code.zip) = 170c5817c22be8076386e22d89cc147185ca07f66cf566fb3d4cfae75416894a1546f3cb49e2128b9504e4fea2c6d59f224dfb5212b95f382b92e0bdad9e4b16 -Size (ft2clone-b163-code.zip) = 6015814 bytes -SHA1 (patch-src_ft2__diskop.c) = 6ec7fe7e9bb13b3413cfe053f1609f8ca70c956f -SHA1 (patch-src_ft2__header.h) = a685ab05efdefe712bbe65b0a2b4ed41bc1e4670 -SHA1 (patch-src_ft2__sample__ed.c) = ea642e75bc9333a41aa4de3bb558ee2d326b6544 -SHA1 (patch-src_ft2__unicode.c) = 1302d414cfdd35441a6cfad918d3663e4c14665b +SHA1 (ft2clone-b164-code.zip) = d1faf35d4c34943869387563b5aa10acb40ac729 +RMD160 (ft2clone-b164-code.zip) = f5a03267fae6c042f0b5769b3b6849d9d0835885 +SHA512 (ft2clone-b164-code.zip) = a0bc0af3fdeb2ed3591f34c8c1072bf06c88fd8022cb2586c56db24f2eba024c9525ea30c03263ab126f2c1eace0b621d96481992c46ac68d1e506c5c125a8bf +Size (ft2clone-b164-code.zip) = 4523213 bytes --_----------=_156502425638910--