diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 09:40:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:45:23 +0700 |
commit | 63554c2a404ddeb3b4b96cf53fe8febd322cb75b (patch) | |
tree | 2f1ca7e18ec9569cd46d7dbf5cfb7c9e4f15ad8f | |
parent | 951defd821fc77f2090526309e2e727ba713923f (diff) |
games/gzdoom: Mark for x86_64 only.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/gzdoom/README | 6 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 8 |
2 files changed, 4 insertions, 10 deletions
diff --git a/games/gzdoom/README b/games/gzdoom/README index c9017e9818fa7..30176aa78d548 100644 --- a/games/gzdoom/README +++ b/games/gzdoom/README @@ -10,9 +10,3 @@ your system, try installing gzdoom-legacy instead. Note that gzdoom and gzdoom-legacy conflict: only install one or the other. See README_SBo.txt for optional runtime dependencies. - -Note to 32-bit users: gzdoom requires the SSE2 extension. If you -get "illegal instruction" errors when trying to run gzdoom, your -CPU doesn't have SSE2, and you should use gzdoom-legacy instead. -At this point (2022), there aren't that many non-SSE2 x86 CPUs still -in service, so probably this won't be a problem for you. diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index 96cbbf7bc5270..83f1c39a2e029 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,10 +1,10 @@ PRGNAM="gzdoom" VERSION="4.10.0" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g4.10.0/gzdoom-g4.10.0.tar.gz" -MD5SUM="54d8348650b8693fb545b20538e019ad" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.10.0/gzdoom-g4.10.0.tar.gz" +MD5SUM_x86_64="54d8348650b8693fb545b20538e019ad" REQUIRES="zmusic" MAINTAINER="B. Watson" EMAIL="urchlay@slackware.uk" |