X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=afbfce0fc08f66444a9454ce67dccdbad6225c78;hb=6fc484fddc32ea7160ec8d9e16ffe1465c3be3ab;hp=c3bfeda0472207842e08f0824a4f7e0bad11357d;hpb=3ea062ba698f1b25a31a96c88e492d9f6096d14a;p=dcpomatic.git diff --git a/cscript b/cscript index c3bfeda04..afbfce0fc 100644 --- a/cscript +++ b/cscript @@ -377,6 +377,7 @@ def make_spec(filename, version, target, options, requires=None): print('%{_bindir}/dcpomatic2_combiner', file=f) print('%{_bindir}/dcpomatic2_verify', file=f) print('%{_bindir}/dcpomatic2_kdm_inspect', file=f) + print('%{_bindir}/dcpomatic2_map', file=f) if can_build_disk(target): print('%{_bindir}/dcpomatic2_disk', file=f) print('%caps(cap_dac_override=ep) %{_bindir}/dcpomatic2_disk_writer', file=f) @@ -479,7 +480,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.67')) + deps.append(('libdcp', 'v1.8.72')) deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76'))