games/trs80gp: Updated for version 2.5.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6dbcd6624a
commit
d45a13d505
|
@ -19,3 +19,6 @@ and the appropriate one will be used based on the ARCH variable. The
|
|||
aarch64 binary has been tested on SARPi 15.0 and appears to work OK.
|
||||
The 32-bit ARM binary has not been tested; let me know if it works
|
||||
for you.
|
||||
|
||||
Note to ARM users: there's no separate download for ARM or aarch64.
|
||||
The .zip file includes binaries for 32-bit and 64-bit ARM.
|
||||
|
|
|
@ -13,8 +13,13 @@
|
|||
# it can't use pulse. The only workaround is to run "trs80gp -sx", but
|
||||
# that disables *all* audio, which is not really ideal. Closed source,
|
||||
# so no patching.
|
||||
#
|
||||
# 20240809 bkw: Things are slightly better with 2.5.3: it still
|
||||
# requires PulseAudio, still won't work with apulse, but at least
|
||||
# it no longer segfaults on startup if it can't use pulse (it just
|
||||
# disables audio).
|
||||
|
||||
# Dirt hack alert!
|
||||
# Dirty hack alert!
|
||||
#
|
||||
# The 32-bit x86 binary actually runs fine on Slackware 14.2. But on 15.0,
|
||||
# it crahes on startup:
|
||||
|
@ -27,11 +32,14 @@
|
|||
# So on i?86, /usr/games/trs80gp is a wrapper script that execs the
|
||||
# real binary with the old cairo libs preloaded. On all other arches,
|
||||
# /usr/games/trs80gp is the real binary.
|
||||
#
|
||||
# 20240809 bkw: I was hoping the 2.5.3 update would fix the above, but
|
||||
# it still has exactly the same issue.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=trs80gp
|
||||
VERSION=${VERSION:-2.4.11}
|
||||
VERSION=${VERSION:-2.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="trs80gp"
|
||||
VERSION="2.4.11"
|
||||
VERSION="2.5.3"
|
||||
HOMEPAGE="http://48k.ca/trs80gp.html"
|
||||
DOWNLOAD="http://48k.ca/trs80gp-2.4.11.zip \
|
||||
DOWNLOAD="http://48k.ca/trs80gp-2.5.3.zip \
|
||||
https://slackware.uk/slackware/slackware-14.2/slackware/l/cairo-1.14.6-i586-2.txz"
|
||||
MD5SUM="4c1f30ffce7ef6a2316e576fe647c941 \
|
||||
MD5SUM="6621db10671fe4cff6e7ff161faa0be3 \
|
||||
303c05899a16028d226eaa08adab98f6"
|
||||
DOWNLOAD_x86_64="http://48k.ca/trs80gp-2.4.11.zip"
|
||||
MD5SUM_x86_64="4c1f30ffce7ef6a2316e576fe647c941"
|
||||
DOWNLOAD_x86_64="http://48k.ca/trs80gp-2.5.3.zip"
|
||||
MD5SUM_x86_64="6621db10671fe4cff6e7ff161faa0be3"
|
||||
REQUIRES=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="urchlay@slackware.uk"
|
||||
|
|
Loading…
Reference in New Issue