diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-09 23:52:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-09 23:57:20 +0100 |
| commit | 6f2844fee27f6ebb15ea772ea2cbfc7bdf988102 (patch) | |
| tree | ebe33a3171cedb9ef263aeca49158b047d3c66e0 | |
| parent | 9ff22e1694a53f09a84b01685b64dcb83e830365 (diff) | |
Bump libdcp for fix to closed caption line length verification.
| -rw-r--r-- | cscript | 4 | ||||
| -rw-r--r-- | wscript | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -431,8 +431,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.4')) - deps.append(('libsub', 'v1.6.4')) + deps.append(('libdcp', 'v1.8.5')) + deps.append(('libsub', 'v1.6.5')) 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.4' -libsub_version = '1.6.4' +libdcp_version = '1.8.5' +libsub_version = '1.6.5' 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 --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
