Bump libdcp for new image subtitle code.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 61848e6c00c7b8f1fcd474e89b0a2ce91dd06f8a..eedb5b9f3ae813332aeb7ecca2bd49c1c421b092 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', '7b03aba'),
-            ('libsub', 'b24b081'),
+            ('libdcp', '844067e'),
+            ('libsub', '1e98875'),
             ('rtaudio-cdist', '739969e'))
 
 def option_defaults():