X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=566ffa0c55e35ff8b808fa0d5cf160b928d2e6ff;hb=8af44b0f1523f1d808941aa3cedefd7848dfb80b;hp=3ca0d0bfd689eca10c2207c330a385906e77f4eb;hpb=450eee9aae50ce69d4cda2616f8c1f20b622ea60;p=dcpomatic.git diff --git a/cscript b/cscript index 3ca0d0bfd..566ffa0c5 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', '20d3ddf', 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', '1055451', cpp_lib_options)) + deps.append(('libsub', 'b03caf6', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we @@ -384,7 +385,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', 'carl')) if can_build_disk(target): - deps.append(('lwext4', 'a2222efb')) + deps.append(('lwext4', '370b3de6')) return deps