X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=f8347071ab6df0585d543f56e89b1c184df9194c;hb=65bd479a3008fb269925e1ce92e547c863ede73d;hp=ad8249c9f5b66c493fdddd79b2ff0c24e55a02fc;hpb=5d49dbb9eb00770d9fd11c748549b7427cce21d4;p=dcpomatic.git diff --git a/cscript b/cscript index ad8249c9f..f8347071a 100644 --- a/cscript +++ b/cscript @@ -386,8 +386,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '5e1ce36')) - deps.append(('libsub', 'cf5c3db')) + deps.append(('libdcp', '6384002')) + deps.append(('libsub', '55ebde1')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -653,7 +653,7 @@ def make_appimage(target, nice_name, internal_name, version): target.command('cp -r %s/share/libdcp/xsd build/%s.AppDir/usr/share/libdcp/' % (target.directory, nice_filename)) target.command('cp -r %s/share/libdcp/tags build/%s.AppDir/usr/share/libdcp/' % (target.directory, nice_filename)) if internal_name == 'dcpomatic2_disk': - target.command('mkdir -p build/%s.AppDir/usr/share/polkit-1/actions', nice_filename) + target.command('mkdir -p build/%s.AppDir/usr/share/polkit-1/actions' % nice_filename) target.command('cp %s/share/polkit-1/actions/com.dcpomatic.write-drive.policy build/%s.AppDir/usr/share/polkit-1/actions' % (target.directory, nice_filename)) with open('build/%s.AppDir/AppRun' % nice_filename, 'w') as f: