diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 12:11:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 12:11:26 +0100 |
| commit | 91734c5d5b04f964513184ce305936d42348cc26 (patch) | |
| tree | a09aca9173d7c4a11ff778d6ac2184a2201e32f9 | |
| parent | 83cfa7b0bb8df67457a22c00b361431e7be51aa7 (diff) | |
Bump libdcp to 'stable' branch v1.10.x.
| -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.26', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.0', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
