From 2b0cf17f9a20729f8d43541ee405164b3806c038 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 15 Mar 2022 15:37:23 +0100 Subject: [PATCH] Bump libdcp for fix to subtitle formatting (#2205). --- cscript | 4 ++-- wscript | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cscript b/cscript index 25208d1a2..f09128645 100644 --- a/cscript +++ b/cscript @@ -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 diff --git a/wscript b/wscript index 91a0ee243..60be947eb 100644 --- a/wscript +++ b/wscript @@ -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] -- 2.30.2