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.50
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 70 Next › Last »

patlefort commented on 2024-05-17 01:00 (UTC)

Can you change CMAKE_BUILD_TYPE to None? Otherwise, it will override some user's flags. Also, is it necessary to use ld.lld? I can compile fine with the default linker or with mold.

LarryDave commented on 2024-05-14 09:10 (UTC)

Can you get rid of shaderc non_semantic_debug_info like duckstation-git recently did please? That needs normal shaderc while this package wants shaderc-non-semantic-debug so I can't have both anymore. What do we do?

HurricanePootis commented on 2024-04-17 04:46 (UTC)

Hello, this PKGBUILD has an incorrect license array. They are now suppoed to follow the SPDX standard, which you can read more about on the license section of the wiki page for the PKGBUILD, and wikipedia on SPDX

Here is a patch so you get the idea

diff --git a/PKGBUILD b/PKGBUILD
index e8e89ed..9416e4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,8 @@ pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=(x86_64)
 url=https://github.com/PCSX2/pcsx2
-license=(
-    GPL2
-    GPL3
-    LGPL2.1
-    LGPL3
-)
+license=(GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only)
+

 depends=(
     libaio

weirdbeard commented on 2023-12-05 18:13 (UTC)

Will do. In case anyone has trouble. Make sure you're doing a clean build