refkeen: update to refkeen-20190125

---------
Changelog
---------

Jan 25, 2019 (v0.18.3):
* This is a maintenance release mostly intended for Android users, although
there are also a few changes which aren't Android-specific.
* Fixed a bug where the wrong Catalog / Hint Book EXE would be shown
in the launcher.
* Further fixed a bug where, for game controller or touchscreen users,
the 'P' key would mistakenly appear in one of the on-screen buttons
for the hint book in Catacomb Armageddon/Apocalypse. It'd also be
usable for no good reason.
* Hopefully fix in-game timing after resume from a pause on Android.
* The Android build files have been updated (twice) from SDL2's repo.
Unfortunately, the minimum supported Android version has been raised
to 4.1 (i.e., API level 16).
* Additionally, the original armeabi ABI (not to be confused with armeabi-v7a)
is not supported anymore.
* On the other hand, 64-bit Android binaries (arm64-v8a and x86_64)
are now built, as currently configured.
* Using a recent SDL2 Mercurial update, an OpenSL ES sound driver is
now used on Android by default. While your mileage may vary as usual,
hopefully this will resolve the great issue of high audible latency.
* Added circular icons for Android. Also added banners, in case you want to
try and run any of the games on Android TV. Your mileage may vary, though!
* Allow the sound sample rate to internally change from the user's choice.
For EXEs built with SDL 2.0.9 headers or compatible, the same also applies
to an internal samples field (a part of SDL_AudioSpec).
* The default value of sndInterThreadBufferRatio was changed from 8 to 2. It
turned out that 8 was simply too high, at least in a specific setup with the
2015 Keen Dreams edition. It's probably also less assisting for Android,
either way, especially after the migration to OpenSL ES.
* Reflection Keen should now search for game data from Steam in
the lowercase "steamapps" directory, in addition to "SteamApps"
(mostly relevant for Linux users).
* Other few misc. fixes.
This commit is contained in:
Yorick Hardy 2019-02-17 00:14:56 +02:00
parent 88fc35cca1
commit 4fcc70d45c
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2015/08/19 19:21:33 yhardy Exp $
https://github.com/NY00123/refkeen/archive/release-20170401.tar.gz
DISTNAME= refkeen-20170814
DISTNAME= refkeen-20190125
GITHUB_PROJECT= refkeen
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=NY00123/}
@ -12,6 +12,7 @@ HOMEPAGE= https://github.com/NY00123/refkeen/
COMMENT= Port of Keen Dreams, Catacomb 3-D and The Catacomb Adventure Series
LICENSE= gnu-gpl-v2
MAKE_FILE= GNUmakefile
USE_TOOLS+= gmake
REFKEEN_PROGS+= reflection-cat3d

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/08/19 19:21:33 yhardy Exp $
SHA1 (refkeen-20170814.tar.gz) = 11fcabf90eb53ebbc0d0d8f9117ecb0053f46f1c
RMD160 (refkeen-20170814.tar.gz) = ca4b1724e309d25d6d0af5c3d6ef58f461e52757
SHA512 (refkeen-20170814.tar.gz) = e5426934587d617fdb051d59447f34120e3208214b6d84a43d9ec0bfe071f8e0b03a617e092dd01dbd5a80d286c63b0ae46f83b5e14311b6f79101b876144172
Size (refkeen-20170814.tar.gz) = 3032378 bytes
SHA1 (refkeen-20190125.tar.gz) = 080ec587ec91e9b1452f44e0f09d35905d4eed60
RMD160 (refkeen-20190125.tar.gz) = 9ec0b892d8c7056d2f9d68cd636a80f7a760c9f4
SHA512 (refkeen-20190125.tar.gz) = ab9a5097e994621c338b93d109ff28951a63edac2b91b78e45686a906e03c37d74f0341ee5367f13f5924ddf02878514b0559834b35f31d4b10edaf7059d8694
Size (refkeen-20190125.tar.gz) = 3868047 bytes