Use Film::Changed instead of Playlist::Changed in Player.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 0ed34751cc3462701215600f6b028397d8236c7e..571e3895c374b22f3ea1a7945978eb8e8927fa62 100644 (file)
--- a/cscript
+++ b/cscript
@@ -193,7 +193,7 @@ def make_spec(filename, version, target):
     print >>f,'%{_datadir}/dcpomatic/taskbar_icon.png'
     for r in ['128x128', '22x22', '32x32', '48x48', '64x64']:
         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r
-    for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL']:
+    for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU']:
         print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l
         print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l
         print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l
@@ -224,8 +224,8 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', '0492ad2'),
-            ('libdcp', '41ab9a3'),
-            ('libsub', 'f66b11f'))
+            ('libdcp', 'v1.1.0'),
+            ('libsub', 'a002558'))
 
 def configure_options(target):
     opt = ''
@@ -282,7 +282,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 == '15.04':
+    if target.version == '15.04' or target.version == '8':
         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
     else:
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')