Add another language to i18nup.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index e59c8933f4eb7e17d38749bd877e3c6af5fd6c8a..e6d89fdcaca2ec575901a3a138964289b92093c0 100644 (file)
--- a/cscript
+++ b/cscript
@@ -229,8 +229,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
-            ('libdcp', 'f0a6d7b'),
-            ('libsub', 'b9fb00d'))
+            ('libdcp', 'v1.3.3'),
+            ('libsub', 'v1.1.12'))
 
 def configure_options(target):
     opt = ''
@@ -288,7 +288,7 @@ def package_debian(target, cpu, version):
     target.set('CDIST_CONFIGURE', '"' + configure_options(target) + '"')
     if target.debug:
         target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg')
-    if target.version in ['15.04', '15.10', '8']:
+    if target.version in ['15.04', '15.10', '16.04', '8']:
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')