Support Rec2020 YUV/RGB conversion.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index fc87d0e535acbff082520f31d2e1ab1e3d3537b6..54af98a7dcb7987874f5a79972a290688fe09bef 100644 (file)
--- 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.32'))
+    deps.append(('libsub', 'v1.6.35'))
     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: