summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Steven Voges <svoges.sbo@gmail.com>2024-04-12 22:57:21 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-13 22:03:49 +0700
commitf6764a96cf8575303f82e288ea32f7c14532e552 (patch)
treeba72bd209a7393da7099fc27983ccd1252d8448f
parent6f9f4c11bd244dcc9475ae572c9bed7890c29b11 (diff)
downloadslackbuilds-f6764a96cf8575303f82e288ea32f7c14532e552.tar.gz
slackbuilds-f6764a96cf8575303f82e288ea32f7c14532e552.tar.xz
games/pcsx2: Updated for version 1.7.3772.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/pcsx2/README5
-rw-r--r--games/pcsx2/pcsx2.SlackBuild15
-rw-r--r--games/pcsx2/pcsx2.info16
3 files changed, 26 insertions, 10 deletions
diff --git a/games/pcsx2/README b/games/pcsx2/README
index 9be6dba231..b8bf7b2e1a 100644
--- a/games/pcsx2/README
+++ b/games/pcsx2/README
@@ -4,6 +4,11 @@ CPU Interpreters, Recompilers and a Virtual Machine which manages
hardware states and PS2 system memory. This allows you to play PS2
games on your PC, with many additional features and benefits.
+PCSX2 requires a CPU that supports the SSE4.1 instruction set.
+Check your processor flags with lscpu for sse4_1.
+
+PCSX2 requires a GPU that supports OpenGL 3.3 or Vulkan 1.1.
+
RetroAchievements are enabled by default, to disable this
functionality, pass ACHIEVEMENTS=OFF to the build script.
diff --git a/games/pcsx2/pcsx2.SlackBuild b/games/pcsx2/pcsx2.SlackBuild
index 66588a054f..e225fc106f 100644
--- a/games/pcsx2/pcsx2.SlackBuild
+++ b/games/pcsx2/pcsx2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pcsx2
-# Copyright 2022 Steven Voges <Oregon, USA>
+# Copyright 2022-2024 Steven Voges <Oregon, USA>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,11 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pcsx2
-VERSION=${VERSION:-1.7.3526}
+VERSION=${VERSION:-1.7.3772}
COMMIT=$(echo $VERSION | cut -c 5-)
-SRCVER=${SRCVER:-808fadd0617e0259a6a48a23d83005241bc0a739}
+SRCVER=${SRCVER:-7cb22815e63df2def2f5e5d008ef1b91b895130a}
+FMT=${FMT:-a33701196adfad74917046096bf5a2aa0ab0bb50}
GLSLANG=${GLSLANG:-c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5}
LIBCHDR=${LIBCHDR:-5de1a59019815ccdbba0fe07c71b31406d023248}
+RCHEEVOS=${RCHEEVOS:-31f8788fe0e694e99db7ce138d45a655c556fa96}
VULKANHEADERS=${VULKANHEADERS:-9f4c61a31435a7a90a314fc68aeb386c92a09c0f}
ACHIEVEMENTS=$ACHIEVEMENTS=:-ON}
DISCORD=${DISCORD:-OFF}
@@ -80,10 +82,14 @@ rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$SRCVER
+tar xvf $CWD/fmt-$FMT.tar.gz -C \
+ $DEPS/fmt/fmt --strip-components 1
tar xvf $CWD/glslang-$GLSLANG.tar.gz -C \
$DEPS/glslang/glslang --strip-components 1
tar xvf $CWD/libchdr-$LIBCHDR.tar.gz -C \
$DEPS/libchdr/libchdr --strip-components 1
+tar xvf $CWD/rcheevos-$RCHEEVOS.tar.gz -C \
+ $DEPS/rcheevos/rcheevos --strip-components 1
tar xvf $CWD/Vulkan-Headers-$VULKANHEADERS.tar.gz -C \
$DEPS/vulkan-headers --strip-components 1
@@ -110,8 +116,9 @@ cd build
-DENABLE_TESTS=OFF \
-DPACKAGE_MODE=ON \
-DQT_BUILD=$QT \
+ -DUSE_ACHIEVEMENTS=$ACHIEVEMENTS \
-DUSE_DISCORD_PRESENCE=$DISCORD \
- -DUSE_SYSTEM_LIBS=ON \
+ -DUSE_SYSTEM_FMT=OFF \
-DUSE_VULKAN=ON \
-DWAYLAND_API=$WAYLAND \
-DXDG_STD=ON \
diff --git a/games/pcsx2/pcsx2.info b/games/pcsx2/pcsx2.info
index 1e229b2614..ae3cfba4b6 100644
--- a/games/pcsx2/pcsx2.info
+++ b/games/pcsx2/pcsx2.info
@@ -1,16 +1,20 @@
PRGNAM="pcsx2"
-VERSION="1.7.3526"
+VERSION="1.7.3772"
HOMEPAGE="https://pcsx2.net"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/PCSX2/pcsx2/archive/808fadd0617e0259a6a48a23d83005241bc0a739/pcsx2-808fadd0617e0259a6a48a23d83005241bc0a739.tar.gz \
+DOWNLOAD_x86_64="https://github.com/PCSX2/pcsx2/archive/7cb22815e63df2def2f5e5d008ef1b91b895130a/pcsx2-7cb22815e63df2def2f5e5d008ef1b91b895130a.tar.gz \
https://github.com/KhronosGroup/Vulkan-Headers/archive/9f4c61a31435a7a90a314fc68aeb386c92a09c0f/Vulkan-Headers-9f4c61a31435a7a90a314fc68aeb386c92a09c0f.tar.gz \
+ https://github.com/fmtlib/fmt/archive/a33701196adfad74917046096bf5a2aa0ab0bb50/fmt-a33701196adfad74917046096bf5a2aa0ab0bb50.tar.gz \
https://github.com/KhronosGroup/glslang/archive/c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5/glslang-c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5.tar.gz \
- https://github.com/rtissera/libchdr/archive/5de1a59019815ccdbba0fe07c71b31406d023248/libchdr-5de1a59019815ccdbba0fe07c71b31406d023248.tar.gz"
-MD5SUM_x86_64="dcc97f6f163a33e215016f44213e9c89 \
+ https://github.com/rtissera/libchdr/archive/5de1a59019815ccdbba0fe07c71b31406d023248/libchdr-5de1a59019815ccdbba0fe07c71b31406d023248.tar.gz \
+ https://github.com/RetroAchievements/rcheevos/archive/31f8788fe0e694e99db7ce138d45a655c556fa96/rcheevos-31f8788fe0e694e99db7ce138d45a655c556fa96.tar.gz"
+MD5SUM_x86_64="a9c767fd77587be7cec5c7932b772027 \
d3ccd22b8486dae09a44462b2f06b7e8 \
+ 5069920ee4e07003d7b135d0d477ced8 \
e2f744abeca9a55aa7e49e652a983ebd \
- fc702efac9ba601156c27f7fc7055f98"
-REQUIRES="fast_float fmt rapidyaml soundtouch wxWidgets zstd-cmake"
+ fc702efac9ba601156c27f7fc7055f98 \
+ cb03a7c28b5a9b184f609f2c9b0c6fae"
+REQUIRES="fast_float rapidyaml soundtouch wxWidgets zstd-cmake"
MAINTAINER="Steven Voges"
EMAIL="svoges.sbo@gmail.com"