diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-04 10:56:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-04 10:56:21 +0200 |
| commit | 247629240fff48777257791a4d2c685ef0150cb2 (patch) | |
| tree | 98acee81575085db5a3b354479bb8a8ee1f81022 | |
| parent | 7ae672378c390d0cae4c78cd648f135f27436d78 (diff) | |
Further libdcp/libsub bumps to fix build failures on Centos 9.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -534,8 +534,8 @@ 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.18', {'c++17': target.platform == 'osx'})] - deps.append(('libsub', 'v1.6.50')) + deps = [('libdcp', 'v1.9.19', {'c++17': target.platform == 'osx'})] + deps.append(('libsub', 'v1.6.51')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
