From 6e1300ec2c17c8d110d7e53761a59dd6e3e5ba49d869509a1cbd4e17e627d79c Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 25 Sep 2023 08:33:18 +0000 Subject: [PATCH] Accepting request 1113077 from home:ateixeira:branches:multimedia:color_management - Update to 3.0.0: * Updated ccast/axTLS to get ChromCast working again with latest Google CC operating software. * Extensive re-write/re-factor of icclib to make it more future-proof. See https://www.argyllcms.com/doc/ChangesSummary.html for details. * Added ref/ColorCheckerPassport.ti2 and ref/ColorCheckerHalfPassport.ti2 to allow measuring ColorCheckerPassport with instrument. * Fixed bug in Munki spectro hi-res mode with some instruments. Luminance matching between normal and hi-res was sometimes quite poor. * Added ARGYLL_CREATE_DISPLAY_PROFILE_WITHOUT_CHAD environment variable. * Changed colprof -U flag to -u. Changed dispcal -J flag to -K to accommodate a potential new flag for colprof and dispcal. * Added workaround for bug in madHcNet64.dll32/64.dll which sometimes causes failure. * Added delay after USB set_config on OS X to help Spyder 3/4 on Ventura OS. * Added -Y parameter to dispwin to override automatic patch delay. * Changed i1d3 driver to cope with Rev. B "0x83" error robustly. This should fix any issues measuring low level Red only patch values on OLED displays, but with slower measurements when this occurs. * Added spotread -Y S option to save spectral sensitivity curves and added corresponding support in i1d3 driver. This allows for comparison of different instruments factory calibrations. * Added a -h scale parameter to dispread, to allow the automatic instrument calibration test patch values to be scaled down from their default 100% value. This is useful with HDR displays. * Added manifest to MSWindows executables to use UTF-8 code pages on Windows 1903 and later. This should improve non-ASCII filename and path handling. * Added a Violet colorant to the targen colorant list. * Fixed problem with OS X 64 bit backwards compatibility where it failed to locate serial instruments when the binaries are run on OS X V12 or latter OBS-URL: https://build.opensuse.org/request/show/1113077 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=56 --- Argyll_V2.3.1_src.zip | 3 --- Argyll_V3.0.0_src.zip | 3 +++ argyllcms.changes | 42 ++++++++++++++++++++++++++++++++++++++++++ argyllcms.spec | 5 +++-- 4 files changed, 48 insertions(+), 5 deletions(-) delete mode 100644 Argyll_V2.3.1_src.zip create mode 100644 Argyll_V3.0.0_src.zip diff --git a/Argyll_V2.3.1_src.zip b/Argyll_V2.3.1_src.zip deleted file mode 100644 index 1009150..0000000 --- a/Argyll_V2.3.1_src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd0bcf58cec284824b79ff55baa242903ed361e12b1b37e12228679f9754961c -size 14098636 diff --git a/Argyll_V3.0.0_src.zip b/Argyll_V3.0.0_src.zip new file mode 100644 index 0000000..4cf305c --- /dev/null +++ b/Argyll_V3.0.0_src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f8932f311a8c0c1239baf475e069d645ed6aa991e1e8d822bae361e1764651 +size 14186686 diff --git a/argyllcms.changes b/argyllcms.changes index d03615b..036bd72 100644 --- a/argyllcms.changes +++ b/argyllcms.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Sep 22 19:22:42 UTC 2023 - Antonio Teixeira + +- Update to 3.0.0: + * Updated ccast/axTLS to get ChromCast working again with latest Google CC + operating software. + * Extensive re-write/re-factor of icclib to make it more future-proof. + See https://www.argyllcms.com/doc/ChangesSummary.html for details. + * Added ref/ColorCheckerPassport.ti2 and ref/ColorCheckerHalfPassport.ti2 + to allow measuring ColorCheckerPassport with instrument. + * Fixed bug in Munki spectro hi-res mode with some instruments. Luminance + matching between normal and hi-res was sometimes quite poor. + * Added ARGYLL_CREATE_DISPLAY_PROFILE_WITHOUT_CHAD environment variable. + * Changed colprof -U flag to -u. Changed dispcal -J flag to -K to accommodate + a potential new flag for colprof and dispcal. + * Added workaround for bug in madHcNet64.dll32/64.dll which sometimes causes + failure. + * Added delay after USB set_config on OS X to help Spyder 3/4 on Ventura OS. + * Added -Y parameter to dispwin to override automatic patch delay. + * Changed i1d3 driver to cope with Rev. B "0x83" error robustly. This should + fix any issues measuring low level Red only patch values on OLED displays, + but with slower measurements when this occurs. + * Added spotread -Y S option to save spectral sensitivity curves and added + corresponding support in i1d3 driver. This allows for comparison of different + instruments factory calibrations. + * Added a -h scale parameter to dispread, to allow the automatic instrument + calibration test patch values to be scaled down from their default 100% + value. This is useful with HDR displays. + * Added manifest to MSWindows executables to use UTF-8 code pages on Windows + 1903 and later. This should improve non-ASCII filename and path handling. + * Added a Violet colorant to the targen colorant list. + * Fixed problem with OS X 64 bit backwards compatibility where it failed to + locate serial instruments when the binaries are run on OS X V12 or latter + machines. + * Fixed bug in i1Pro3 driver where it was not returning the correct + measurement conditions enum. + * Fixed spotread so that ambient measure for monochrome sources doesn't error + out due to bad CCT/VCT/VDT. Also change -T so that it suppresses CCT etc. if + ambient mode is used. + * Added hacky workaround to strange Mac M2/rosetta bug in del_i1proimp(). +- Make the argyllcms-doc package noarch. + ------------------------------------------------------------------- Wed Dec 7 11:31:17 UTC 2022 - Dominique Leuenberger diff --git a/argyllcms.spec b/argyllcms.spec index 6543050..14b58df 100644 --- a/argyllcms.spec +++ b/argyllcms.spec @@ -1,7 +1,7 @@ # # spec file for package argyllcms # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.3.1 +Version: 3.0.0 Release: 0 Summary: ICC compatible color management system License: AGPL-3.0-only AND GPL-2.0-or-later AND MIT @@ -74,6 +74,7 @@ Summary: Argyll CMS documentation # Does not really make sense without Argyll CMS itself Group: System/X11/Utilities Requires: %{name} = %{version} +BuildArch: noarch %description doc The Argyll color management system supports accurate ICC profile creation for