The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Arch Linux PKGBUILD for PPSSPP with Qt UI
11-23-2013, 03:12 AM (This post was last modified: 11-25-2013 02:52 AM by m45t3r.)
Post: #1
Arch Linux PKGBUILD for PPSSPP with Qt UI
I created a PKGBUILD for Arch Linux users that compiles PPSSPP from source with Qt UI. So this should offer a better user experience for those who use Arch than using the SDL UI (that was the only option offered on AUR before), even if the Qt UI is still somewhat simple (at least it is simpler than the current Windows UI).

The compile path is unoptimal btw: it firstly clone everything (including the submodules), then compiles the SDL version and after all that it compiles the Qt version, and only installs the Qt UI, discarding the SDL version. Edit: fixed, now it only compiles the Qt version, thanks xsacha Big Grin .

The clone part is especially bad, since it always clone all submodules (I don't know why, I thought it would only do a update). And every asset is build in on binary, but I think this is the way it works anyway.

But yeah, it works, as you can see below:
[Image: qovDiwSl.jpg]

It includes a custom made .desktop file (that I can upstream if there is interest) and a icon so it shows on the menu.

Here are the links:
Qt4: https://aur.archlinux.org/packages/ppsspp-qt4-git/
Qt5: https://aur.archlinux.org/packages/ppsspp-qt-git/

If someone knows a better way to do something, you can post on this topic or make a pull request on GitHub: https://github.com/m45t3r/pkgbuilds
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Arch Linux PKGBUILD for PPSSPP with Qt UI - m45t3r - 11-23-2013 03:12 AM

Forum Jump: