Another typo.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 4873df654c39cd3edc981139d10922f49bdb5b1d..015c2761a000f6889b674f1176d59899e3481adf 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,8 +1,8 @@
 import glob
 
-builds = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64']
+release_targets = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64']
 
-def build(environment, variant, version):
+def build_release(environment, variant, version):
     if environment == 'windows':
         command('./waf configure --target-windows')
         command('./waf clean')
@@ -47,3 +47,11 @@ def make_manual():
     os.chdir('doc/manual')
     command('make')
     return [os.path.abspath('pdf'), os.path.abspath('html')]
+
+def dependencies():
+    return (('libdcp', 'v0.43'),
+            ('ffmpeg', '8d0757e1079f588ed69f629e2d1a4d5f232dc298'),
+            ('openjpeg', ''))
+
+def build(prefix):
+    pass