diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-03 20:11:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-04 01:08:20 +0200 |
| commit | fefad65df3e82eaa94e37c37429f7b95192d986a (patch) | |
| tree | 31bb7d72f012f973121cf7ad8a5a66a24087405e /cscript | |
| parent | f145574466ca52e754c4febf1d79fb6d202d42d2 (diff) | |
Bump libdcp and libsub for libcxml/libdcp/libsub build fixes with static boost.
Diffstat (limited to 'cscript')
| -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.15', {'c++17': target.platform == 'osx'})] - deps.append(('libsub', 'v1.6.49')) + deps = [('libdcp', 'v1.9.16', {'c++17': target.platform == 'osx'})] + deps.append(('libsub', 'v1.6.50')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
