[qt/qt/qtimageformats]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtimageformats Pushed by mirror-service into branch 'dev'. Changed from 594aca87cea012ebc77227c264ae13ce62d826de to 77bf44f617977df8f7572b741d6393142bc9ba03 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 77bf44f617977df8f7572b741d6393142bc9ba03 by Eirik Aavitsland on 19/08/2026 at 07:52.. Fix config behavior of mng and jasper from "auto" to "no", matching doc In the configure help, the options for the mng and jasper (jpeg2000) image handlers are listed as "[no]" - indicating that they are disabled by default, and must be explicitly enabled. However, the actual configuration behavior has been that they have been enabled automatically if the required external libraries were found on the system - i.e. what the configure help calls "[auto]". Fix the behavior to match the doc. As these handlers pull in dependency on external codec libraries that may or may not be well maintained security-wise, it should be an explicit user decision to enable them. [ChangeLog][Important Behavior Changes] The mng and jasper (jpeg2000) image format handlers are no longer built by default if the required codec libraries are found on the system, but must be explicitly requested in the configure options. This matches the configure help documentation for those options. Task-number: QTBUG-148309 Pick-to: 6.12 Change-Id: I8f4d1cf715bfde11be31aa2de9340986f0a0a2a7 Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]> https://invent.kde.org/qt/qt/qtimageformats/-/commit/77bf44f617977df8f7572b741d6393142bc9ba03