Package Details: pcsx2-git 1.7.5703.r0.g070068366f-1

Git Clone URL: https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy)
Package Base: pcsx2-git
Description: A Sony PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL2, GPL3, LGPL3, LGPL2.1
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: rafaelff (weirdbeard)
Last Packager: weirdbeard
Votes: 128
Popularity: 0.92
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2024-04-13 15:10 (UTC)

Dependencies (31)

Required by (3)

Sources (11)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 57 Next › Last »

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.

weirdbeard commented on 2022-07-09 01:03 (UTC)

Right on. I readded it (I've been trying to fix up the package to use libfmt submodules and clang cause Interpocedural_Optimization enabled pcsx2 on clang make the emulator go super brrrrrr confirmed by the pcsx2 devs and its the preferred way to run it at this point, but I've had trouble with compiler linker errors and libfmt from clang but not gcc in the AUR environment. It might've been in one of the fix attempts I accidentally removed the rapidyaml depend.

I changed the package back to zstd-cmake. I had changed it because Alucryd mentioned he was going to see about getting the needed CMake files added to the main zstd package and it kinda looked like they were. But since that's clearly not worked. I'll slap that back in and we should be good

jaredhw commented on 2022-07-09 00:45 (UTC) (edited on 2022-07-09 00:50 (UTC) by jaredhw)

I ran into GPU issues after my latest update with the "community" repo version, switching to this version fixed it but when building it was missing "ryml" aka "https://archlinux.org/packages/community/x86_64/rapidyaml/" as a dependency.

It is listed in the PKGBUILD but the formatting was changed in this commit: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=pcsx2-git&id=e720d8dd81c5329af556e0b14b3ad7bb245a28ce

I don't know that much about packaging (linux newbie) but reverting that change allowed me to build it successfully. Manually installing ryml should also work.

skalt711 commented on 2022-07-07 01:29 (UTC)

It seems like this package explicitly requires zstd-cmake as a build dependency. It fails to build with the vanilla zstd.

weirdbeard commented on 2022-07-03 06:49 (UTC)

Oops yeah, forgot I changed it back xD I'll fix that tomorrow. Having some issues with my arch install

entriphy commented on 2022-07-03 06:45 (UTC)

In dev9.install: should the path be /usr/bin/pcsx2-qt? I'm getting Failed to set capabilities on file '/usr/share/PCSX2/pcsx2-qt': No such file or directory when installing the package.

grandchild commented on 2022-06-28 13:59 (UTC)

Baking in the version works, thank you!