Hi guys,
after doing 'pacman -Syu' visualboyadvance is complaining about missing libpng-1.5 library. So I tried to link /usr/lib/libpng16.so.16 to /usr/lib/libpng15.so.15, but the program is still complaining:
$this->bbcode_second_pass_code('', 'VisualBoyAdvance: /usr/lib/libpng15.so.15: version `PNG15_0' not found (required by VisualBoyAdvance)')
So I wanted to compile it by myself using libpng-1.6, but while doing this, my machine runs out of memory (512 MB RAM).
It would be very nice, if someone, who owns a more powerful machine, can give a try on building the package with libpng-1.6 for armv7h.
PKGBUILD and patches can be found here: https://github.com/archlinuxarm/PKGBUIL ... boyadvance
Thanks!