Debian Patches
Status for kf6-kimageformats/6.13.0-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
upstream_ae62ea3d_Improved-EXIF-V3-compatibility.patch | [PATCH] Improved EXIF V3 compatibility EXIF specs V3 added the UTF-8 data type. The MicroExif class now allows serializations to choose whether to support the V2 or V3 format. To maximize compatibility with old readers, even when V3 is set, the ASCII data type is used if possible. The JXR plugin, based on TIFF V6 container, does not allow to use the V3 format (it does not recognize the UTF-8 data type) and therefore V2 has been forced. For all other plugins using MicroExif, it is now possible to save, e.g., descriptions in Japanese. Please note that this patch is also a bugfix: when saving, version 3 was set but the strings were always saved as ASCII. |
Mirco Miranda <mircomir@gmail.com> | no | 2025-04-18 | ||
upstream_2adca7c0_jxr-Use-qsizetype-for-image-size-variables.patch | [PATCH] jxr: Use qsizetype for image size variables Fixes type mismatch on 32-bit architectures. /builddir/build/BUILD/kf6-kimageformats-6.13.0-build/kimageformats-6.13.0/src/imageformats/jxr.cpp: In member function ‘virtual bool JXRHandler::read(QImage*)’: /builddir/build/BUILD/kf6-kimageformats-6.13.0-build/kimageformats-6.13.0/src/imageformats/jxr.cpp:994:88: error: no matching function for call to ‘min(qint64&, qsizetype)’ 994 | std::memcpy(img.scanLine(y), ba.data() + convStrideSize * y, (std::min)(convStrideSize, img.bytesPerLine())); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Alessandro Astone <ales.astone@gmail.com> | no | 2025-04-21 | ||
upstream_850068c1_JXR-fix-compilation-error-on-32-bit-systems.patch | [PATCH] JXR: fix compilation error on 32-bit systems | Mirco Miranda <mirco.miranda@systemceramics.com> | no | 2025-04-22 | ||
upstream_e3aefd2a_JXR-Restore-device-position-after-reading-options.patch | [PATCH] JXR: Restore device position after reading options | Mirco Miranda <mircomir@gmail.com> | no | 2025-05-14 |
All known versions for source package 'kf6-kimageformats'
- 6.13.0-2 (sid, trixie, forky)