Search Criteria
Package Details: rpcs3-git 0.0.40.r19204.4ffeee0344-1
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: | 94 |
| Popularity: | 2.32 |
| First Submitted: | 2014-08-14 11:04 (UTC) |
| Last Updated: | 2026-04-15 07:21 (UTC) |
Dependencies (33)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- 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, nvidia-340xx-utils-macbookAUR, 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-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- Show 13 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 38 Next › Last »
AniLeo commented on 2026-07-18 10:55 (UTC)
@parkerlreed RPCS3 is currently broken with LLVM 22 (all versions). If you want to use system LLVM, you need to use LLVM 21, otherwise build with the submodule which is LLVM 19. We are already aware of the issue and been bisecting the root cause these last few days. The following PR upstream will fix that bug: https://github.com/RPCS3/rpcs3/pull/19051
parkerlreed commented on 2026-07-18 00:22 (UTC) (edited on 2026-07-18 08:54 (UTC) by parkerlreed)
Can anyone else on AMD confirm if Sly Thieves in Time is broken for you?
Some of the 3D rendering is completely broken for the git builds but works fine in nightly appimages, so upstream doesn't want to support it.
9850X3D, RX 7600, CachyOS
https://www.youtube.com/watch?v=2irXQwZgvkM
Same config is fine on the appimage side so I'm out of ideas why the local git build is so busted.
EDIT: I was able to fix this switching from LLVM to ASMJIT on the SPU decoder
EDIT2: Alternatively editing the PKGBUILD to use the LLVM submodule and enabled in the cmake call also works (allowing me to switch SPU back to LLVM). Seems the system LLVM breaks RPCS3 rendering for Sly at least.
hcorion commented on 2026-07-07 05:36 (UTC)
@rubin55 I upstreamed your patch to the main repo: https://github.com/RPCS3/rpcs3/pull/18998
rubin55 commented on 2026-07-05 19:35 (UTC) (edited on 2026-07-05 19:36 (UTC) by rubin55)
Arch upgraded to OpenCV 5.x and the locations of certain functions changed. Patched
PKGBUILD:And
opencv5-geometry.patch:Engdyn commented on 2026-01-13 10:14 (UTC) (edited on 2026-01-13 10:18 (UTC) by Engdyn)
@jedcooper This is a problem related to the recent glew update. We need to wait until glew 2.3.1 gets released and packaged. Theoretically you could install glew-git since a fix is already implemented or downgrade to 2.2.0-7 but I'd just wait since both options can introduce problems. See https://github.com/RPCS3/rpcs3/issues/18024
jedcooper commented on 2026-01-13 09:24 (UTC) (edited on 2026-01-13 09:25 (UTC) by jedcooper)
Trying to run the recent updates (about ~3-4 days) the build process stops at 75%. Setting new LDFLAGS or CXXFLAGS temporarily doesn't help.
Engdyn commented on 2025-10-21 13:11 (UTC)
My upstream PR got merged a few minutes ago. Building works now again without needing patches
agapito commented on 2025-10-16 08:24 (UTC)
It compiles fine here after applying this patch: https://github.com/RPCS3/rpcs3/commit/8636a5c80c3966b13c8a05e27051855400a33ebb.patch
It also compiles with llvm 21 from testing and you can use ffmpeg system libraries: -DUSE_SYSTEM_FFMPEG=ON \
jorgicio commented on 2025-10-11 22:27 (UTC) (edited on 2025-10-11 22:29 (UTC) by jorgicio)
I found this issue in Github (https://github.com/rpcs3/rpcs3/issues/17570), so I created a patch to fix this issue when building with Qt 6.10.
(If I could attach the patch, I'd do it)
rubin55 commented on 2025-10-11 15:27 (UTC)
1 2 3 4 5 6 .. 38 Next › Last »