Package Details: rpcs3-git 0.0.31.r16375.90b6912daa-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: GPL2
Conflicts: rpcs3
Provides: rpcs3
Submitter: alucryd
Maintainer: hcorion
Last Packager: hcorion
Votes: 72
Popularity: 1.63
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-04-24 06:18 (UTC)

Dependencies (31)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 32 Next › Last »

thingsiplay commented on 2023-09-18 11:14 (UTC)

I have the same issue as the commenter visious5d: No audio for all games, but videosequences ingame have audio, like an intro. After changing settings, trouble shooting and searching the web, there seems to be no solution. I read something where it stated to use specific build flags, otherwise there would be no audio. Unfortunately I cannot find the source to link to anymore. But hope this hint can help finding a solution.

The official AppImage from their website works perfectly, even with the same settings (as it reads and writes to the same settings as native installation).

visious commented on 2023-08-31 16:00 (UTC) (edited on 2023-08-31 17:55 (UTC) by visious)

Hi, I don't have sound in God of War 3 (BCES00510), Tekken Tag Tournament 2 (BLES01702) and Tekken 6 (BLUS30359). But I have sound from the official AppImage.

katt commented on 2023-08-06 20:03 (UTC)

@rubin55 pkgconf is part of base-devel which should be assumed to be installed when building from AUR.

rubin55 commented on 2023-08-06 09:38 (UTC) (edited on 2023-08-06 11:10 (UTC) by rubin55)

I'm getting an error on libxkbcommon.so today (attempting to build today, 2023-08-06):

-- Found XKB: /usr/lib/libxkbcommon.so (Required is at least version "0.5.0") ... -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...

Note that I have libxkbcommon 1.5.0 installed..

UPDATE: the above was a false positive. It was because of a missing pkg-config executable. The package needs a build-depends on pkgconf.

Behem0th commented on 2023-06-10 12:42 (UTC)

@mio-19

https://wiki.archlinux.org/title/Makepkg#Parallel_compilation

mio-19 commented on 2023-06-10 12:25 (UTC)

The building process only uses one cpu core. How do I build with multi-core?

hcorion commented on 2023-06-06 23:38 (UTC) (edited on 2023-06-06 23:38 (UTC) by hcorion)

@loathingkernel pkgver updated to be aligned with version string.

@glledo SYSTEM_WOLFSSL=OFF added to the package.

@kasugano by default binaries built by packages should run on all supported x86_64 architectures. If you want to compile with native instructions, just add

-march=native -mtune=native

to your personal CFLAGS in /etc/makepkg.conf

kasugano commented on 2023-06-06 22:58 (UTC)

How about changing PKGBUILD "-DUSE_NATIVE_INSTRUCTIONS=OFF" to "ON"?

glledo commented on 2023-05-21 11:25 (UTC)

It is worth mentioning that (even after 0c96e8e898cb) if you have wolfssl installed via pacman, the build is still picking it up. This breaks at link time due to a missing symbol.

Adding -DUSE_SYSTEM_WOLFSSL=OFF to the cmake commandline fixed this for me.