Package Details: pcsx2-git 2.3.372.r1.gf18262ee96-1

Git Clone URL: https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy)
Package Base: pcsx2-git
Description: PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-or-later
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: weirdbeard (xiota)
Last Packager: weirdbeard
Votes: 133
Popularity: 1.16
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2025-05-27 21:22 (UTC)

Pinned Comments

weirdbeard commented on 2024-08-17 03:40 (UTC)

https://github.com/PCSX2/pcsx2/pull/11632

This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2

In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.

Latest Comments

1 2 3 4 5 6 .. 73 Next › Last »

rubin55 commented on 2025-06-09 09:39 (UTC)

@xiota you're right. Additionally, the -git packages don't seem to create a shared library, only archive (.a). I switched over to the plutovg and plutosvg packages and can confirm pcsx2-git builds again.

xiota commented on 2025-06-09 09:19 (UTC)

@rubin55 I saw the same error with the -git package. Check output of grep INTERFACE /usr/lib/cmake/plutosvg/plutosvg*.cmake. The include directory is incorrect.

rubin55 commented on 2025-06-09 08:25 (UTC) (edited on 2025-06-09 08:25 (UTC) by rubin55)

@xiota did you reproduce? I fail to see why, the git versions of the AUR packages provide plutovg, plutosvg and don't (yet?) place anything in diffent directories. the Cmake find_packages output I shared does not indicate a version mismatch. In any case, I filed https://github.com/PCSX2/pcsx2/issues/12819 upstream.

xiota commented on 2025-06-09 08:07 (UTC)

@rubin55 The pluto -git packages are incompatible with this one. The stable packages were created after someone complained they were unable to build with the -git packages.

rubin55 commented on 2025-06-09 07:40 (UTC) (edited on 2025-06-09 07:45 (UTC) by rubin55)

@weirdbeard: I Have pluto(s)vg -git installed from AUR. I wonder if the fact that those upgraded to a higher version has anything to do with it (update: that can't be it, those are 0.0.7/1.1.0 also) (even though the error is misleading in that case). I saw this open PR related to incrementing pluto(s)vg versions upstream, which might have something to do with it.

Can you reproduce with the pluto(s)vg -git packages?

weirdbeard commented on 2025-06-08 16:55 (UTC)

@rubin55 yeah I saw it. Sorry been busy. I don't have anyone else that can replicate this issue. Have you tried clearing your pacman cache? Have you tried reinstalling PlutoSvg?

rubin55 commented on 2025-06-08 16:07 (UTC)

@weirdbeard the package doesn't build since at least last thursday - is this an upstream issue? It's complaining about a non-existent path for plutosvg, see my previous message.

rubin55 commented on 2025-06-05 19:27 (UTC)

CMake Error in 3rdparty/imgui/CMakeLists.txt:
  Imported target "plutosvg::plutosvg" includes non-existent path

    "/plutosvg"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done (0.1s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().

weirdbeard commented on 2025-05-27 19:35 (UTC) (edited on 2025-05-27 19:36 (UTC) by weirdbeard)

@HurricanePootis

Yeah I'll take a look :)

HurricanePootis commented on 2025-05-26 02:22 (UTC)

@weirdbeard

Please add vulkan-headers to makedepends()

diff --git a/PKGBUILD b/PKGBUILD
index eabf6e1..bc976dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Themaister <maister@archlinux.us>

 pkgname=pcsx2-git
-pkgver=2.3.317.r1.g6164ae9f60
+pkgver=2.3.371.r1.g067c3eea16
 pkgrel=1
 pkgdesc='PlayStation 2 emulator'
 arch=(x86_64)
@@ -49,6 +49,7 @@ makedepends=(
     ninja
     qt6-tools
     qt6-wayland
+    vulkan-headers
 )
 optdepends=(
     'alsa-utils: Sound player for RetroAchievements'