X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=b7163330f9a7855f5c3ba8a62d852eb1cb80d581;hb=5b69bcc581ecca47f10d6da6c6a8415b774afef0;hp=295c1e4ef1e5c3c695d911a6d3fff5c108f3c549;hpb=607d651aba46a4e5e6394b7c6e375fa63f4d0ba6;p=dcpomatic.git diff --git a/cscript b/cscript index 295c1e4ef..b7163330f 100644 --- a/cscript +++ b/cscript @@ -385,8 +385,8 @@ def make_spec(filename, version, target, options, requires=None): 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/batch_black.png', file=f) - print('%{_datadir}/dcpomatic2/batch_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) @@ -457,9 +457,9 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.49')) + deps.append(('libdcp', 'v1.8.55')) deps.append(('libsub', 'v1.6.42')) - deps.append(('leqm-nrt', '93ae9e6')) + deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. @@ -467,7 +467,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', 'ee865fa65f05e348cd4e0bce0552a2725ad5663a')) + deps.append(('lwext4', 'b98f55b806f9dfe9e9374faceed99b689c29f28e')) deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169')) return deps