riksweeney / edgar

A 2D platform game with a persistent world. When Edgar's father fails to return home after venturing out one dark and stormy night, Edgar fears the worst: he has been captured by the evil sorcerer who lives in a fortress beyond the forbidden swamp.
https://www.parallelrealities.co.uk/games/edgar
116 stars 28 forks source link

DEB installer problem. #43

Open Achaean opened 5 years ago

Achaean commented 5 years ago

Trying (as root, with gdebi) to install edgar-1.31-1.x86_64.deb, fails returning the error: "This package is uninstallable. Dependency is not satisfiable: libpng12-0 (>= 1.2.13-4)".

I'm on Devuan ASCII (Stable. Debian old-stable based at the time) x64 KDE.

Note: No libpng12 available at repositories.Libpng16 (both runtimes and development) already installed.

Workaround: Just compiling the source instead.

riksweeney commented 5 years ago

Thanks for the report. I suspect this is because the binaries were compiled using the 14.04 LTS of Ubuntu. Future binaries will use a more recent Ubuntu releases which will should solve this issue.