X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=fd2e97ae5bdd563806296ecb0fd20a7561f6cad0;hb=9ec2dbd7c1127406dfc08f9f86ef540cdc820579;hp=0d5cffbf6a6ab444373a4e5f42ba74c97742ed7b;hpb=9c4cd85f66818eb100e1be40f7eeb7d3e60cc482;p=dcpomatic.git diff --git a/cscript b/cscript index 0d5cffbf6..fd2e97ae5 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.33')) - deps.append(('libsub', 'v1.6.39')) + deps.append(('libdcp', 'v1.8.52')) + 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 @@ -858,7 +862,7 @@ def test(target, options, test): if target.platform == 'windows': cmd = 'run\\tests ' else: - cmd = 'run/tests --log_level=test_suite ' + cmd = 'run/tests --check --log_level=test_suite ' if target.debug: cmd += '--backtrace ' if test is not None: