diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-09 01:40:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-09 01:40:14 +0100 |
| commit | 4275e36ab30768a2081649733000d9d08755350d (patch) | |
| tree | 381dc463c46d8650eb10128698e62e739b6861b5 | |
| parent | 3cb195305c4a4ccea546cc4e8c23cad8fcd4e720 (diff) | |
Bump libdcp for verification fixes with Bv2.1 metadata.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -531,7 +531,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'v1.9.25', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.9.26', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
