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:52:25 +0100 |
| commit | d1e17b2719ed8930caecb0c80e51e0c2fd813b7c (patch) | |
| tree | 4138c16d1d7c4a800c433b13f21e522c0861e84e | |
| parent | 723f062e76370a142144a86df8c75fc2176c744e (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] |
