diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-30 15:29:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-30 15:29:11 +0100 |
| commit | 677d943f198bc70d0ce2201f03ec00d3996333c9 (patch) | |
| tree | 0ce5c3565930ef962a9840d88ad2fe29f3657575 /cscript | |
| parent | 7731b78185de87c4351703433eab0baabd34d725 (diff) | |
Bump libdcp for fix to #2916.
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.10.1', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.2', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
