summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-08-03 22:42:38 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-03 22:42:38 +0200
commita18b0938868b32b88007539917eba8193253f442 (patch)
tree31a1b1b6bc870d1c69e6689b133ab62da20eed2c /cscript
parente9579689d096a04aaf1309f0a1574288311e72d0 (diff)
Bump libdcp for verify report fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2af45b02e..da7e44078 100644
--- a/cscript
+++ b/cscript
@@ -534,7 +534,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.12', {'c++17': target.platform == 'osx'})]
+ deps = [('libdcp', 'v1.9.13', {'c++17': target.platform == 'osx'})]
deps.append(('libsub', 'v1.6.49'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))