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.127480
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2024-11-27 22:52 (UTC)

Dependencies (34)

Required by (4)

Sources (2)

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

Oczkins92 commented on 2018-11-01 21:10 (UTC)

error https://pastebin.com/spbZVuzG

alucryd commented on 2018-09-23 21:32 (UTC)

Still no breakage in my automated builds, and they are done in clean chroots. Please report upstream if you have issues, might be related to your cpu.

skeevy420 commented on 2018-09-23 15:21 (UTC)

I can confirm that somewhere between the commit the latest package in the repo was built (d300d857871e7a1569a16142a1be6f6f5dc761fe) to now that something broke.

Tested today in a clean chroot with master and the build failed, used #commit=the_checksum_above and it works just fine (tried a few random ones until the start of September and all failed).

alucryd commented on 2018-08-29 08:01 (UTC)

My automated builds are fine, can you try building in a chroot with devtools?

Marach commented on 2018-08-28 17:46 (UTC)

I've been getting a strange build error recently. Does anyone know what could be causing it? https://pastebin.com/QdhXFJbx

alucryd commented on 2018-01-14 19:33 (UTC)

Removed, thx for the heads up.

rafaelff commented on 2018-01-12 15:52 (UTC)

@alucryd: since 7.2.1-1, 'gcc' provides 'gcc-multilib', which means it can be omitted in makedepends. Please consider this for next upload.

alucryd commented on 2017-07-04 22:26 (UTC)

@Ppjet6: you're right, completely forgot about the dependency error in my last update, I will have that fixed tomorrow.

Ppjet6 commented on 2017-06-16 19:16 (UTC)

Apparently gcc-libs-multilib should be lib32-gcc-libs. Otherwise it conflicts with gcc-libs which is required by gcc. If this is changed, gcc-multilib and gcc-libs-multilib correctly replace gcc and gcc-libs.