Package Details: pcsx2-git 2.3.119.r1.g9e21ee1bc4-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: GPL-3.0+
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: weirdbeard (xiota)
Last Packager: weirdbeard
Votes: 130
Popularity: 0.103943
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2025-01-19 15:42 (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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 67 Next › Last »

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 .. /

Kingan commented on 2019-08-01 14:51 (UTC)

A temporary workaround to pango problem is to add the line export CXXFLAGS="${CXXFLAGS} -isystem /usr/include/harfbuzz" above the line that runs cmake.

rafaelff commented on 2019-07-31 16:40 (UTC) (edited on 2019-07-31 16:41 (UTC) by rafaelff)

Pango 1.44 seems to also cause build issues for PCSX2. Check details and workarounds by arcum42 at https://forums.pcsx2.net/Thread-PCSX2-for-Arch-Linux?pid=601788#pid601788

Oh, Kingan already mention this issue. I'm leaving the URL anyway.

Kingan commented on 2019-07-29 15:58 (UTC)

Another build-breaking problem is introduced. If you try to build the package it will complain the header <hb.h> is not found. This is caused by recent update of pango library. It is now required to specify the include path for harfbuzz headers when compiling sources that include pango headers. And cmake doesn't do it.

The developers of pango look like pretty confident about the change.
https://gitlab.gnome.org/GNOME/pango/issues/387

So the best we can hope is cmake to become able to provide the include paths to compiler. I filed the issue for cmake.
https://gitlab.kitware.com/cmake/cmake/issues/19531