Search Criteria
Package Details: libretro-lrps2-git r19152.2b19f7f-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libretro-lrps2-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libretro-lrps2-git |
| Description: | Sony PlayStation 2 core (fork of PCSX2) |
| Upstream URL: | https://github.com/libretro/ps2 |
| Keywords: | console emulator sony |
| Licenses: | GPL-3.0-or-later |
| Groups: | libretro |
| Conflicts: | libretro-lrps2, libretro-pcsx2 |
| Provides: | libretro-lrps2, libretro-pcsx2 |
| Replaces: | libretro-pcsx2 |
| Submitter: | abouvier |
| Maintainer: | abouvier |
| Last Packager: | abouvier |
| Votes: | 8 |
| Popularity: | 0.036603 |
| First Submitted: | 2022-12-26 01:20 (UTC) |
| Last Updated: | 2026-04-07 01:44 (UTC) |
Dependencies (17)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libfmt.so (fmt10AUR, fmt9AUR, fmt11AUR, fmt-gitAUR, fmt)
- libretro-core-info (libretro-core-info-gitAUR)
- libryml.so (rapidyaml-gitAUR, rapidyamlAUR)
- libstdc++.so (libstdc++-snapshotAUR, lib32-gcc-libs-snapshotAUR, libstdc++)
- libzip.so (libzip)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- fast_float (fast_float-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd) (make)
- libstdc++ (libstdc++-snapshotAUR) (make)
- libzip (libzip-gitAUR) (make)
- rapidyamlAUR (rapidyaml-gitAUR, rapidyamlAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
rubin55 commented on 2026-04-06 14:14 (UTC)
To build with latest
rapidyaml0.11.x, the code needs to be patched to usem_error_parseinstead ofm_error, which was removed in 0.11.0.The patch,
use-rapidyaml-0.11.patch:Patch to have
PGBUILDuse this:Upstream issue and pull request.
patlefort commented on 2026-04-06 04:12 (UTC)
Looks like it no longer build with the current rapidyaml version:
rubin55 commented on 2026-03-25 13:17 (UTC)
FWIW, I got rid of the old
fmt9dependency based on this comment.Here's the diff:
newer-fmt.patchsimply adds the mentioned header file toGameDatabase.cpp:abouvier commented on 2025-10-02 21:34 (UTC)
Yes, and you should address your complaints to the
rapidyamlmaintainer ;)v1993 commented on 2025-10-02 21:30 (UTC)
libryml.socan't be found anymore.jclsn commented on 2025-08-01 11:57 (UTC)
@yyatsuta: You'd probably have to file an issue here https://github.com/libretro/ps2. It probably has nothing to do with the AUR package.
yyatsuta commented on 2025-08-01 09:23 (UTC)
Core crashes for me 90% of the time, without any clear pattern in logs. I'm aware that Software renderer is not supported with Vulkan backend, but this is not the case here - I've tried different renders to no avail. Does anyone else experience this?
cwrau commented on 2025-04-29 08:28 (UTC)
Currently running into the following error;
patlefort commented on 2025-03-02 20:16 (UTC)
@jclsn: This package is using gnu make which will read MAKEFLAGS variable. You should set that variable in your makepkg.conf with the desired -j flag.
jclsn commented on 2025-03-02 19:22 (UTC)
Can you please add -j$(nproc) to the build command?
1 2 3 4 Next › Last »