diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-09 03:46:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:20 +0700 |
commit | d45a13d5052206da930412431d9daa04629fcd98 (patch) | |
tree | 2ebd6ff61ee346990172a81237c031922b974734 /games/trs80gp/trs80gp.SlackBuild | |
parent | 6dbcd6624ae05fe7f970db2f3a9cfd3069e0ca17 (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/trs80gp.SlackBuild')
-rw-r--r-- | games/trs80gp/trs80gp.SlackBuild | 12 |
1 files changed, 10 insertions, 2 deletions
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} |