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.58 |
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 37 Next › Last »
Score_Under commented on 2022-11-23 18:29 (UTC) (edited on 2022-11-23 18:31 (UTC) by Score_Under)
@Smokus this is a VCS package, meaning it automatically reaches for the latest git commit and the version number provided for reference in the AUR web interface may not be accurate to what actually gets installed. Put another way, there is something of an expectation that these packages may break from time to time.
If that behaviour is undesirable, you can instead grab a different package like rpcs3-bin which seems to be manually updated to point to binaries hosted on the official github releases page.
<deleted-account> commented on 2022-11-23 16:11 (UTC)
Mind sharing under what criteria do you decide to update the version of the package?
According to RPCS3'S GH release page, they say the following:
Neko-san commented on 2022-11-07 23:34 (UTC)
Yeah,
git -c protocol.file.allow=always submodule update
is the correct wayScore_Under commented on 2022-11-04 12:37 (UTC)
The topic there suggested a less hacky workaround:
git -c protocol.file.allow=always submodule update
-- would that be suitable for this package?kode54 commented on 2022-10-20 01:43 (UTC)
Oh, crud. I forgot, I was only maintainer of the "stable" package that stuck to the useless tags on the repo, when this project doesn't do tagged releases at all.
kode54 commented on 2022-10-20 01:42 (UTC)
As the topic suggests, this is using an internal script to avoid a security requirement. I await further discussion in the topic you linked.
italoghost commented on 2022-10-20 01:13 (UTC)
There was an update on git. It is necessary to change the PKGBUILD, replacing
with
There were some discussions about this subject on this post.
atticf commented on 2022-06-11 16:00 (UTC)
I needed to explicitly add
-DUSE_SYSTEM_WOLFSSL=OFF
in the cmake arguments to allow cmake to find the package:Please consider adding it
Neko-san commented on 2022-05-23 17:36 (UTC)
@patlefort RPCS3 hasn't had building issues for LTO in a while, I'm actually somewhat the cause of this new cmake error
I had reported some bugs that involved LTO but ultimately were "solved" by just enforcing the lack of LTO in the build system. The original issue I had reported was a floating point error but I don't think it was actually fixed because the initial response was a commit PR to prevent LTO instead. This was partially due to the fact that Qt doesn't always like LTO (can cause launch crashes), but now you at least have the full picture as to why no time was really spent on it instead.
patlefort commented on 2022-05-23 06:47 (UTC)
Rpcs3 now error out when LTO is enabled:
I think
options=(!lto)
should be used.« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 37 Next › Last »