Bump libdcp to better tolerate badly-formatted MainSoundConfiguration (#2942).
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Jan 2025 23:50:03 +0000 (00:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Jan 2025 19:37:11 +0000 (20:37 +0100)
cscript

diff --git a/cscript b/cscript
index 19e0df9d7240e25b29e15bcd8106481bdb238c35..1508b5b5a719ad855c42509cc5dfdab24be17cb9 100644 (file)
--- 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'))