Assume .jpf is an image (JPEG2000).
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 5a0879654f91dc6269f47e7b6488ee0bb9c6ec93..e2c61305ba291ec8e95f10d3617dae09566cf9a6 100644 (file)
--- a/cscript
+++ b/cscript
@@ -268,6 +268,11 @@ def make_spec(filename, version, target, options, requires=None):
     print('%{_datadir}/applications/dcpomatic2_kdm.desktop', file=f)
     print('%{_datadir}/applications/dcpomatic2_player.desktop', file=f)
     print('%{_datadir}/dcpomatic2/dcpomatic2_server_small.png', file=f)
+    print('%{_datadir}/dcpomatic2/select.png', file=f)
+    print('%{_datadir}/dcpomatic2/sequence.png', file=f)
+    print('%{_datadir}/dcpomatic2/snap.png', file=f)
+    print('%{_datadir}/dcpomatic2/zoom.png', file=f)
+    print('%{_datadir}/dcpomatic2/zoom_all.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)
@@ -318,8 +323,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5c90508', ffmpeg_options),
-            ('libdcp', 'cfea0af'),
-            ('libsub', '762384e'),
+            ('libdcp', '844067e'),
+            ('libsub', '802add9'),
             ('rtaudio-cdist', '739969e'))
 
 def option_defaults():