mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
In the bulk rebuild after ffmpeg update mpd took the opportunity to link against one of the other updated packages, libwavpack, causing error like `CANNOT LINK EXECUTABLE "mpd": library "libwavpack.so" not found: needed by main executable` on device if libwavpack was not manually installed. Explicitly add dependency so that this does not happen again.