Package Details: pcsx2-git 2.3.35.r0.g4eae1b7127-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.130081
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2024-11-27 22:52 (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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 67 Next › Last »

ki2ne commented on 2020-11-05 23:43 (UTC)

@weirdbeard Just tried it and it works now. Thanks.

weirdbeard commented on 2020-11-05 22:36 (UTC)

@Dextank, would you try again? I made a quick change

Dextank commented on 2020-11-05 21:59 (UTC)

I am getting an error when trying to build: ERROR: Integrity checks (sha256) differ in size from the source array.

Would it be because of this line in the PKGBUILD: sha256sums=(SKIP)?

weirdbeard commented on 2020-10-20 05:53 (UTC)

For all who mention that fmt is missing as a submodule. I'm purposely waiting. I'm working on a masssive PR for pcsx2 that will add another submodule. When that's merged the PKGBUILD will be amended.

Alkaris commented on 2020-10-16 00:06 (UTC)

Is PCSX2 incompatible with libGSdx (Clang 10.0.1) ? Becaause PSCX2 won't work, claims it can't find the plugin, when it exists.

kprkpr commented on 2020-09-27 18:58 (UTC) (edited on 2020-09-27 18:59 (UTC) by kprkpr)

Hii I updated the pkgbuild to 64-bit adapting the pcsx2 official package

I think is better that principal build is 64bit

The PKGBUILD

https://del.dog/nyrruyhair.txt

rodrigo21 commented on 2020-09-01 22:26 (UTC) (edited on 2020-09-01 22:28 (UTC) by rodrigo21)

@weirdbeard The package it's building in your machine because you already have the lib32-* packages installed in your system.

Try building in a clean chroot and you see that it will not find the libraries. It's always good to try building in a clean chroot to check if the dependencies are working.

weirdbeard commented on 2020-09-01 22:01 (UTC) (edited on 2020-09-01 22:10 (UTC) by weirdbeard)

@rodrigo21 Yes I do have the 64bit packages selected as the toolchain takes care of the issue and I've seen no negative effects from temporarily compiling it this way till 64bit builds come in full.

That being said. Discussing with the pcsx2 team we're going to make 64 bit a separate package for now. Though thanks for the suggestions and critiques keep them coming!

rodrigo21 commented on 2020-09-01 21:46 (UTC) (edited on 2020-09-01 21:47 (UTC) by rodrigo21)

@weirdbeard You are using 64 bit libraries as dependencies but building a 32 bit package. If you want to build as 32 bit you need to changes the dependencies back to lib32-* versions.

And I think it's better to migrate this package to 64 bits and add a new lib32-pcsx2-git as Arch Linux defaults to 64 bits.