X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=47dd3d3797d6bdcefa71218788e4e17372c7edea;hb=0dae7944083b147579fa310cda8c88303bd8613f;hp=b127ea26de64843ef1e350bfe70526fdc945a4b4;hpb=a3c37f59a7a80e0b868cc8a5bd42a2d34396ce00;p=dcpomatic.git diff --git a/cscript b/cscript index b127ea26d..47dd3d379 100644 --- a/cscript +++ b/cscript @@ -260,8 +260,7 @@ def make_spec(filename, version, target, options, requires=None): print('', file=f) print('%description', file=f) print('DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio ', file=f) - print('files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant ', file=f) - print('digital projectors.', file=f) + print('files for presentation on DCI-compliant digital projectors.', file=f) print('', file=f) print('%files', file=f) print('%{_bindir}/dcpomatic2', file=f) @@ -339,14 +338,14 @@ def dependencies(target): 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', 'c1224ee', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '27e1378')) - deps.append(('libsub', '2728525')) - deps.append(('rtaudio-cdist', 'b1f0f02')) + deps.append(('libdcp', '63bff14')) + deps.append(('libsub', 'bc18fb2')) + deps.append(('rtaudio-cdist', 'a227107')) return deps