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.46 |
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-rocm-gitAUR, 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-rocm-gitAUR, 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 .. 35 Next › Last »
hcorion commented on 2023-06-06 23:38 (UTC) (edited on 2023-06-06 23:38 (UTC) by hcorion)
@loathingkernel pkgver updated to be aligned with version string.
@glledo SYSTEM_WOLFSSL=OFF added to the package.
@kasugano by default binaries built by packages should run on all supported x86_64 architectures. If you want to compile with native instructions, just add
-march=native -mtune=native
to your personal CFLAGS in /etc/makepkg.conf
kasugano commented on 2023-06-06 22:58 (UTC)
How about changing PKGBUILD "-DUSE_NATIVE_INSTRUCTIONS=OFF" to "ON"?
glledo commented on 2023-05-21 11:25 (UTC)
It is worth mentioning that (even after 0c96e8e898cb) if you have wolfssl installed via pacman, the build is still picking it up. This breaks at link time due to a missing symbol.
Adding
-DUSE_SYSTEM_WOLFSSL=OFF
to the cmake commandline fixed this for me.loathingkernel commented on 2023-04-19 17:24 (UTC) (edited on 2023-04-19 17:25 (UTC) by loathingkernel)
@hcorion, while you look into the submodule script, also consider the pkgver guidelines please on how to make the version string monotonically correct and something pacman can resolve.
hcorion commented on 2023-04-18 06:25 (UTC)
Apologize about the slow update, I was away on vacation. Thanks for the diff G4E and the tips loathingkernel. I'll look further into cleaning up my submodule script, but for now it builds again.
loathingkernel commented on 2023-04-15 12:15 (UTC) (edited on 2023-04-15 12:17 (UTC) by loathingkernel)
@patlefort While it is suggested in the Wiki, the problem is more nuanced than this. discussion on the wiki.
Using
--filter=tree:0
untilGITFLAGS
gets included in the release version of pacman should be good enough.patlefort commented on 2023-04-15 11:27 (UTC)
All submodules should be added to the source array like in https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules. That way they can be properly cached in a source directory of the user's choosing as configured in their makepkg.conf.
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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 35 Next › Last »