zerojay / RetroPie-Extra

A collection of unofficial scripts for adding more emulators/ports/games to RetroPie.
MIT License
307 stars 99 forks source link

SORR Error on instalation #326

Closed krahsdevil closed 3 years ago

krahsdevil commented 3 years ago

Hi. I'm getting this error on SORR instalation (Retropie 4.6, Buster): Could not install package(s): libpng. I've checked the script and looks like that recently this line: getDepends libsdl-mixer1.2 libpng12-0 was changed by this one: getDepends libsdl-mixer1.2 libpng libpng-dev

If I revert this change in the script then no issues and libpng12-0 is installed, making SORR works fine (it's requirred) once you copy all the needed files at its roms folder.

Thanks!

zerojay commented 3 years ago

Can you try with the following instead? getDepends libsdl-mixer1.2 libpng-dev

zerojay commented 3 years ago

I've submitted a fix. If it doesn't work for you, please feel free to reopen.