Bump libdcp for verification fixes with Bv2.1 metadata.
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Dec 2024 00:40:14 +0000 (01:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Dec 2024 00:40:14 +0000 (01:40 +0100)
cscript

diff --git a/cscript b/cscript
index 7be04915e349d1ef34398d7849aee0f8664c5b9f..c3faecd91b7c4083d18746c1cf2ff7de55b66503 100644 (file)
--- a/cscript
+++ b/cscript
@@ -531,7 +531,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.9.25', {'c++17': target.platform.startswith('osx')})]
+    deps = [('libdcp', 'v1.9.26', {'c++17': target.platform.startswith('osx')})]
     deps.append(('libsub', 'v1.6.52'))
     deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
     deps.append(('rtaudio', 'f619b76'))