X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=88a1b1ecbfd4693f5810a0bf5e818d3325537634;hb=7aab34abcab28ca38a5354dec075b56d430e82db;hp=6706981858ec07e852bf72dfdaa1f6d77116c242;hpb=0e76d77bd43c528ef27ef0c4ee27aa5cb509794e;p=dcpomatic.git diff --git a/cscript b/cscript index 670698185..88a1b1ecb 100644 --- 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,9 +457,9 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.41')) + deps.append(('libdcp', 'v1.8.54')) 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.