pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

refkeen: update to refkeen-20210606



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Jun 16 14:02:26 2021 +0200
Changeset:	429a624000bb62b8719cd4e046374c5a6f945b3a

Modified Files:
	refkeen/Makefile
	refkeen/distinfo

Log Message:
refkeen: update to refkeen-20210606

Jun 06 2021 (v0.32.1)

* Redistributable application bundles can now be built for macOS
  with CMake. (Thanks to Blzut3 for this addition.)
* Fix a possible crash, reproduced while binding an in-game action
  to a controller button in the launcher with SDL 2.0.14 (thanks chungy).
  This was a side-effect of an increase of SDL_CONTROLLER_BUTTON_MAX's
  value.
* More generally, mentions of enumerated controller buttons and axes
  from SDL2 were replaced with equivalents defined in be_st.h. A few
  related range checks were further added.
* The Xbox Elite controller's paddles can now be used as an additional
  alternative to buttons, in case SDL 2.0.14 or compatible is used.
* Fix a significant usability problem with game controllers. When an
  axis' value changes sign, a proper "release" notification should now
  be sent for the original sign. Previously, the user could unexpectedly
  get stuck in a specific state, like a continuously rotating protagonist.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=429a624000bb62b8719cd4e046374c5a6f945b3a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 refkeen/Makefile | 2 +-
 refkeen/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/refkeen/Makefile b/refkeen/Makefile
index 35d8a90fad..41de130a52 100644
--- a/refkeen/Makefile
+++ b/refkeen/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/08/19 19:21:33 yhardy Exp $
 
-DISTNAME=	refkeen-20201225
+DISTNAME=	refkeen-20210606
 GITHUB_PROJECT=	refkeen
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=NY00123/}
diff --git a/refkeen/distinfo b/refkeen/distinfo
index cef933bfdd..fdf35fcb24 100644
--- a/refkeen/distinfo
+++ b/refkeen/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/08/19 19:21:33 yhardy Exp $
 
-SHA1 (refkeen-20201225.tar.gz) = e62befcba71fcddf3709aa32fc7e3c5de25ed85e
-RMD160 (refkeen-20201225.tar.gz) = 9ce9fc24d6e00785ff2320a76e0fd0476585f6ad
-SHA512 (refkeen-20201225.tar.gz) = b9df4a1a509fc1b46cfcd788746133286bacb1fa886997c3e01385ad9e16a2cf8d688d79f198be3b675f52f0f7003d4ec51c55301dd1eca4cc6ac53a9b2f966d
-Size (refkeen-20201225.tar.gz) = 4245813 bytes
+SHA1 (refkeen-20210606.tar.gz) = 5fab09705f5af97a4b97ad2132829635af303f03
+RMD160 (refkeen-20210606.tar.gz) = cf16c8199629bd1997d1e553a9a47409bc27988d
+SHA512 (refkeen-20210606.tar.gz) = 8014f3a4e990fc327def66b8f91cc32c9f8242a0d330e14cb5e5b79fe2451b626836d8c0201799ab1ecb4f7c3ea7015a579d660ce2b6489e7c175a61152d4e1c
+Size (refkeen-20210606.tar.gz) = 4248295 bytes


Home | Main Index | Thread Index | Old Index