Package Details: rpcsx-git r600.7d4380b-1

Git Clone URL: https://aur.archlinux.org/rpcsx-git.git (read-only, click to copy)
Package Base: rpcsx-git
Description: Sony PlayStation 4 emulator
Upstream URL: https://rpcsx.github.io/rpcsx-site/
Keywords: playstation sony
Licenses: GPL-2.0-only AND MIT
Conflicts: rpcsx
Provides: rpcsx
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 2
Popularity: 0.21
First Submitted: 2023-07-18 03:54 (UTC)
Last Updated: 2024-10-15 18:32 (UTC)

Latest Comments

abouvier commented on 2024-10-15 18:34 (UTC)

It's caused by LTO apparently.

username227 commented on 2024-10-15 15:49 (UTC)

When built from this package, rpcsx gives a dump with a floating core exception error. Not present when built from source directly.

username227 commented on 2024-10-13 19:28 (UTC)

Ok in addition to those changes, put vasm and nasm in makedepends, and then it should build properly.

As I offered before, I have the fixed pkgbuild. if you'd like me to push it myself, just give me rights. thanks.

username227 commented on 2024-10-13 18:37 (UTC)

The package doesn't build. There are two new submodules plus a change to a 3rd one. The package also needs alsa-tools in depends. there may be other problems as well.

username227 commented on 2024-09-04 13:46 (UTC) (edited on 2024-09-04 14:25 (UTC) by username227)

Ok, I have created a fix for this package. It includes the proper way to use submodules in the prepare function. I got this to work by using a patch to .gitmodules in the main project folder. Also adds python as a dependency.

You can see the revised pkgbuild and the patch here: https://github.com/username227/rpcsx-package-fix

If you prefer, you can grant me co-maintainer rights and I can push it myself. Thanks.

username227 commented on 2024-09-04 13:04 (UTC) (edited on 2024-09-04 13:07 (UTC) by username227)

This does not build. Getting errors building even in chroot.

CMake Error at 3rdparty/CMakeLists.txt:2 (add_subdirectory):

The source directory /build/rpcsx-git/src/rpcsx/3rdparty/xbyak does not contain a CMakeLists.txt file.

CMake Error at 3rdparty/CMakeLists.txt:3 (add_subdirectory):

The source directory /build/rpcsx-git/src/rpcsx/3rdparty/SPIRV-Headers does not contain a CMakeLists.txt file.

CMake Error at 3rdparty/CMakeLists.txt:4 (add_subdirectory):

The source directory /build/rpcsx-git/src/rpcsx/3rdparty/SPIRV-Tools does not contain a CMakeLists.txt file.

CMake Error at 3rdparty/CMakeLists.txt:18 (add_subdirectory):

The source directory /build/rpcsx-git/src/rpcsx/3rdparty/SPIRV-Cross does not contain a CMakeLists.txt file.

CMake Error at 3rdparty/CMakeLists.txt:20 (add_subdirectory):

The source directory /build/rpcsx-git/src/rpcsx/3rdparty/glslang does not contain a CMakeLists.txt file.

CMake Error at 3rdparty/CMakeLists.txt:21 (add_subdirectory):

The source directory

/build/rpcsx-git/src/rpcsx/3rdparty/json

does not contain a CMakeLists.txt file.

abouvier commented on 2023-07-28 08:05 (UTC)

And what is the error? This is not the way you install things on arch.

MattsCreative commented on 2023-07-27 21:39 (UTC) (edited on 2023-07-27 21:41 (UTC) by MattsCreative)

This does not build please correct the Deps

sudo pacman -S libunwind glfw-x11 vulkan-devel glslang git cmake

git clone https://github.com/KhronosGroup/SPIRV-Cross && cd SPIRV-Cross && mkdir build && cd build && cmake .. && cmake --build . && sudo make install

As a rpcsx Read me maintainer best to follow the guide for building on rpcsx github