Package Details: rpcs3-bin 0.0.31-1

Git Clone URL: https://aur.archlinux.org/rpcs3-bin.git (read-only, click to copy)
Package Base: rpcs3-bin
Description: Open-source Sony PlayStation 3 Emulator
Upstream URL: https://rpcs3.net/
Licenses: GPL2
Conflicts: rpcs3
Provides: rpcs3
Replaces: rpcs3
Submitter: Sanpi
Maintainer: Sanpi
Last Packager: Sanpi
Votes: 33
Popularity: 1.14
First Submitted: 2017-08-17 07:42 (UTC)
Last Updated: 2024-03-05 07:02 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

gameslayer commented on 2023-11-11 07:52 (UTC)

Missing dependency on pkgbuild file

Building rpcs3-bin...
==> Making package: rpcs3-bin 0.0.29-1 (Sat 11 Nov 2023 17:51:11)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> qt6-multimedia
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

n00d13 commented on 2023-04-11 08:18 (UTC)

after making and installing the package it shows this debug error:

E SYS: Qt version: Compiled against Qt 5.15.2 | Run-time uses Qt 5.15.8

does this mean the package is outdated?

Sanpi commented on 2023-03-22 10:15 (UTC)

@griffin I follow the github RSS for new releases and I update build updates only if someone flags the package as outdated.

griffin commented on 2023-03-21 21:07 (UTC)

How should we handle in app updates as outdated requests? Only full release numbers, or another strategy?

ferrvittorio commented on 2022-04-01 15:39 (UTC)

Hi, what is the difference between rpcs3-bin and rpcs3-git

Sanpi commented on 2022-01-16 15:53 (UTC)

@floreal Fixed, thank you.

floreal commented on 2022-01-16 15:48 (UTC)

When starting the applicatione, the binaries tries to link to libtinfo.so.5, but it seems that only libtinfo.so.6 is available in /usr/lib

E3LDDfrK commented on 2021-09-22 11:21 (UTC)

Personally, the AUR package glew-2.1 doesn't work for me. Got this error:

rpcs3: error while loading shared libraries: libGLEW.so.2.2: cannot open shared object file: No such file or directory

I installed glew from Extra. Dunno if it will cause problem later.

Sanpi commented on 2021-09-01 10:36 (UTC) (edited on 2021-09-01 10:36 (UTC) by Sanpi)

@rharish I renamed rpcs3.appdata.xml, thank you!

rharish commented on 2021-09-01 10:29 (UTC)

@Sanpi The latest version fails to build, because usr/share/metainfo/rpcs3.appdata.xml has been renamed to usr/share/metainfo/rpcs3.metainfo.xml. Here's the patch for the PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 30675f1..32ac7b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ package()
     install -D -m644 'usr/share/applications/rpcs3.desktop' "$pkgdir/usr/share/applications/rpcs3.desktop"
     install -D -m644 'usr/share/icons/hicolor/48x48/apps/rpcs3.png' "$pkgdir/usr/share/icons/hicolor/48x48/apps/rpcs3.png"
     install -D -m644 'usr/share/icons/hicolor/scalable/apps/rpcs3.svg' "$pkgdir/usr/share/icons/hicolor/scalable/apps/rpcs3.svg"
-    install -D -m644 'usr/share/metainfo/rpcs3.appdata.xml' "$pkgdir/usr/share/memetainfo/rpcs3.appdata.xml"
+    install -D -m644 'usr/share/metainfo/rpcs3.metainfo.xml' "$pkgdir/usr/share/memetainfo/rpcs3.metainfo.xml"
     install -D -m644 'usr/share/rpcs3/Icons/ui/circle.png' "$pkgdir/usr/share/rpcs3/Icons/ui/circle.png"
     install -D -m644 'usr/share/rpcs3/Icons/ui/cross.png' "$pkgdir/usr/share/rpcs3/Icons/ui/cross.png"
     install -D -m644 'usr/share/rpcs3/Icons/ui/dpad_down.png' "$pkgdir/usr/share/rpcs3/Icons/ui/dpad_down.png"