Search Criteria
Package Details: rpcs3-git 0.0.29.r15620.f398f1113d-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: | GPL2 |
Conflicts: | rpcs3 |
Provides: | rpcs3 |
Submitter: | alucryd |
Maintainer: | hcorion |
Last Packager: | hcorion |
Votes: | 69 |
Popularity: | 0.33 |
First Submitted: | 2014-08-14 11:04 (UTC) |
Last Updated: | 2023-09-19 04:13 (UTC) |
Dependencies (31)
- alsa-lib (alsa-lib-x205ta)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- glu (glu-git)
- libavcodec.so (ffmpeg0.10, ffmpeg-compat-57, ffmpeg-compat-54, ffmpeg-compat-55, ffmpeg-cuda, lib32-libffmpeg, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg2.8, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg4.4-v4l2-request-git, ffmpeg-mmal, ffmpeg-git, ffmpeg-full-git, ffmpeg5.1, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-compat-59, ffmpeg-nocuda, ffmpeg-mpp, ffmpeg4.4-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs, ffmpeg3.4, ffmpeg, ffmpeg4.4)
- libavutil.so (ffmpeg0.10, ffmpeg-compat-57, ffmpeg-cuda, lib32-libffmpeg, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg2.8, libavutil-52, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg4.4-v4l2-request-git, ffmpeg-mmal, ffmpeg-git, ffmpeg-full-git, ffmpeg5.1, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-compat-59, ffmpeg-nocuda, ffmpeg-mpp, ffmpeg4.4-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs, ffmpeg3.4, ffmpeg, ffmpeg4.4)
- libevdev (libevdev-git)
- libgl (libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- libice
- libncursesw.so (arm-linux-gnueabihf-ncurses, ncurses-git, lib32-ncurses, ncurses)
- libpng (libpng-apng, libpng-git)
- libpulse (pulseaudio-dummy, pulseaudio-git)
- libsm
- libswscale.so (ffmpeg0.10, ffmpeg-compat-57, ffmpeg-cuda, lib32-libffmpeg, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg2.8, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg4.4-v4l2-request-git, ffmpeg-mmal, ffmpeg-git, ffmpeg-full-git, ffmpeg5.1, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-compat-59, ffmpeg-nocuda, ffmpeg-mpp, ffmpeg4.4-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs, ffmpeg3.4, ffmpeg, ffmpeg4.4)
- libx11 (libx11-git)
- libxext (libxext-git)
- openal (openal-git)
- pugixml (pugixml-git)
- qt6-base (qt6-base-git, qt6-base-headless)
- qt6-declarative (qt6-declarative-git)
- Show 11 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 32 Next › Last »
thingsiplay commented on 2023-09-18 11:14 (UTC)
I have the same issue as the commenter visious5d: No audio for all games, but videosequences ingame have audio, like an intro. After changing settings, trouble shooting and searching the web, there seems to be no solution. I read something where it stated to use specific build flags, otherwise there would be no audio. Unfortunately I cannot find the source to link to anymore. But hope this hint can help finding a solution.
The official AppImage from their website works perfectly, even with the same settings (as it reads and writes to the same settings as native installation).
visious5d commented on 2023-08-31 16:00 (UTC) (edited on 2023-08-31 17:55 (UTC) by visious5d)
Hi, I don't have sound in God of War 3 (BCES00510), Tekken Tag Tournament 2 (BLES01702) and Tekken 6 (BLUS30359). But I have sound from the official AppImage.
katt commented on 2023-08-06 20:03 (UTC)
@rubin55 pkgconf is part of base-devel which should be assumed to be installed when building from AUR.
rubin55 commented on 2023-08-06 09:38 (UTC) (edited on 2023-08-06 11:10 (UTC) by rubin55)
I'm getting an error on libxkbcommon.so today (attempting to build today, 2023-08-06):
-- Found XKB: /usr/lib/libxkbcommon.so (Required is at least version "0.5.0") ... -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...
Note that I have libxkbcommon 1.5.0 installed..
UPDATE: the above was a false positive. It was because of a missing pkg-config executable. The package needs a build-depends on pkgconf.
Behem0th commented on 2023-06-10 12:42 (UTC)
@mio-19
https://wiki.archlinux.org/title/Makepkg#Parallel_compilation
mio-19 commented on 2023-06-10 12:25 (UTC)
The building process only uses one cpu core. How do I build with multi-core?
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.1 2 3 4 5 6 .. 32 Next › Last »