From eb62bf59f65372c82c45607df32dbb4beb6dd46f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Oct 2021 21:06:54 +0200 Subject: [PATCH] Bump libdcp to 1.8.4 for caption ordering fix (#2106). --- cscript | 4 ++-- wscript | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cscript b/cscript index 1d4107c02..c5f10ae84 100644 --- a/cscript +++ b/cscript @@ -431,8 +431,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.3')) - deps.append(('libsub', 'v1.6.3')) + deps.append(('libdcp', 'v1.8.4')) + deps.append(('libsub', 'v1.6.4')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we diff --git a/wscript b/wscript index db47ae274..88a8e4295 100644 --- a/wscript +++ b/wscript @@ -35,8 +35,8 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.3' -libsub_version = '1.6.3' +libdcp_version = '1.8.4' +libsub_version = '1.6.4' 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] -- 2.30.2