-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API breakage in 2.5.1 / openjpeg version no longer detected (openjpeg.h no longer includes opj_config.h) #1514
Comments
openjpeg.h didn't change apart from comment:
This one definitely explains the issue. Perhaps this could be related to the CMake changes? The installed |
Might be related to the comment #1424 (review) |
You found the problem.
and |
So one solution would be for |
It should definitely do that. I'll probably have to issue a bugfix release for that |
openjpeg.h: make sure to include opj_config.h (fixes #1514)
Fixed in the just released 2.5.2 release |
Thank you for fixing this so quickly! |
## OpenJPEG 2.5.2 (Feb 2024) No API/ABI break compared to v2.5.1 * Make sure openjpeg.h includes opj_config.h [\#1514](uclouvain/openjpeg#1514)
- Update from version 2.5.0 to 2.5.2 - Update of rootfile - Changelog 2.5.2 (Feb 2024) No API/ABI break compared to v2.5.1 * Make sure openjpeg.h includes opj_config.h [\#1514](uclouvain/openjpeg#1514) 2.5.1 (Feb 2024) No API/ABI break compared to v2.5.0 * CMake: drop support for cmake < 3.5 * Several bugfixes, including [\#1509](uclouvain/openjpeg#1509) for CVE-2021-3575 * Significant speed-up rate allocation by rate/distoratio ratio [\#1440](uclouvain/openjpeg#1440) Signed-off-by: Adolf Belka <[email protected]> Signed-off-by: Michael Tremer <[email protected]>
Despite
in the 2.5.1 release notes, an upgrade to 2.5.1 in pkgsrc broke some other software.
Two examples:
Pillow
ghostscript
I guess the software used some now invalid way to check for openjpeg versions, e.g. Pillow
The text was updated successfully, but these errors were encountered: