diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-15 15:37:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-20 21:24:50 +0100 |
| commit | 2b0cf17f9a20729f8d43541ee405164b3806c038 (patch) | |
| tree | c5e9a1243792dbe46551ab475b181d55ecd83b0b | |
| parent | 7bc591abc86ed4742f21f45ca1d6151cb14bc100 (diff) | |
Bump libdcp for fix to subtitle formatting (#2205).
| -rw-r--r-- | cscript | 4 | ||||
| -rw-r--r-- | wscript | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -402,8 +402,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.11')) - deps.append(('libsub', 'v1.6.11')) + deps.append(('libdcp', 'v1.8.12')) + deps.append(('libsub', 'v1.6.12')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -35,8 +35,8 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.9' -libsub_version = '1.6.9' +libdcp_version = '1.8.12' +libsub_version = '1.6.12' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --match v* --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
