Package Details: shadps4-git 0.16.0.r113.g474fbe7-1

Git Clone URL: https://aur.archlinux.org/shadps4-git.git (read-only, click to copy)
Package Base: shadps4-git
Description: Sony PlayStation 4 emulator (CLI)
Upstream URL: https://shadps4.net/
Keywords: console emulation emulator game playstation sony
Licenses: GPL-2.0-or-later
Conflicts: shadps4
Provides: shadps4
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 15
Popularity: 0.49
First Submitted: 2024-06-27 16:10 (UTC)
Last Updated: 2026-07-07 04:43 (UTC)

Dependencies (57)

Required by (1)

Sources (15)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

aria.coffee commented on 2025-05-10 11:50 (UTC)

This lists ffmpeg-obs as compatible on the aur website but tried to replace it with base ffmpeg every time. is it possible to fix this without doing a silly modification to the PKGBUILD myself:

diff --git a/PKGBUILD b/PKGBUILD
index ebf7eff..7003456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
 makedepends=(
        'boost>=1.84'
        'cmake>=3.16.3'
-       'ffmpeg>=2:5.1.2'
+       'ffmpeg'
        'fmt>=10.2'
        'git'
        'half>=1.12'

abouvier commented on 2025-04-09 22:06 (UTC)

@Neros You can use renderdoc-minimal instead, or build in a clean chroot.

Neros commented on 2025-04-09 21:50 (UTC)

@abouvier Because it's a new app on my system I don't need and renderdoc still needs qt5 libs. But if a header is needed to compile, it's ok

abouvier commented on 2025-04-09 21:43 (UTC)

Is it possible to have renderdoc fully optional?

Why? A header provided by this package is needed to compile the project.

Neros commented on 2025-04-09 20:38 (UTC)

Is it possible to have renderdoc fully optional?

patlefort commented on 2025-03-31 23:23 (UTC)

Please add --abbrev=7 to your git describe command.

patlefort commented on 2025-03-31 18:58 (UTC)

New submodule has been added for libusb.

username227 commented on 2025-03-31 11:18 (UTC) (edited on 2025-03-31 11:18 (UTC) by username227)

needs -DCMAKE_POLICY_VERSION_MINIMUM=3.5 added to the cmake options.

abouvier commented on 2025-02-01 21:58 (UTC) (edited on 2025-02-01 22:00 (UTC) by abouvier)

@R1chterScale ffmpeg-full should add ffmpeg=2:$pkgver to the provides array to match the epoch of extra/ffmpeg.

R1chterScale commented on 2025-02-01 21:53 (UTC)

Due to how the makedepends determines versioning in the PKGBUILD, it doesn't detect ffmpeg-full as sufficient to satisfy its requirements, unsure exactly how this could be changed to accept either, but would be welcome.