Update Ubuntu 24.04 required package versions #921
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is related to #896 and should fix the package versions for Ubuntu 24.04.
The latest package versions for Ubuntu 24.04.3 LTS:
libc6 = 2.39-0
libpng16-16 = 1.6.43-5
libsigc++-2.0-0v5 = 2.12.1-2
libyaml-cpp0.8 = 0.8.0
libgomp1 = 14.2.0
libvulkan1 = 1.3.275.0-1
libglfw3 = 3.3.10-1
libgtk-3-0 = 3.24.41-4
zlib1g = 1:1.3
libhidapi-hidraw0 = 0.14.0-1
liblxi1 = 1.20-2
libtirpc3 = 1.3.4
One note is that I had to change the 'libyaml-cpp0.7' package to 'libyaml-cpp0.8', however the app builds, runs and all tests pass.
Also, would it be worth considering using 'CPACK_DEBIAN_PACKAGE_SHLIBDEPS' instead of manually updating the version numbers?