X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=65c247b8c75618ac794d5b0d195174f6addabeb8;hb=1c1676c83d5785e4c6a2212e68a8dff46eab4847;hp=494f405daa03843aed252f596022bb215563f34e;hpb=0f52c0430cae1a295fc87463de40daff05968c08;p=dcpomatic.git diff --git a/cscript b/cscript index 494f405da..65c247b8c 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,7 +457,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.42')) + deps.append(('libdcp', 'v1.8.49')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76'))