Build disk writer for Ubuntu 21.04.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 4c223a169356ca3322be1a1bbe09882ee8718b25..af3e87ec73031465c5a9f9ce95361b66741c81d2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -208,7 +208,7 @@ def can_build_disk(target):
     if target.platform == 'osx':
         return True
     if target.platform == 'linux':
-        if target.distro == 'ubuntu' and target.version in ['18.04', '20.04', '20.10']:
+        if target.distro == 'ubuntu' and target.version in ['18.04', '20.04', '20.10', '21.04']:
             return True
         if target.distro == 'debian' and target.version == '10':
             return True
@@ -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