Bzomak / oolite-msys2

Builds oolite from scratch
0 stars 0 forks source link

Could use git submodules to track dependencies #29

Open Bzomak opened 5 months ago

Bzomak commented 5 months ago

This only works if the dependency has an associated git repository.

Dependabot would be able to check the submodules for updates, but unfortunately it seems to check for new commits, rather than tags...

Bzomak commented 5 months ago

This is https://github.com/Bzomak/oolite-msys2/labels/blocked by Milestone 2 - Stable Build.

Until we know all necessary dependencies and their sources there isn't any point in adding a new means of managing them that might not be applicable to all dependencies.

Bzomak commented 3 months ago

The appropriate commit to match the eSpeak version appears to be https://github.com/espeak-ng/espeak-ng/commit/805c5dfdeec6803243250eeb778c1183e8481231

SDL has a version tag that can be used.