Recovery id churn.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 4b826482234f8cde8e40a191ba417273112f7c73..519e0d8069634d30b6309f2adfb4a8f916dbc6f7 100644 (file)
--- a/cscript
+++ b/cscript
@@ -293,7 +293,7 @@ def dependencies(target):
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
             ('libdcp', '8b72edd'),
-            ('libsub', '08d3a84'),
+            ('libsub', '05c6345'),
             ('rtaudio-cdist', None))
 
 def configure_options(target):
@@ -416,7 +416,7 @@ def package(target, version):
 
         if target.distro == 'debian' or target.distro == 'ubuntu':
             return package_debian(target, cpu, version)
-        elif target.distro == 'centos' or target.distro == 'fedora':
+        elif target.distro == 'centos' or target.distro == 'fedora' or target.distro == 'mageia':
             return package_rpm(target, cpu, version)
     elif target.platform == 'osx':
         target.command('bash platform/osx/make_dmg.sh %s' % target.directory)