Fix incorrect filenames.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 0d5cffbf6a6ab444373a4e5f42ba74c97742ed7b..65c247b8c75618ac794d5b0d195174f6addabeb8 100644 (file)
--- 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.49'))
+    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: