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.34
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 70 Next › Last »

Neko-san commented on 2022-09-29 08:59 (UTC)

Fails to compile due to missing headers for the fast_float submodule

weirdbeard commented on 2022-08-27 20:32 (UTC)

@E3LDDfrK, sorta. It's because the current DESKTOP file for pcsx2 is still hardcoded to pcsx2 wx https://github.com/PCSX2/pcsx2/blob/master/linux_various/PCSX2.desktop.in instead of qt. The included sed command in the pkg build is an attempt to correct the executable.

As for zstd, I understand it's an annoyance but pcsx2 uses some of the CMake exports that the stable package doesn't have from zstd which kinda leaves us in a rock and a hard place here. If you can't get it uninstalled normally, I'd use one of the force uninstall commands from pacman then try pcsx2 / zstd-cmake again

weirdbeard commented on 2022-08-27 20:26 (UTC) (edited on 2022-08-28 16:24 (UTC) by weirdbeard)

@Dreamkey, you have to uninstall and reinstall the package for that to take effect. I just fixed it

Dreamkey commented on 2022-08-27 10:01 (UTC)

@weirdbeard on your latest commit you changed the sed for the desktop file, but it doesn't work any more - the file didn't change, I would say the previous sed was still correct.

E3LDDfrK commented on 2022-08-26 07:27 (UTC) (edited on 2022-08-27 08:54 (UTC) by E3LDDfrK)

The zstd-cmake is kinda annoying.

It asked me to removed the installed zstd package. And when finalizing the installation of this pcsx2-git, you got:

:: error: Failed to remove installed dependencies, packages inconsistency: zstd

And the /usr/share/applications/PCSX2.desktop has pcsx2 in the Exec=. Not pcsx2-qt. Could be caused by the previous installation problem with zstd. Like because of the zstd problem, it didn't reach the sed replace pcsx2 with pcsx2-qt step in the PKGBUILD. Or could be a problem of leftover from previous installation.

weirdbeard commented on 2022-07-26 01:31 (UTC)

Sure can. But I wanted to get a CI going for this and other packages so I thought the fork would be a better idea given I can use actions

entriphy commented on 2022-07-26 01:02 (UTC)

Can't the "1 line change" be done with a patch (https://wiki.archlinux.org/title/Patching_packages) instead of forking the repository and updating it each commit?

weirdbeard commented on 2022-07-19 16:32 (UTC)

And it's on purpose Yoshi. Since this is using QT it's a bit more unstable. Tellow asked me to leave symbols in the package since it could have more issues then WX

yoshi314 commented on 2022-07-19 05:16 (UTC)

the binary is again not getting stripped post install.

yoshi@archlinux:~ $ ls -hl /usr/bin/pcsx2-qt
-rwxr-xr-x 1 root root 142M 07-19 06:57 /usr/bin/pcsx2-qt


yoshi@archlinux:~ $ sudo strip /usr/bin/pcsx2-qt
yoshi@archlinux:~ $ ls -hl /usr/bin/pcsx2-qt    
-rwxr-xr-x 1 root root 11M 07-19 07:15 /usr/bin/pcsx2-qt

jaredhw commented on 2022-07-09 01:29 (UTC)

Thanks for the quick-fix on ryml. It built fine for me with just regular zstd 1.5.2-7 for what it's worth.