X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=86c5d434eacb55a56d5c3d884bf3bb42d4264a94;hb=7274622a833c05eee36b7e59d8ec2ca3e136d140;hp=5514c2ae784e920357e5c649583e464d66b7d15e;hpb=a456ebec52a551a4a5675e7507639af61e5cf832;p=dcpomatic.git diff --git a/cscript b/cscript index 5514c2ae7..86c5d434e 100644 --- a/cscript +++ b/cscript @@ -383,6 +383,10 @@ def make_spec(filename, version, target, options, requires=None): print('%{_datadir}/dcpomatic2/no_tick.png', file=f) print('%{_datadir}/dcpomatic2/link.png', file=f) print('%{_datadir}/dcpomatic2/me.jpg', file=f) + print('%{_datadir}/dcpomatic2/add_black.png', file=f) + print('%{_datadir}/dcpomatic2/add_white.png', file=f) + print('%{_datadir}/dcpomatic2/pause_black.png', file=f) + print('%{_datadir}/dcpomatic2/pause_white.png', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf', file=f) @@ -453,8 +457,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.34')) - deps.append(('libsub', 'v1.6.40')) + deps.append(('libdcp', 'v1.8.50')) + deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we