summarylogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
6 daysupgpkg: 1.6.3 new upstream releaseDennis Herbrich
Upstream default build process now expects libmad and fluidsynth to be available for a full-featured build, instead of detecting and treating both as optional. Use `WITH_FLUIDSYNTH` and `WITH_MAD` CMake bool options to explicitly disable these features in a custom build. Changes: - Moved `fluidsynth` and `libmad` from optional to required dependencies (Gyroplast) - Adapt source path to desktop icon (Gyroplast)
2024-04-04upgpkg: 1.6.2 of forkDennis Herbrich
Switch to the latest release of an actively maintained [fork](https://github.com/gameflorist/dunedynasty) of the abandoned, original project. Refactor package build to be more consistent, robust, and clean. Changes: - add dependencies on `alsa-lib`, `enet`, and `libgl` - Suppress format-security errors to compile with default makepkg cflags - Install upstream-provided .desktop file - Prefer GLVND over legacy OpenGL in build if available - Use only cmake calls to configure, build, and install - Refactor sed patterns for doc directory path and sample config mod - Remove somewhat redundant post_upgrade message - Use Common Changelog format for package's changelog - Consistent indentation, quoting, and re-wording of some infotext