Search Criteria
Package Details: rpcs3 0.0.34-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rpcs3.git (read-only, click to copy) |
---|---|
Package Base: | rpcs3 |
Description: | An open-source PlayStation 3 emulator/debugger written in C++ |
Upstream URL: | https://rpcs3.net |
Licenses: | GPL-2.0-only |
Submitter: | vitaliikuzhdin |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 3 |
Popularity: | 1.55 |
First Submitted: | 2024-09-21 15:49 (UTC) |
Last Updated: | 2024-11-13 23:38 (UTC) |
Dependencies (35)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- faudioAUR (faudio-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- flatbuffers (flatbuffers-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- glu (glu-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libevdev (libevdev-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libice
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsm
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- Show 15 more dependencies...
Required by (0)
Sources (19)
- 7zip-e008ce3976c087bfd21344af8f00a23cf69d4174.tar.gz
- asmjit-416f7356967c1f66784dc1580fe157f9406d8bff.tar.gz
- cubeb-70b4e3db7822de4d534959885cda109d6edbee36.tar.gz
- glslang-36d08c0d940cf307a23928299ef52c7970d8cee6.tar.gz
- googletest-800f5422ac9d9e0ad59cd860a2ef3a679588acb4.tar.gz
- hidapi-8b43a97a9330f8b0035439ce9e255e4be202deca.tar.gz
- miniupnp-7f189988a0decca0ab7da89000051ab91751f70d.tar.gz
- openal-soft-d3875f333fb6abe2f39d82caca329414871ae53b.tar.gz
- rpcs3-0.0.34.tar.gz
- rtmidi-1e5b49925aa60065db52de44c366d446a902547b.tar.gz
- sanitizers-cmake-aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a.tar.gz
- soundtouch-394e1f58b23dc80599214d2e9b6a5e0dfd0bbe07.tar.gz
- SPIRV-Headers-e867c06631767a2d96424cbec530f9ee5e78180f.tar.gz
- SPIRV-Tools-360d469b9eac54d6c6e20f609f9ec35e3a5380ad.tar.gz
- stb-013ac3beddff3dbffafd5177e7972067cd2b5083.tar.gz
- wolfssl-00e42151ca061463ba6a95adb2290f678cbca472.tar.gz
- xxHash-bbb27a5efb85b92a0486cf361a8635715a53f6ba.tar.gz
- yaml-cpp-456c68f452da09d8ca84b375faa2b1397713eaba.tar.gz
- zstd-97291fc5020a8994019ab76cf0cda83a9824374c.tar.gz
Latest Comments
AniLeo commented on 2025-02-16 19:24 (UTC)
Please read our release notes at https://github.com/RPCS3/rpcs3/releases/ and remove this AUR.
This is only causing more confusion on users as they'll be mislead into getting an outdated version from here - that by the way, won't work for Netplay, as we do not allow old clients into RPCN - instead of our official AUR at rpcs3-git.
You're offering a random outdated build that had no special quality control whatsoever compared to every other build.
I leave a copy of the relevant line from our release notes below, just in case.
Note: These are NOT stable builds. RPCS3 is a rolling release software without stable builds. These are random tags we do from time to time. Do NOT use the branch from these tags to package RPCS3.
vitaliikuzhdin commented on 2025-01-29 13:10 (UTC)
@dekart811, no, the
sdl2
dependency is correct sincesdl2-compat
already providessdl2
. Even more so,sdl2-compat
replacessdl2
, meaning that by default,pacman
will prefer it but will still give you the option to choose between both if you want to. The same applies tozlib
andzlib-ng-compat
, for example.