From e0db6f1bbc35249978c538ee54aa71943170332e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Jan 2025 00:50:03 +0100 Subject: Bump libdcp to better tolerate badly-formatted MainSoundConfiguration (#2942). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 19e0df9d7..1508b5b5a 100644 --- a/cscript +++ b/cscript @@ -425,7 +425,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'v1.10.7', {'c++17': target.platform.startswith('osx')})] + deps = [('libdcp', 'v1.10.8', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) -- cgit v1.2.3