From 16109959889720dd555af57ee107140a856c57e81086c7a288dfcf51dd937fd9 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 3 Feb 2022 22:51:01 +0000 Subject: [PATCH] Accepting request 949276 from home:polslinux:branches:multimedia:color_management - Update to version 2.3.0: * Fixed spotread -YL (i1Pro1/2 lamp remediation) to function even if calibration is impossible due to the white reference being out of tolerance. * Fix SpyderX faulty initial black calibration * Added icomuf_reset_before_close flag for SpyderX, as some versions of the instrument have been reported to lock up after use. * Modified the ArgyllCMS CIECAM02 implementation to include a blue hue linearization tweak, to improve the "blue goes purple" effect when gamut mapping or clipping highly saturated blues to smaller gamuts. * Added spotread -Y y option that forces the listing of instrument specific display calibrations in the usage, even for serial instruments. * Removed native i1d3 C6 instrument support as a favor to X-Rite. * Improved cxf2ti3 so that it should cope with XML that uses "Colour" spelling rather than "Color". * Added I1D3_ESCAPE environment variable to allow a user to potentialy use any current or future OEM coded i1d3 instrument. OBS-URL: https://build.opensuse.org/request/show/949276 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=51 --- Argyll_V2.2.0_src.zip | 3 --- Argyll_V2.3.0_src.zip | 3 +++ argyllcms.changes | 20 ++++++++++++++++++++ argyllcms.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 Argyll_V2.2.0_src.zip create mode 100644 Argyll_V2.3.0_src.zip diff --git a/Argyll_V2.2.0_src.zip b/Argyll_V2.2.0_src.zip deleted file mode 100644 index bf3d431..0000000 --- a/Argyll_V2.2.0_src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c612a2e49fd51e089616cd27b6d4717d0f20fc8edbd906462f0d0dbbabbc711c -size 14020205 diff --git a/Argyll_V2.3.0_src.zip b/Argyll_V2.3.0_src.zip new file mode 100644 index 0000000..37d4a15 --- /dev/null +++ b/Argyll_V2.3.0_src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa21b6de8e20b5319a10ea8f72829d32eadae14c6581b50972f2f8dd5cde924 +size 14042268 diff --git a/argyllcms.changes b/argyllcms.changes index a7139b0..8ce3429 100644 --- a/argyllcms.changes +++ b/argyllcms.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jan 26 13:23:17 UTC 2022 - Paolo Stivanin + +- Update to version 2.3.0: +* Fixed spotread -YL (i1Pro1/2 lamp remediation) to function even + if calibration is impossible due to the white reference being out of tolerance. +* Fix SpyderX faulty initial black calibration +* Added icomuf_reset_before_close flag for SpyderX, as some versions + of the instrument have been reported to lock up after use. +* Modified the ArgyllCMS CIECAM02 implementation to include a blue + hue linearization tweak, to improve the "blue goes purple" effect + when gamut mapping or clipping highly saturated blues to smaller gamuts. +* Added spotread -Y y option that forces the listing of instrument + specific display calibrations in the usage, even for serial instruments. +* Removed native i1d3 C6 instrument support as a favor to X-Rite. +* Improved cxf2ti3 so that it should cope with XML that uses "Colour" + spelling rather than "Color". +* Added I1D3_ESCAPE environment variable to allow a user to potentialy + use any current or future OEM coded i1d3 instrument. + ------------------------------------------------------------------- Tue Sep 7 19:33:45 UTC 2021 - Stanislav Brabec diff --git a/argyllcms.spec b/argyllcms.spec index 627f855..2dcf0e3 100644 --- a/argyllcms.spec +++ b/argyllcms.spec @@ -1,7 +1,7 @@ # # spec file for package argyllcms # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define tarname Argyll Name: argyllcms -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: ICC compatible color management system License: AGPL-3.0-only AND GPL-2.0-or-later AND MIT