Search Criteria
Package Details: rpcs3-git 0.0.33.r16916.53c84577c0-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: | 78 |
Popularity: | 0.33 |
First Submitted: | 2014-08-14 11:04 (UTC) |
Last Updated: | 2024-09-08 18:27 (UTC) |
Dependencies (31)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- flatbuffers (flatbuffers-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- libevdev (libevdev-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libice
- libncursesw.so (ncurses-gitAUR, lib32-ncurses, ncurses)
- 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)
- pugixml (pugixml-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-svg
- sdl2 (sdl2-compat-gitAUR, sdl2-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) (make)
- git (git-gitAUR, git-glAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rpcs3-udevAUR (optional)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (optional)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 35 Next › Last »
MegaDeKay commented on 2020-07-19 15:40 (UTC)
Build is currently failing as described here:
https://github.com/RPCS3/rpcs3/issues/8236#issuecomment-642993798
JohnHolmesII commented on 2020-06-23 01:43 (UTC)
No, there is not, and there won't be for some time. There are non-upstreamable changes on the LLVM fork.
rtentser commented on 2020-06-02 10:21 (UTC)
Is there any way to use system's llvm instead of rpcs3-llvm? It'll make building much faster.
Cervox commented on 2020-05-18 18:28 (UTC)
This is fixed now, the vulkan headers issue.
Cervox commented on 2020-05-11 01:46 (UTC)
It is currently known that the latest vulkan-headers package from arch, 1.2.140, causes critical compiler errors with RPCS3. Until they are fixed, you can do this workaround.
Install this package with
sudo pacman -U
https://archive.org/download/archlinux_pkg_vulkan-headers/vulkan-headers-1%3A1.2.139-1-any.pkg.tar.zstThen go to your pacman.conf and put
vulkan-headers
underIgnorePkg
so it does not update to the latest version.Sanpi commented on 2020-04-08 16:32 (UTC)
@KozRoss tell me if installing the
qt5-declarative
package fix the problem. I’ll add its to dependencies.katt commented on 2020-04-07 17:20 (UTC)
Looks like you messed up updating the .SRCINFO, it doesn't reflect what the pkgver actually ends up as. Made me worried when I saw the update :p
KozRoss commented on 2020-04-04 02:02 (UTC)
This failed to build for me today, due to the following:
-- Could NOT find Qt5Qml (missing: Qt5Qml_DIR) CMake Warning at 3rdparty/qt5.cmake:3 (find_package): Found package configuration file:
but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT FOUND. Reason given by package:
Failed to find Qt5 component "Qml" config file at "/usr/lib64/cmake/Qt5Qml/Qt5QmlConfig.cmake"
Call Stack (most recent call first): rpcs3/CMakeLists.txt:40 (include)
-- CXX target rpcs3_emu cotired without unity build excluding ../../Utilities/JIT.cpp, Cell/PPUTranslator.cpp. -- RPCS3_GIT_VERSION: unknown -- RPCS3_GIT_BRANCH: unknown -- CXX target rpcs3 cotired without unity build. -- Configuring done CMake Error at rpcs3/CMakeLists.txt:74 (add_executable): Target "rpcs3" links to target "Qt5::Qml" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
CMake Error at rpcs3/CMakeLists.txt:74 (add_executable): Target "rpcs3" links to target "Qt5::Qml" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
CMake Error at rpcs3/rpcs3qt/CMakeLists.txt:73 (add_library): Target "rpcs3_ui" links to target "Qt5::Qml" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly.
hcorion commented on 2020-03-29 16:52 (UTC)
Hmm, interesting. I saw the citra package move to just initing the submodules, so I thought it was what everyone was doing now.
I think what I'll do is setup the heavy dependencies like asmjit, llvm and glslang to do the old way, and just do a shallow clone for the rest, so that I don't need to update the PKGBUILD every time a dependency changes/gets added.
katt commented on 2020-03-29 16:03 (UTC)
Oh, is that why updating is insanely slow now, yeah please do something about that :D
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 35 Next › Last »