diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-22 22:46:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-22 22:46:44 +0200 |
| commit | dbcd1675732d59f6337f7f60d0a39aaa6a1aa3a6 (patch) | |
| tree | 3006cda5ecc70c6a89c29cae103ea6540da25e72 /cscript | |
| parent | 764c35279cf79e96a9d738ad86625bc3137fc8d7 (diff) | |
Bump libdcp for Centos 7 build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -533,7 +533,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.6', {'c++17': target.platform == 'osx'})] + deps = [('libdcp', '9b9af8a80860210c6a29446f7a24795eeda9e7bc', {'c++17': target.platform == 'osx'})] deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
