diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-14 23:28:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-14 23:54:47 +0100 |
| commit | 6c91acbfb42a18e1f431ffc84ab3ac5237a1e4d7 (patch) | |
| tree | 91590762e78bfc7e46f31031e35ffc716a1c671d /cscript | |
| parent | 7a1518407fb4a78637e58326741ba37ba8dab09b (diff) | |
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)
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
