RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.04k stars 1.38k forks source link

pegasus: add new module and small updates #3881

Closed cmitu closed 4 months ago

cmitu commented 7 months ago

Since the static binaries provided upstream are no longer working on newer RaspiOS or on 32bit ARM, create a standard scriptmodule to build Pegasus with pegasus-fe-dev. The new scriptmodule is meant to work similarly to the es/es-dev pair, only one can work at a time and they share a set of common functions. Note that due to the Qt5 version needed, the new scriptmodule is meant to be used on Debian 11/Ubuntu 22.04 and later.

Modified the original scriptmodule and added a theme download function, using @mmatyas's themes. More can be found at [2].

A 2nd commit adds pegasus-fe as an auto-start item, similar to Kodi/ES, while fixing the spelling of 'EmulationStation'.

Notes:

[1] https://forums.raspberrypi.com/viewtopic.php?t=351263 [2] https://github.com/mmatyas/pegasus-theme-gallery-db/blob/master/repos.txt

Closes #3586.

cmitu commented 7 months ago

@joolswills I added the rename for ES in a separate commit.