diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-10 16:53:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-10 16:53:25 +0100 |
| commit | 62683769d4e3b081205d04dc06afecbc0828b4d4 (patch) | |
| tree | 4d3bcbc39f4535c6334a76b7698859c59548d7f1 | |
| parent | 77694eeada7de62c68a7866ee813812478b49b37 (diff) | |
Bump libdcp for assertion fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -431,7 +431,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.13', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.14', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
