summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-26 22:07:26 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-07 21:36:21 +0100
commite613e3c6343f0842f09bd6f19f6ef4656c5c104f (patch)
tree5f86407dedcff3a5457d51ab17462359dff44fd0 /cscript
parent2539a4e6c03af83c79ba1cc911fdd512ea03fc09 (diff)
Take account of new "good things" reported by libdcp verifier.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index acb29f180..7be04915e 100644
--- 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.24', {'c++17': target.platform.startswith('osx')})]
+ deps = [('libdcp', 'v1.9.25', {'c++17': target.platform.startswith('osx')})]
deps.append(('libsub', 'v1.6.52'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))