Fix unnecessary shared_ptr; add missing checked_set()s.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index e7ef219d4b24f233413010d2e4462b361043ebf8..f3966330b321e851a3271abc0742544f9e9482a4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -6,9 +6,8 @@ def dependencies(target):
     if target.platform == 'windows':
         return ()
     else:
-       # XXX: should be some versions in here
         return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
-                ('libdcp', 'v0.54'))
+                ('libdcp', None))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
@@ -63,7 +62,7 @@ def package(target, version):
         return debs
     elif target.platform == 'osx':
         target.command('bash platform/osx/make_dmg.sh')
-        return os.path.abspath(glob.glob('build/platform/osx/DVD-o-matic*.dmg')[0])
+        return os.path.abspath(glob.glob('build/platform/osx/DCP-o-matic*.dmg')[0])
 
 def make_pot(target):
     target.command('./waf pot')