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.56 |
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
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 37 Next › Last »
elmx commented on 2018-06-01 20:40 (UTC) (edited on 2018-06-01 20:40 (UTC) by elmx)
KDE plasma 5.12.5 version has progressed wayland but I can't use rpcs3 AppImage on wayland it gives " This application failed to start because it could not find or load the Qt platform plugin "wayland" in ""." error so I had to install rpcs3-git than installation cannot be completed because of "cereal". I cant compile "Cereal" to install rpcs3-git. By the way I even cant install on xorg it gives same compile error.
Enverex commented on 2018-06-01 20:26 (UTC) (edited on 2018-06-01 21:46 (UTC) by Enverex)
Oddly enough, building this results in a much, MUCH worse performing RPCS3 than using the AppImage available on their website. Is the build missing something important somewhere?
EDIT: It's LLVM. You need to modify the PKGBUILD to use RPCS3's own LLVM (which is currently commented out) otherwise performance is awful.
elmx commented on 2018-05-31 16:02 (UTC)
I still have "Cereal" build error!
make[2]: [unittests/CMakeFiles/test_memory.dir/build.make:63: unittests/CMakeFiles/test_memory.dir/memory.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:1619: unittests/CMakeFiles/test_memory.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
alucryd commented on 2018-05-23 21:28 (UTC)
@fs0ciety There was a missing makedep, your last error should be fixed now.
fs0ciety commented on 2018-05-23 10:49 (UTC)
Thanks alucryd,
Since your PKGBUILD updated it got furthur. All I am using is pacaur. I do get this now while building.
/home/fs0ciety/.cache/pacaur/rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/VK/VulkanAPI.h:11:10: fatal error: vulkan/vk_sdk_platform.h: No such file or directory
alucryd commented on 2018-05-22 20:48 (UTC)
@hcorion: Thx for the heads up, updated.
@Star-X: You might want to read previous posts before posting duplicates.
@fs0ciety: That's impossible, you're probably doing it wrong.
laegnur commented on 2018-05-22 07:38 (UTC) (edited on 2018-05-22 07:40 (UTC) by laegnur)
If I try to install this AUR I get a compilation error.
/tmp/yaourt-tmp-laegnur/aur-rpcs3/src/rpcs3-0.0.5/rpcs3/Emu/Cell/Modules/cellAdec.cpp: In constructor ‘AudioDecoder::cpu_task()::AVPacketHolder::AVPacketHolder(u32)’: /tmp/yaourt-tmp-laegnur/aur-rpcs3/src/rpcs3-0.0.5/rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: error: ‘FF_INPUT_BUFFER_PADDING_SIZE’ was not declared in this scope data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/yaourt-tmp-laegnur/aur-rpcs3/src/rpcs3-0.0.5/rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: note: suggested alternative: ‘AV_INPUT_BUFFER_PADDING_SIZE’ data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ AV_INPUT_BUFFER_PADDING_SIZE
If I compiled it following the instructions on the official GIT page, it works.
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 37 Next › Last »