Search Criteria
Package Details: rpcs3-git 0.0.36.r17723.2f8ed1a6bd-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rpcs3-git.git (read-only, click to copy) |
---|---|
Package Base: | rpcs3-git |
Description: | A Sony PlayStation 3 emulator |
Upstream URL: | https://github.com/RPCS3/rpcs3 |
Licenses: | GPL-2.0-only |
Conflicts: | rpcs3 |
Provides: | rpcs3 |
Submitter: | alucryd |
Maintainer: | hcorion |
Last Packager: | hcorion |
Votes: | 79 |
Popularity: | 0.65 |
First Submitted: | 2014-08-14 11:04 (UTC) |
Last Updated: | 2025-03-31 01:11 (UTC) |
Dependencies (32)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- flatbuffers (flatbuffers-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- libevdev (libevdev-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libice
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsm
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR)
- openal (openal-gitAUR)
- opencv (opencv-cuda)
- pugixml (pugixml-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-svg
- sdl3 (sdl3-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rpcs3-udevAUR (optional)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (optional)
Latest Comments
1 2 3 4 5 6 .. 37 Next › Last »
Neros commented on 2025-04-10 13:23 (UTC)
Thanks for the previous fix! But it's broken again...
You should add
vulkan-headers
as a makedepends, see here: https://github.com/RPCS3/rpcs3/issues/17002hcorion commented on 2025-03-31 01:21 (UTC)
Woops, forgot to sync up, should be fixed now @Neros
Neros commented on 2025-03-31 00:36 (UTC)
I'm not able to compile it:
katt commented on 2025-03-15 12:41 (UTC)
sdl2 dep should be changed to sdl3: https://github.com/RPCS3/rpcs3/commit/eb43fbbb2a4b54dddf396cec857c9be31df5e9ee
agapito commented on 2025-02-19 08:49 (UTC)
@kode54 As I mentioned earlier, in a new installation of Arch in a virtual machine, I was able to compile and launch rpcs3 without opencv and vtk installed.
I uninstalled opencv and vtk from my host system and recompiled rpcs3 and this time I was able to launch rpcs3 without problems.
So the conclusion is that rpcs3 will depend on vtk only if opencv is installed on the system.
kode54 commented on 2025-02-19 02:51 (UTC) (edited on 2025-02-19 02:53 (UTC) by kode54)
Okay, I figured it out. It doesn't need to be marked as a dependency of this package. It's an unlisted dependency of
opencv
. That's the package that needs fixing.Edit: Okay, it's an optional dependency, for the
viz
module, which this package uses, so yes, this package needs to depend on bothopencv
andvtk
.kode54 commented on 2025-02-19 02:44 (UTC) (edited on 2025-02-19 02:48 (UTC) by kode54)
Hold up. I have more checking to do.
LumpyArbuckle commented on 2025-02-19 02:43 (UTC)
rpcs3: error while loading shared libraries: libvtkFiltersTexture.so.1: cannot open shared object file: No such file or directory
It appears vtk is missing from the dependencies, just download vtk manually from pacman and RPCS3 should start normally.
kode54 commented on 2025-02-19 02:41 (UTC)
@agapito grep your whole dang /usr/lib and /usr/bin for references to the library name?
agapito commented on 2025-02-19 00:30 (UTC)
@kode54 The only package it needs a rebuild is rpcs3-git because of: "error while loading shared libraries: libvtkFiltersTexture.so.1: cannot open shared object file: No such file or directory"
I don´t know what is going in on. The vtk package was never installed on my system. I installed it for the first time the other day because rcps3 was complaining. I thought it was a new dependency, but I was wrong. Even in a second Arch installation I have, I compile rpcs3 there and it keeps asking for vtk.
1 2 3 4 5 6 .. 37 Next › Last »