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: 77
Popularity: 2.28
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-09-08 18:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 35 Next › Last »

alucryd commented on 2019-08-26 17:10 (UTC)

Started happening about 2 weeks ago, one of these changes should be the culprit: https://buildbot.alucryd.xyz/#/builders/72/builds/159

If anyone has time to open an issue upstream, please do.

<deleted-account> commented on 2019-08-23 21:35 (UTC)

Hi there,

Compile failing at 81% since 0.0.6-8465 rpcs3 build

can someone give it look ?

ortango commented on 2019-03-20 17:25 (UTC)

pkgbuild needs to deal with the libusb submodule as of this commit:

https://github.com/RPCS3/rpcs3/commit/f2aaad11bb26dbd87050b3891efa3f8c40543877

i'll flag package out-of-date in a few days if no one notices.

chinz commented on 2019-01-24 14:25 (UTC)

Just to stop anyone from tearing there hair out like i have for the past day. if your running kde there is currently a bug that will cause seemingly all games to crash shortly after launch. add "KDE_DEBUG=1" as an environment variable and games should load.

Sanpi commented on 2018-12-24 10:29 (UTC)

@sehraf fixed, thank you.

sehraf commented on 2018-12-23 00:07 (UTC)

getting this error:

patch: **** Can't open patch file /tmp/makepkg/rpcs3/src/../rpcs3.patch : No such file or directory

Sanpi commented on 2018-11-09 22:19 (UTC)

@moll patch added, thank you!

moll commented on 2018-10-30 16:20 (UTC)

I got it to compile with the following changes:

+++ a/rpcs3-0.0.5/rpcs3/rpcs3qt/settings_dialog.cpp 2018-02-24 15:06:08.000000000 +0000
--- b/rpcs3-0.0.5/rpcs3/rpcs3qt/settings_dialog.cpp 2018-10-30 16:13:26.590864589 +0000
@@ -12,7 +12,6 @@
 #include <QApplication>
 #include <QDesktopWidget>
 #include <QTimer>
+#include <QButtonGroup>

 #include "settings_dialog.h"
+++ a/rpcs3-0.0.5/rpcs3/Emu/Cell/Modules/cellAdec.cpp   2018-02-24 15:06:08.000000000 +0000
--- b/rpcs3-0.0.5/rpcs3/Emu/Cell/Modules/cellAdec.cpp   2018-10-30 16:09:33.213314225 +0000
@@ -229,8 +229,8 @@

                        if (size)
                        {
-                           data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE);
-                           this->size = size + FF_INPUT_BUFFER_PADDING_SIZE;
+                           data = (u8*)av_calloc(1, size + AV_INPUT_BUFFER_PADDING_SIZE);
+                           this->size = size + AV_INPUT_BUFFER_PADDING_SIZE;
                        }
                        else
                        {

Apply that to the src directory and then makepkg --noextract.

EnSER commented on 2018-10-03 10:04 (UTC)

I'm also getting a compiler error at "FF_INPUT_BUFFER_PADDING_SIZE". Any chance that this gets fixed?

alucryd commented on 2018-09-16 16:49 (UTC)

Well that's not nearly enough to help you since you cut the relevant part. The AUR is not a pastebin anyway, please use external services to paste your logs. BTW it builds fine in a clean chroot so the issue is most likely on your end.