WIP: more
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index ea8056c5df63d24e66384833d6ce3dba51f57587..ad8249c9f5b66c493fdddd79b2ff0c24e55a02fc 100644 (file)
--- a/cscript
+++ b/cscript
@@ -214,7 +214,7 @@ def can_build_disk(target):
             return True
         if target.detail == 'appimage':
             return True 
-        if target.distro == 'fedora' and target.version == '31':
+        if target.distro == 'fedora' and int(target.version) >= 31:
             return True
         if target.distro == 'centos' and target.version == '8':
             return True
@@ -381,13 +381,13 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg-cdist', 'e89aa4a', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', '107f9af8', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', '2d6b31b'))
-    deps.append(('libsub', '63cddea'))
+    deps.append(('libdcp', '5e1ce36'))
+    deps.append(('libsub', 'cf5c3db'))
     deps.append(('leqm-nrt', '131f971'))
     deps.append(('rtaudio', 'f619b76'))
     # We get our OpenSSL libraries from the environment, but we
@@ -397,7 +397,7 @@ def dependencies(target, options):
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
         deps.append(('lwext4', '9d20ec5'))
-    deps.append(('ffcmp', 'a915540'))
+    deps.append(('ffcmp', '6259cd4'))
 
     return deps