Received: by mail.netbsd.org (Postfix, from userid 605) id CC73684D24; Fri, 26 Mar 2021 08:53:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 141A084CFD for ; Fri, 26 Mar 2021 08:53:08 +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 x9T5kwt_eI-z for ; Fri, 26 Mar 2021 08:53:07 +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 71D4F84C86 for ; Fri, 26 Mar 2021 08:53:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 659CEFA95; Fri, 26 Mar 2021 08:53:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616748787267820" MIME-Version: 1.0 Date: Fri, 26 Mar 2021 08:53:07 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/emulators/cannonball To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20210326085307.659CEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616748787267820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Fri Mar 26 08:53:07 UTC 2021 Modified Files: pkgsrc/emulators/cannonball: Makefile distinfo Removed Files: pkgsrc/emulators/cannonball/patches: patch-cmake_linux.cmake Log Message: emulators/cannonball: Updates to 0.32 Changes since 0.31: Controller Improvements & Rumble Support This release focuses on Controller Support & Improvements. Please replace your old config.xml file when upgrading to this release. * [Controllers] Basic rumble support can now be enabled from the CONTROLS menu. The strength can be adjusted. The code that controls the rumble is identical to that of the upright arcade machine motor shaker. The option will only show in the menu if your controller is supported. * [Controllers] Auto-detection and assignment of controller buttons and axis should be much improved. I will update the manual to call out the default controls in due course. (Right trigger = accelerate, Left trigger = brake, Start = Start, Back = Menu, A = Gear Change, X = Change View, Y = Coin). These can be redefined as desired. * [Controllers] D-Pad can be used in menus. * [Menus] Gamepad/Joystick settings has its own menu. * [Menus] Ensure that 'A' button on controllers can be used to select items. Analog accelerate is now only used when run via original arcade cabs as it's not optimal. * [Rom Loader] Sped up CRC32 based loading by using a Hashmap. It was reportedly slow when used over a network. * [Rom Loader] It is possible to switch back to the old filename loading system via a setting in config.xml * [Config] It is now possible to change and configure the location of the 'res' directory. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/cannonball/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/cannonball/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/emulators/cannonball/patches/patch-cmake_linux.cmake Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616748787267820 Content-Disposition: inline Content-Length: 1807 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/cannonball/Makefile diff -u pkgsrc/emulators/cannonball/Makefile:1.8 pkgsrc/emulators/cannonball/Makefile:1.9 --- pkgsrc/emulators/cannonball/Makefile:1.8 Tue Mar 16 23:51:48 2021 +++ pkgsrc/emulators/cannonball/Makefile Fri Mar 26 08:53:07 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/03/16 23:51:48 fox Exp $ +# $NetBSD: Makefile,v 1.9 2021/03/26 08:53:07 fox Exp $ -DISTNAME= cannonball-0.31 +DISTNAME= cannonball-0.32 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=djyt/} -GITHUB_TAG= v0.31 EXTRACT_USING= bsdtar MAINTAINER= fox@NetBSD.org Index: pkgsrc/emulators/cannonball/distinfo diff -u pkgsrc/emulators/cannonball/distinfo:1.3 pkgsrc/emulators/cannonball/distinfo:1.4 --- pkgsrc/emulators/cannonball/distinfo:1.3 Tue Mar 16 23:51:48 2021 +++ pkgsrc/emulators/cannonball/distinfo Fri Mar 26 08:53:07 2021 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/03/16 23:51:48 fox Exp $ +$NetBSD: distinfo,v 1.4 2021/03/26 08:53:07 fox Exp $ -SHA1 (cannonball-0.31.tar.gz) = c39016a6b42a105316724cee0f4921db0c6ef30a -RMD160 (cannonball-0.31.tar.gz) = 7e81ea018b549735fe4d932589caf3a91f8f0cd0 -SHA512 (cannonball-0.31.tar.gz) = 213729c735442f8c9abf4f7d689851904496fc5ace6b0be35d1348ee124e6f7060ce78b281c07feebb1ca66089a74aced7ff6d0ea7eba64681daa38f36de03ef -Size (cannonball-0.31.tar.gz) = 269125 bytes -SHA1 (patch-cmake_linux.cmake) = 8b58551207d283b7c78e8a71bca864d9e8751f40 +SHA1 (cannonball-0.32.tar.gz) = f5996710cd235a51ccefe8904181a8085291434f +RMD160 (cannonball-0.32.tar.gz) = b0447eec49fcadc2493c0bc05ced5a9121933cf2 +SHA512 (cannonball-0.32.tar.gz) = 6f843e38e7ef73feb3a517a8488d37aeb809db4372a1da3de7eaa48bcfa1722f6dad64dd0e52b5bde97fade265559f2a5238646e5b95f4a5c0ae7e10d782680f +Size (cannonball-0.32.tar.gz) = 292602 bytes --_----------=_1616748787267820--