summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-14 11:24:22 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-15 20:11:35 +0100
commit450da5182c3e224af87f269c3216ac13ae39ec1f (patch)
tree41f58eced468880f44cd07bbfdd2b52c5fe0e83d /cscript
parent3433dfa45f15e40ed9d5f5d17045f02bb6fd01ce (diff)
Add a group ID to VF PKLs (#2943).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f64d68216..1ece6ae78 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.4', {'c++17': target.platform.startswith('osx')})]
+ deps = [('libdcp', 'v1.10.6', {'c++17': target.platform.startswith('osx')})]
deps.append(('libsub', 'v1.6.52'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))