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 2 3 4 5 6 7 8 9 10 .. 35 Next › Last »
agapito commented on 2023-04-15 10:35 (UTC)
Thanks @G4E
It's working again.
G4E commented on 2023-04-14 16:24 (UTC) (edited on 2023-04-14 16:24 (UTC) by G4E)
This fix building with llvm 16 :
agapito commented on 2023-04-06 10:15 (UTC)
https://github.com/RPCS3/rpcs3/commit/fb88e1c1c933a792f96600206ed03a07cd7c3661
loathingkernel commented on 2023-03-28 14:13 (UTC) (edited on 2023-03-28 14:29 (UTC) by loathingkernel)
@hcorion, you do not need that, frankly, complicated way of figuring out the submodule urls. You can simply (re)set the remote url to point to the github repo and getting the submodules will work as expected.
Normally I would suggest doing it as per package guidelines and specifying the submodules in the
source
array, but this package seems like a special case and it think it's fine to just do it inprepare
.Use
--filter=tree:0
instead of--depth 1
, it allows for the submodules to fetch blobs on demand, for example cherry-picks. Explaination: https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/EDIT: Ignore the following claim about the CMake options. CMake was lying to me for some of those...
It seems like the only remaining options for
USE_SYSTEM_XXX
areUSE_SYSTEM_LIBUSB
USE_SYSTEM_SDL
andUSE_SYSTEM_ZLIB
. I think upstream was advising at some point against using system libusb, sdl is not enabled on Linux for their AppImage (USE_SDL
defaults to off, and that ignoresUSE_SYSTEM_SDL
) so it's not useful makingUSE_SYSTEM_ZLIB
the only remaining one. At this point this could even be set to OFF and just use the submodule. System FFMPEG is still detected without the CMake option.loathingkernel commented on 2023-03-28 14:02 (UTC) (edited on 2023-03-28 14:03 (UTC) by loathingkernel)
@Psithurisma It shouldn't, RPCS3 uses its own internal submodule for cubeb and there is no way to make it use the system one without patching the build system.
Psithurisma commented on 2023-03-23 03:14 (UTC)
The cubeb package should be added as a make dependency.
agapito commented on 2023-03-05 12:44 (UTC)
You should add doxygen and valgrind as makedepends.
InabaBob commented on 2022-12-03 14:27 (UTC)
It seems that this package is building with only one thread, even with
GNUMAKEFLAGS=-j8
andMAKEFLAGS=-j8
set in the environment. However PKGBUILD doesn't seem to specify anything about parallel building. I wonder where the problem is.kode54 commented on 2022-11-23 21:30 (UTC)
AUR helpers have certain criteria for checking Git repositories for updates. Some of them may not know a VCS package has been updated unless the PKGBUILD itself has been updated, whereas some of them also query the sources listed in the package and/or subscribe to them, and check those periodically. They may not check them every time you run
-Syu
, to lighten the load on all those repository sites.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 35 Next › Last »