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.30
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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 70 Next › Last »

rafaelff commented on 2019-08-19 14:17 (UTC)

@vovan93: I'm unable to reproduce the erro when building in clean chroot, it successfully builds in here. (https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot)

vovan93 commented on 2019-08-19 01:28 (UTC)

Cannot install. Error in build() after 9%. https://pastebin.com/6RtyVawG

alucryd commented on 2019-08-17 15:02 (UTC)

Looks like none of this is going to be fixed soon so I just added all needed workarounds. Also disabled the zerogs plugin, it's no longer being worked on, and it allowed me to drop NVIDIA Cg as a dependency.

redneckdrow commented on 2019-08-15 23:50 (UTC)

@el_aur: Oops, silly me! Fixed now, thanks.

el_aur commented on 2019-08-14 09:11 (UTC)

@reneckdrow: there's no lib32-pcap, but lib32-libpcap in multilib, please change in your gist :)

redneckdrow commented on 2019-08-13 20:07 (UTC)

For anyone who would like an updated PKGBUILD incorporating the below until this is fixed: https://gist.github.com/KhelbenArunsun/ecf61c729d41f65dcc306225f2547d3a

rafaelff commented on 2019-08-12 16:47 (UTC)

@dnlaua: complementing, AND include lib32-libpcap to the depends array, as I mentioned before.

GreysideBoss commented on 2019-08-03 04:57 (UTC) (edited on 2019-08-03 04:59 (UTC) by GreysideBoss)

Ok, so just to clarify for noobs like me who tried the two steps separately, you now need both raunz's AND Kingan's solutions to get it to install. export CC=/usr/bin/clang, export CXX=/usr/bin/clang++, and export CXXFLAGS="${CXXFLAGS} -isystem /usr/include/harfbuzz" above cmake .. /