Bump ffmpeg-cdist; this brings in a new FFmpeg version and also the modified packagin...
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 795cf0a35000f85b6ec96a220d4fa7455b97c203..d5cb28aef8b769764967728a0bd3ff336979d564 100644 (file)
--- a/cscript
+++ b/cscript
@@ -8,7 +8,6 @@ deb_build_depends = {'debhelper': '8.0.0',
                      'pkg-config': '0.26',
                      'libssh-dev': '0.5.2',
                      'libsndfile1-dev': '1.0.25',
-                     'libmagick++-dev': '8:6.6.9.7',
                      'libgtk2.0-dev': '2.24.10'}
 
 deb_depends = dict()
@@ -156,7 +155,7 @@ def make_control(debian_version, bits, filename, debug):
         print >>f,''
 
 def dependencies(target):
-    return (('ffmpeg-cdist', '2dffa11'),
+    return (('ffmpeg-cdist', '0558484'),
             ('libdcp', '1.0'),
             ('libsub', None))
 
@@ -173,7 +172,7 @@ def build(target, options):
             if target.version == '6.5':
                 cmd += ' --target-centos-6 --disable-tests'
             elif target.version == '7':
-                cmd += ' --target-centos-7'
+                cmd += ' --target-centos-7 --disable-tests'
 
     target.command(cmd)
     target.command('./waf')