summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-07-28 19:44:54 +0200
committerAlexandre Bouvier2023-07-28 19:44:54 +0200
commitaa75f7a6259be78e88031e70cff734673ae6d997 (patch)
tree8783c7e0ff19c295400c5781646bb0acbcac4d7a
parentc16656e1228190c39d8c44e391c85770b6fbc87c (diff)
downloadaur-aa75f7a6259be78e88031e70cff734673ae6d997.tar.gz
update to r258.c29aada
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef034f66168..4a48b01c3152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcsx-git
pkgdesc = Sony PlayStation 4 emulator
- pkgver = r256.032d191
+ pkgver = r258.c29aada
pkgrel = 1
url = https://rpcsx.github.io/rpcsx-site/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = rpcsx-git
depends = libunwind
depends = spirv-tools
optdepends = vulkan-validation-layers: for rpcsx-gpu
- provides = rpcsx=256.032d191
+ provides = rpcsx=258.c29aada
conflicts = rpcsx
source = rpcsx::git+https://github.com/RPCSX/rpcsx.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0e1ab23739ab..07d441adbf64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=rpcsx
pkgname=$_pkgname-git
-pkgver=r256.032d191
+pkgver=r258.c29aada
pkgrel=1
pkgdesc="Sony PlayStation 4 emulator"
arch=('x86_64')
@@ -41,12 +41,11 @@ prepare() {
sed -i 's/xbyak/xbyak::xbyak/' rpcsx-os/CMakeLists.txt
# https://github.com/RPCSX/rpcsx/issues/33
sed -i 's/-march=native/-mfsgsbase/' rpcsx-os/CMakeLists.txt
- # https://bugs.archlinux.org/task/79212
- sed -i 's/glslangValidator/glslang/' hw/amdgpu/device/CMakeLists.txt
+ # https://github.com/RPCSX/rpcsx/pull/35
+ sed -i '/obj\.orbis-kernel/s/obj\.orbis-utils-ipc/$<TARGET_OBJECTS:obj.orbis-utils-ipc>/' orbis-kernel/CMakeLists.txt
}
build() {
- LDFLAGS+=" -Wl,-z,undefs"
cmake -S $_pkgname -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \