summaryrefslogtreecommitdiff
path: root/Ports/libmodplug/package.sh
AgeCommit message (Collapse)Author
2022-06-03Ports: Replace manually linking `libmodplug` with a libtool patchTim Schumacher
2022-04-11Ports/libmodplug: Update libmodplug to version 0.8.9.0EWouters
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
2022-01-08Ports: Fix dynamic load of libmodplug by SDL2_mixerJelle Raaijmakers
The configure script for `SDL2_mixer` was trying to find the shared library for `libmodplug` in the wrong directories and with the wrong filename. This installs the shared library as `libmodplug.so.1` and symlinks to it from `libmodplug.so`, and instructs the `SDL2_mixer` build to search for it in `/usr/local/lib`. Fixes the build for ports Super-Mario, freeciv and dungeonrush.
2021-10-10Ports: Fix issues with the libmodplug and SDL_sound portsTim Schumacher
- Lock SDL_sound to specific commit - Convert properties to arrays where required - Fix depends being called "deps"
2021-10-10Ports: Add libmodplugxSlendiX