FS#67594 - [retroarch] no package for glui assets

Attached to Project: Community Packages
Opened by Andrew Rabert (Draje) - Sunday, 16 August 2020, 00:35 GMT
Last edited by Maxime Gauduin (Alucryd) - Friday, 21 August 2020, 16:25 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
There is no retroarch assets package available for the glui menu driver. Only retroarch-assets-ozone and retroarch-assets-xmb exist.

Attempting to use the glui menu driver results in rendering artifacts and a warning from retroarch.

Package versions:
* retroarch 1.9.0-1


Steps to reproduce:
Use retroarch with a fresh config, change the menu driver to glui, restart retroarch.
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Friday, 21 August 2020, 16:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  331-2
Comment by Andrew Rabert (Draje) - Sunday, 16 August 2020, 00:39 GMT
One option is to update the retroarch-assets PKGBUILD to build a glui package:

```
package_retroarch-assets-glui() {
cd retroarch-assets

install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
cp -dr --no-preserve=ownership glui "${pkgdir}"/usr/share/retroarch/assets/
}
```

However, considering the ozone theme requires xmb assets, it might make sense to move to a single retroarch-assets package.
Comment by Andrew Rabert (Draje) - Sunday, 16 August 2020, 05:09 GMT
I've also discovered that glui will prefer to use xmb assets if available. This can be seen with the fast forward indicator.

Loading...