Search Criteria
Package Details: pcsx2-parallel-gs-git 2.7.248.r1.g656b89fc3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pcsx2-parallel-gs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pcsx2-parallel-gs-git |
| Description: | A Sony PlayStation 2 emulator with experimental paraLLEl-GS support |
| Upstream URL: | https://github.com/PCSX2/pcsx2 |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | pcsx2, pcsx2-git |
| Provides: | pcsx2, pcsx2-git |
| Submitter: | flavionm |
| Maintainer: | flavionm |
| Last Packager: | flavionm |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-02-21 17:21 (UTC) |
| Last Updated: | 2026-04-12 22:02 (UTC) |
Dependencies (39)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, librempeg-gitAUR, ffmpeg-whisperAUR, ffmpeg-whisper-gitAUR, ffmpeg-cuda-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kddockwidgets (kddockwidgets-gitAUR)
- libaio (libaio-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- plutosvgAUR (plutosvg-gitAUR)
- plutovgAUR (plutovg-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-svg
- rapidyamlAUR (rapidyaml-gitAUR, rapidyamlAUR)
- sdl3 (sdl3-noibus-gitAUR, sdl3-gitAUR)
- shaderc (shaderc-gitAUR, shaderc-gitAUR)
- soundtouch (soundtouch-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- Show 19 more dependencies...
Required by (4)
- better-libretro-pcsx2-launcher-git (requires pcsx2)
- libretro-pcsx2-launcher (requires pcsx2)
- libretro-pcsx2-launcher-git (requires pcsx2)
- pcsx2-plugin-usbqemu-wheel (requires pcsx2)
Latest Comments
flavionm commented on 2026-04-11 00:01 (UTC)
I updated the integration patch to use the latest one from paraLLEl-gs. That should fix any issues.
Sorry for the delay. In the future I'll change how the PKGBUILD works to require less manual intervention.
wh4t4v3r commented on 2026-04-07 05:51 (UTC)
Build fails because the Granite submodule in parallel-gs uses VK_EXT_descriptor_heap types not present in PCSX2's bundled Vulkan headers. Add this to build() before the cmake call: bashcp /usr/include/vulkan/vulkan_core.h "${srcdir}/pcsx2/3rdparty/vulkan/include/vulkan/vulkan_core.h" This assumes the user has vulkan-headers installed, so it should also be added as a makedepends.