Tweak audio mapping view so that 12 channels fit on screen on Linux.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 6b4d534167888a44d5a279ae332e4120da4084cd..da90a380503aaf8019697dcd6cc6465cda5b9850 100644 (file)
--- a/cscript
+++ b/cscript
@@ -74,7 +74,8 @@ deb_depends['15.04'] = {'libc6': '2.21-0ubuntu4',
                         'libxmlsec1-openssl': '1.2.20-2ubuntu2',
                         'libboost-date-time1.55.0': '1.55.0+dfsg-3ubuntu2',
                         'libcurl3': '7.38.0-3ubuntu2',
-                        'libzip2': '0.11.2-1.2'}
+                        'libzip2': '0.11.2-1.2',
+                        'libwxgtk3.0-0': '3.0.2-1'}
 
 deb_depends['7'] = {'libc6': '2.13',
                     'libssh-4': '0.5.4',
@@ -232,8 +233,8 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', 'bd17594'),
-            ('libdcp', '1.0'),
-            ('libsub', '1.0'))
+            ('libdcp', 'e4042b7'),
+            ('libsub', '05927c9'))
 
 def configure_options(target):
     opt = ''