From 6c91acbfb42a18e1f431ffc84ab3ac5237a1e4d7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 14 Dec 2025 23:28:04 +0100 Subject: Rename the old P3 colour conversion to P3 DCI, and add some new ones (#3124). P3 -> P3 DCI (~6300K 0.314,0.351 white point) P3 D65 (~6500K D65 0.3127,0.3290 white point) P3 D60 (~6000K D60 0.32168,0.33767 white point) --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 9e00d764c..100958ed6 100644 --- a/cscript +++ b/cscript @@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.42', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.43', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.58')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': -- cgit v1.2.3