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