summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-04 01:09:50 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-04 01:09:50 +0200
commita108264a018d93849838c45310655a36eb9927d9 (patch)
tree5e9af250cd8474d091fa28013a74ed8d62a576bb
parentfefad65df3e82eaa94e37c37429f7b95192d986a (diff)
Bump libdcp to ignore warning from Debian unstable's compiler.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3a1fbf039..741e6b029 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.16', {'c++17': target.platform == 'osx'})]
+ deps = [('libdcp', 'v1.9.17', {'c++17': target.platform == 'osx'})]
deps.append(('libsub', 'v1.6.50'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))