X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=afbfce0fc08f66444a9454ce67dccdbad6225c78;hb=debc0ef69468530ba482c8ed0fc6a1ac1f26b26e;hp=a85cc736914a303e57d3b30663eb242c1aa9f056;hpb=83d63bb331190db4372de4d0aaf8413c51f1eee4;p=dcpomatic.git diff --git a/cscript b/cscript index a85cc7369..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.68')) + deps.append(('libdcp', 'v1.8.72')) deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76'))