diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-31 07:25:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-31 07:25:16 +0100 |
| commit | 3742b836a8a6c6f7e9eac7a4742eef590abc07a3 (patch) | |
| tree | dc4974fd9715a6a88e3659be2bd474ef15390fde | |
| parent | 362be059dfcbc78153ff563f8d285b1613f51c67 (diff) | |
Bump libdcp for const fix in libcxml.
| -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.8', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.9', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
