X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=1c62f33820e7deb4f3a29ec980765192449a4f10;hb=589a866b05ee0d9d27f83d37e10a1025c406951d;hp=fc87d0e535acbff082520f31d2e1ab1e3d3537b6;hpb=86d9d0496ee12f38ad7465e783c49971c4c2eb06;p=dcpomatic.git diff --git a/cscript b/cscript index fc87d0e53..1c62f3382 100644 --- a/cscript +++ b/cscript @@ -446,8 +446,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.28')) - deps.append(('libsub', 'v1.6.31')) + deps.append(('libdcp', 'v1.8.31')) + deps.append(('libsub', 'v1.6.34')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -467,11 +467,11 @@ def configure_options(target, options, for_package=False): opt = ' --warnings-are-errors' if for_package or not ( - (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04') or + (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04']) or (target.platform == 'osx') or (target.platform == 'windows') ): - # Currently we only build tests on Ubuntu 18.04, macOS and Windows + # Currently we only build tests on macOS, Windows, and some Ubuntu versions opt += ' --disable-tests' if target.debug: