From ccd69987ab861ea4521836fa2a5227e2dfac3479 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Oct 2021 22:25:42 +0200 Subject: Basic and slightly inaccurate support for in subtitles (#2103). Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 773b80d54..1d4107c02 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.2')) - deps.append(('libsub', 'v1.6.2')) + deps.append(('libdcp', 'v1.8.3')) + deps.append(('libsub', 'v1.6.3')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we -- cgit v1.2.3