Path to this page:
Subject: CVS commit: pkgsrc/graphics/charls
From: Niclas Rosenvik
Date: 2023-10-02 22:03:25
Message id: 20231002200325.5C7A2FBDB@cvs.NetBSD.org
Log Message:
graphics/charls: update to version 2.4.2
pkgsrc changes:
use cmake/build.mk instead of USE_CMAKE.
use USE_CXX_FEATURES.
Added
* Support for Windows on ARM64 in the MSBuild projects and CMake files.
* Support to read and write application data markers.
* Added method charls_validate_spiff_header to validate SPIFF headers.
Changed
* Improved compatibility of public headers with C++20.
* Switch order of APP8 and SOF55 markers during encoding to allign
with user application data markers.
Fixed
* Multi component image with interleave mode none is not correctly
decoded when a custom stride argument is used.
* jpegls_errc::destination_buffer_too_small incorrectly thrown for
8 bit 2*2 image with stride = 4 during decoding.
* Decoding doesn't work when compiled with mingw64.
Files: