Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

missing runtime dependency: sdl2_image
<!-- Please read our Bug reporting guidelines before opening a bug: https://wiki.archlinux.org/title/Bug_reporting_guidelines If you want to help catching more bugs upfront, consider joining the Arch Testing Team: https://wiki.archlinux.org/title/Arch_Testing_Team --> # Description: install dwarffortress, run from terminal, got the following error: /opt/dwarffortress/dwarfort: error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory # Additional info: * package version(s): ❯ dwarffortress 50.11-1.1 * config and/or log files: * link to upstream bug report, if any: # Steps to reproduce: <!-- Describe how to reproduce the bug step by step including the commands --> 1. pacman -S dwarffortress 2. dwarffortress # Proposed fix: Installing sdl2_image fix the runtime problem. So adding sdl2_image as dep should work
issue