Package Details: pcsx2-git 2.3.10.r0.g5441c7ed59-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.34
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2024-11-08 23:36 (UTC)

Dependencies (32)

Required by (3)

Sources (8)

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 .. 40 41 42 43 44 45 46 47 48 49 50 .. 66 Next › Last »

vitekpin commented on 2015-02-08 14:21 (UTC)

I rellized it allready but no I have similar problem as bluerider make[2]: *** [common/src/Utilities/CMakeFiles/Utilities.dir/AlignedMalloc.cpp.o] Error 1 make[2]: *** [common/src/Utilities/CMakeFiles/Utilities.dir/AlignedMalloc.cpp.o] Error 2

vitekpin commented on 2015-02-08 14:14 (UTC)

sorry here is the log: http://pastebin.com/NK9DQFxK

vitekpin commented on 2015-02-08 14:09 (UTC)

Hello, I recently build pcsx2-git 1.3.0.r884.2da3e15-1 and there is no binary at all. Only lib32 and share folders. Did I do something wrong?

alucryd commented on 2015-01-21 10:12 (UTC)

Should build now, exporting CC and CXX for cross compilation is not enough anymore, one must use the provided toolchain file.

alucryd commented on 2015-01-21 08:27 (UTC)

bluerider: Been happening here for the last couple of days, finally toook the time to file a bug report: https://github.com/PCSX2/pcsx2/issues/435 BTW, please use a pastebin service next time, error logs do not belong here.

bluerider commented on 2015-01-20 19:02 (UTC)

Package fails to compile for me: make[2]: *** [common/src/Utilities/CMakeFiles/Utilities_NO_TLS.dir/AlignedMalloc.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /tmp/packerbuild-1000/pcsx2-git/pcsx2-git/src/pcsx2/common/include/Utilities/Dependencies.h:182:0, from /tmp/packerbuild-1000/pcsx2-git/pcsx2-git/src/pcsx2/common/src/Utilities/PrecompiledHeader.h:21, from /tmp/packerbuild-1000/pcsx2-git/pcsx2-git/src/pcsx2/common/src/Utilities/CheckedStaticBox.cpp:16: /usr/include/wx-3.0/wx/string.h:211:15: error: ‘wxUniChar wxCStrData::operator[](unsigned int) const’ cannot be overloaded wxUniChar operator[](unsigned int n) const { return operator[](size_t(n)); } ^ /usr/include/wx-3.0/wx/string.h:207:22: error: with ‘wxUniChar wxCStrData::operator[](size_t) const’ inline wxUniChar operator[](size_t n) const; ^ /usr/include/wx-3.0/wx/string.h:1551:15: error: ‘wxUniChar wxString::operator[](unsigned int) const’ cannot be overloaded wxUniChar operator[](unsigned int n) const ^ /usr/include/wx-3.0/wx/string.h:1548:15: error: with ‘wxUniChar wxString::operator[](size_t) const’ wxUniChar operator[](size_t n) const ^ /usr/include/wx-3.0/wx/string.h:1563:18: error: ‘wxUniCharRef wxString::operator[](unsigned int)’ cannot be overloaded wxUniCharRef operator[](unsigned int n) ^ /usr/include/wx-3.0/wx/string.h:1560:18: error: with ‘wxUniCharRef wxString::operator[](size_t)’ wxUniCharRef operator[](size_t n) ^ common/src/Utilities/CMakeFiles/Utilities_NO_TLS.dir/build.make:77: recipe for target 'common/src/Utilities/CMakeFiles/Utilities_NO_TLS.dir/CheckedStaticBox.cpp.o' failed make[2]: *** [common/src/Utilities/CMakeFiles/Utilities_NO_TLS.dir/CheckedStaticBox.cpp.o] Error 1 CMakeFiles/Makefile2:199: recipe for target 'common/src/Utilities/CMakeFiles/Utilities_NO_TLS.dir/all' failed make[1]: *** [common/src/Utilities/CMakeFiles/Utilities_NO_TLS.dir/all] Error 2 Makefile:117: recipe for target 'all' failed make: *** [all] Error 2

alucryd commented on 2015-01-13 10:56 (UTC)

wx detection was improved, no need to manually specify the wxrc and wx-config binaries any longer.

rafaelff commented on 2015-01-06 20:49 (UTC)

Very nice dependency list. It is good to see it so organized! Cheers

alucryd commented on 2015-01-06 10:51 (UTC)

New PKGBUILD, now with arch-dependent arrays :) All that's missing is an arch-dependent build function for ultimate prettiness.