diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-26 22:07:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-07 21:36:21 +0100 |
| commit | e613e3c6343f0842f09bd6f19f6ef4656c5c104f (patch) | |
| tree | 5f86407dedcff3a5457d51ab17462359dff44fd0 /cscript | |
| parent | 2539a4e6c03af83c79ba1cc911fdd512ea03fc09 (diff) | |
Take account of new "good things" reported by libdcp verifier.
Diffstat (limited to 'cscript')
| -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.24', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.9.25', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
