diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-18 20:40:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-18 20:40:28 +0100 |
| commit | 9354383883e708d0e69f7fb41a166e358ea2b85f (patch) | |
| tree | 44998cbaf0879c06596c877996bf983bdd911e66 | |
| parent | 51c5a7e3065c5c109154aa6be582c27daeb98a58 (diff) | |
Bump libdcp for unrecognised content types (e.g. clip).
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,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.10.6', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.7', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
