Package Details: rpcs3-git 0.0.33.r16916.53c84577c0-1

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)

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.zst

Then go to your pacman.conf and put vulkan-headers under IgnorePkg 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:

/usr/lib64/cmake/Qt5/Qt5Config.cmake

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