Package Details: pcsx2-git 2.3.240.r2.g23c495b939-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: 131
Popularity: 0.35
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2025-03-25 20:47 (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

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 70 Next › Last »

FabioLolix commented on 2023-07-23 20:27 (UTC)

But that could be some odd cache issue given I build directly with makepkg

Yes that could be if you don't clean stuff, I use an alias by default alias mkpkg="LANG=C makepkg -scC" to avoid that

FabioLolix commented on 2023-07-23 19:30 (UTC)

Just started a build but it fail because glslang is missing

Using precompiled headers.
-- Configuring done (7.4s)
CMake Error at 3rdparty/glslang/CMakeLists.txt:1 (add_library):
  Cannot find source file:

    glslang/glslang/CInterface/glslang_c_interface.cpp


CMake Error at 3rdparty/glslang/CMakeLists.txt:1 (add_library):
  No SOURCES given to target: glslang


CMake Generate step failed.  Build files cannot be regenerated correctly.

Also please add -Wno-dev to cmake

weirdbeard commented on 2023-07-23 19:07 (UTC)

Whoops, good catch. Sorry about that.

But removing GSL was on purpose if you see my prior comment about watching a certain PR

FabioLolix commented on 2023-07-23 17:53 (UTC)

glslang repo have been just removed from source list https://aur.archlinux.org/cgit/aur.git/commit/?h=pcsx2-git&id=f08e2d626202bbf21aaad20051bcf0f52b8564ea

however the configuration have not been updated to not download it

gustawho commented on 2023-07-23 17:50 (UTC)

You might need to add the glslang repo to the sources list

git+https://github.com/KhronosGroup/glslang.git

weirdbeard commented on 2023-07-19 15:54 (UTC)

https://github.com/PCSX2/pcsx2/pull/9281 - PCSX2's about to go through the ringer, expect some submodule changes soon

weirdbeard commented on 2023-07-07 04:28 (UTC)

Roger that

yoshi314 commented on 2023-07-06 19:35 (UTC)

it needs extra/extra-cmake-modules as a depdendency now

https://github.com/PCSX2/pcsx2/commit/ecabadbf953893bf5b5f7ec9aa7b698a799aa498

weirdbeard commented on 2023-06-14 05:17 (UTC)

Well, I can certainly say that's a new one. I'm kinda stumped because there's no odd name mapping with it and the URL is correct. I'm curious, @rubin55 how are you updating the package each time? Using makepkg manually?