Fix or remove several broken pixel formats in Image::fade and add
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index da71546d2ffcf41e00ca140cd052aab29a2d9330..6e190d378469d1de46fa37036af7f21743d7c013 100644 (file)
--- a/cscript
+++ b/cscript
@@ -292,6 +292,7 @@ def make_spec(filename, version, target, options, requires=None):
     print('%{_datadir}/dcpomatic2/zoom_all.png', file=f)
     print('%{_datadir}/dcpomatic2/tick.png', file=f)
     print('%{_datadir}/dcpomatic2/no_tick.png', file=f)
+    print('%{_datadir}/dcpomatic2/me.jpg', 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)
@@ -352,7 +353,7 @@ def dependencies(target):
 
     deps.append(('libdcp', 'v1.6.6'))
     deps.append(('libsub', 'v1.4.6'))
-    deps.append(('rtaudio-cdist', '0dbc732'))
+    deps.append(('rtaudio-cdist', 'bf0fc23'))
 
     return deps