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 .. 48 49 50 51 52 53 54 55 56 57 58 .. 67 Next › Last »

alucryd commented on 2013-11-10 19:31 (UTC)

josephgbr: Indeed :) My nightly builds will start rolling out again!

rafaelff commented on 2013-11-10 16:03 (UTC)

yay, cmake fixed! :)

alucryd commented on 2013-11-04 00:31 (UTC)

josephbgr, yay, SDL2. Thx for the heads up, I'll add the necessary changes once CMake has been fixed.

rafaelff commented on 2013-11-03 22:30 (UTC)

alucryd, just fyi, CMakelist.txt have some options changed. https://code.google.com/p/pcsx2/source/detail?r=5756

alucryd commented on 2013-10-14 14:48 (UTC)

Weird thing is, if the new policy was indeed the culprit, enforcing the old one should work, but I still get the same error message (minus the warnings). I did try the -Wno-dev fag, no luck there either, the flag is not accepted (I assume it's a linker flag). I'll start a thread later today and/or file a bug report.

rafaelff commented on 2013-10-14 13:55 (UTC)

It looks like CMP0022 policy was introduced in latest version of cmake (2.8.12). This[1] page has some explanation about this test (which I understand nothing :P). [1] http://cmake.org/gitweb?p=cmake.git;a=history;f=Tests/RunCMake/CMP0022;hb=master Have you tried to apply this part of the message: "This warning is for project developers. Use -Wno-dev to suppress it." ? Anyway, it also seems that PCSX2 has some implementation that fails on this test, and therefore it really might be interesting to report it in the linux support section of PCSX2 forum, as Gregory might be able to solve it.

alucryd commented on 2013-10-14 13:39 (UTC)

There you go: http://pastebin.com/k0cqHMBz BTW, I can get rid of the policy warnings by enforcing the old policy, only the generator expression errors remains. I don't understand the "exactly one parameter" bit, there are no whitespaces in the flag list, and being able to supply only one link flag would be stupid. I'm no cmake expert so I'm at a loss.

rafaelff commented on 2013-10-14 13:20 (UTC)

I'm getting timeout accessing sprunge.us, can you try another site?

alucryd commented on 2013-10-14 12:55 (UTC)

josephbgr: This is not related to Cg, it was fine even without it, zerogs just wouldn't be compiled. Rather the error comes from the last CMake update. I've been getting the following log from our build machine for the past few days (since the last CMake update in our repos) http://sprunge.us/iYCQ. Note that Cg libs are missing, but I get the same now that I've added them back.