Package Details: rpcs3-git 0.0.33.r16916.53c84577c0-1

Git Clone URL: https://aur.archlinux.org/rpcs3-git.git (read-only, click to copy)
Package Base: rpcs3-git
Description: A Sony PlayStation 3 emulator
Upstream URL: https://github.com/RPCS3/rpcs3
Licenses: GPL-2.0-only
Conflicts: rpcs3
Provides: rpcs3
Submitter: alucryd
Maintainer: hcorion
Last Packager: hcorion
Votes: 78
Popularity: 0.43
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-09-08 18:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 Next › Last »

alucryd commented on 2016-07-04 19:37 (UTC)

Finally I can drop the obnoxious patching, thx. Building still fails though because of that GCC bug, guess we'll have to wait.

GhettoGirl35 commented on 2016-07-01 15:16 (UTC)

The 'rpcs3-system-libs.patch' is no longer necessary, please remove. There are now 2 build options in the CMakeLists (-DUSE_SYSTEM_LIBPNG=ON -DUSE_SYSTEM_FFMPEG=ON) for this.

Enverex commented on 2016-07-01 10:09 (UTC)

It doesn't currently compile due to - https://github.com/RPCS3/rpcs3/issues/1691 Which is apparently due to a GCC regression.

Enverex commented on 2016-06-27 11:18 (UTC)

To add on to this, I managed to fix the setup stage, but it fails roughly half-way through compilation with... [ 45%] Building CXX object rpcs3/CMakeFiles/rpcs3.dir/Emu/Cell/SPUDisAsm.cpp.o In file included from src/rpcs3/rpcs3/Emu/Cell/SPUDisAsm.h:4:0, from src/rpcs3/rpcs3/Emu/Cell/SPUASMJITRecompiler.cpp:5: src/rpcs3/rpcs3/Emu/Cell/SPUOpcodes.h: In constructor ‘spu_decoder<D, T>::spu_decoder() [with D = spu_recompiler; T = void (spu_recompiler::*)(spu_opcode_t)]’: src/rpcs3/rpcs3/Emu/Cell/SPUOpcodes.h:261:3: internal compiler error: in add_expr, at tree.c:7870 So I'm not sure it's in a working state right now anyway.

Enverex commented on 2016-06-27 10:53 (UTC)

This was flagged broken nearly 3 months ago. Is it abandoned?

gee commented on 2016-06-21 20:46 (UTC)

Yup you have to keep updating these, they break so easily. Even more with the changes of target commit for the auxiliary branches.

<deleted-account> commented on 2016-06-19 16:09 (UTC)

Build fails with ==> Starting prepare()... error: pathspec 'GSL' did not match any file(s) known to git. EDIT: gee's build from pastebin didn't work for me either

gee commented on 2016-04-16 23:24 (UTC) (edited on 2016-04-16 23:43 (UTC) by gee)

In case it helps anyone, current pkgbuild: http://pastebin.com/a8nXPtbv (debug version) http://pastebin.com/xjk8wr0K (release version) and current patch: http://pastebin.com/yC5uYfQc I almost need to update one of them daily lately...

gee commented on 2016-03-18 08:30 (UTC)

I had to change a bit the PKGBUILD to get it to build: http://pastebin.com/PK5BYpAk (the patch line is not the best, I tried to fix the patch itself, but I didn't make it quickly and didn't feel like spending time on this for it to change again next week... the skip line in the array is because of my changed patch, I didn't feel like changing the array after every modification).