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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 70 Next › Last »

abouvier commented on 2023-02-09 14:35 (UTC)

You're not supposed to update the pkgver every time a commit is published upstream :p

SycoLTH commented on 2023-02-08 00:48 (UTC)

Hi, I'm trying this on a new arch installation, but I get

Using precompiled headers.
-- Found Python: /usr/bin/python3.10 (found version "3.10.9") found components: Interpreter 
-- Configuring done
CMake Error at pcsx2/CMakeLists.txt:1125 (target_link_libraries):
  The link interface of target "PCSX2_FLAGS" contains:

    PkgConfig::LIBUDEV

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: pcsx2-git

is there some dependency missing? Thanks

dnmodder commented on 2023-01-26 01:13 (UTC)

Add cp "pcsx2/Resources/AppIcon64.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/PCSX2.png" I don't like to see an application without its icon in my menu

weirdbeard commented on 2023-01-25 03:13 (UTC)

I flipped it back to normal

weirdbeard commented on 2023-01-24 14:19 (UTC)

I've uploaded a build that has debug symbols / is in devel mode. If you could reinstall then package then let me know where it crashing. Just run gdb pcsx2-qt and then post the results here

visious commented on 2023-01-24 14:12 (UTC)

Hi all, I have reported pcsx2 upstream. Can anyone do something for that?

https://github.com/PCSX2/pcsx2/issues/7954

weirdbeard commented on 2023-01-12 02:20 (UTC)

Welp, fixed my mistake I guess... That's weird as hell though that, that's what caused AR to break

niobium93 commented on 2023-01-11 16:14 (UTC)

Can confirm you definitely need llvm in the makedepends. That and removing /usr/bin/ from the compiler variables fixes the issue on my end.

niobium93 commented on 2023-01-11 16:02 (UTC)

Wait, I fixed it. Just do

    -DCMAKE_C_COMPILER=clang \
    -DCMAKE_CXX_COMPILER=clang++ \

No /usr/bin/. That fixes the CMAKE_C_COMPILER_AR-NOTFOUND issue. You may or may not also need llvm in the makedepends.