aboutsummaryrefslogtreecommitdiff
path: root/games/trs80gp
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-09 03:46:18 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-10 08:21:20 +0700
commitd45a13d5052206da930412431d9daa04629fcd98 (patch)
tree2ebd6ff61ee346990172a81237c031922b974734 /games/trs80gp
parent6dbcd6624ae05fe7f970db2f3a9cfd3069e0ca17 (diff)
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>
Diffstat (limited to 'games/trs80gp')
-rw-r--r--games/trs80gp/README3
-rw-r--r--games/trs80gp/trs80gp.SlackBuild12
-rw-r--r--games/trs80gp/trs80gp.info10
3 files changed, 18 insertions, 7 deletions
diff --git a/games/trs80gp/README b/games/trs80gp/README
index abc2b27998..7610db58df 100644
--- a/games/trs80gp/README
+++ b/games/trs80gp/README
@@ -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.
diff --git a/games/trs80gp/trs80gp.SlackBuild b/games/trs80gp/trs80gp.SlackBuild
index 330e8d2ac8..37cb76d06f 100644
--- a/games/trs80gp/trs80gp.SlackBuild
+++ b/games/trs80gp/trs80gp.SlackBuild
@@ -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}
diff --git a/games/trs80gp/trs80gp.info b/games/trs80gp/trs80gp.info
index 0ae0384ab3..fa8d47e8e6 100644
--- a/games/trs80gp/trs80gp.info
+++ b/games/trs80gp/trs80gp.info
@@ -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"