X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=cscript;h=cc935219105f8d449db2bfc22c5fd14e8dd8e681;hb=dc780a1ff5b1e202de94670f070d9c4385c72f85;hp=b9cfd940d1cef010603c770d7fbc29f6f9c31af8;hpb=4115c8e95e521821994ca16358f106b678056fec;p=dcpomatic.git diff --git a/cscript b/cscript index b9cfd940d..cc9352191 100644 --- a/cscript +++ b/cscript @@ -309,6 +309,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/link.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) @@ -364,7 +365,7 @@ def dependencies(target, options): if target.platform == 'windows' and target.version == 'xp': deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '7427ffe', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'c048a3f', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -374,8 +375,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', None, cpp_lib_options)) - deps.append(('libsub', None, cpp_lib_options)) + deps.append(('libdcp', '4e885dc', cpp_lib_options)) + deps.append(('libsub', 'ef8f8ac', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we