Some work on diagram.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 0516be499f9e1cd242a4a0af33988ab266057640..a7710e9f34dd8380077a07b4251d6e8f58391f0c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,6 +35,7 @@ deb_depends['12.04'] = {'libc6': '2.15',
                         'libssh-4': '0.5.2',
                         'libboost-filesystem1.48.0': '1.48.0-3',
                         'libboost-thread1.48.0': '1.48.0-3',
+                        'libboost-regex1.48.0': '1.48.0-3',
                         'libsndfile1': '1.0.25',
                         'libmagick++4': '8:6.6.9.7',
                         'libxml++2.6-2': '2.34.1',
@@ -49,6 +50,7 @@ deb_depends['14.04'] = {'libc6': '2.19-0ubuntu6',
                         'libssh-4': '0.6.1-0ubuntu3',
                         'libboost-filesystem1.54.0': '1.54.0-4ubuntu3',
                         'libboost-thread1.54.0': '1.54.0-4ubuntu3',
+                        'libboost-regex1.54.0': '1.54.0-4ubuntu3',
                         'libsndfile1': '1.0.25-7ubuntu2',
                         'libmagick++5': '8:6.7.7.10-6ubuntu3',
                         'libxml++2.6-2': '2.36.0-2ubuntu1',
@@ -63,6 +65,7 @@ deb_depends['15.04'] = {'libc6': '2.21-0ubuntu4',
                         'libssh-4': '0.6.3-3ubuntu3',
                         'libboost-filesystem1.55.0': '1.55.0+dfsg-3ubuntu2',
                         'libboost-thread1.55.0': '1.55.0+dfsg-3ubuntu2',
+                        'libboost-regex1.55.0': '1.55.0+dfsg-3ubuntu2',
                         'libsndfile1': '1.0.25-9.1',
                         'libmagick++-6.q16-5': '8:6.8.9.9-5',
                         'libxml++2.6-2': '2.36.0-2.1',
@@ -77,6 +80,7 @@ deb_depends['7'] = {'libc6': '2.13',
                     'libssh-4': '0.5.4',
                     'libboost-filesystem1.49.0': '1.49.0',
                     'libboost-thread1.49.0': '1.49.0',
+                    'libboost-regex1.49.0': '1.49.0',
                     'libsndfile1': '1.0.25',
                     'libmagick++5': '8:6.7.7.10',
                     'libxml++2.6-2': '2.34.2',
@@ -92,6 +96,7 @@ deb_depends['8'] = {'libc6': '2.19-18',
                     'libboost-filesystem1.55.0': '1.55.0',
                     'libboost-thread1.55.0': '1.55.0',
                     'libboost-date-time1.55.0': '1.55.0',
+                    'libboost-regex1.55.0': '1.55.0',
                     'libsndfile1': '1.0.25-9.1',
                     'libmagick++-6.q16-5': '8:6.8.9.9-5',
                     'libxml++2.6-2': '2.36.0',
@@ -108,6 +113,7 @@ deb_depends['unstable'] = {'libc6': '2.13',
                     'libssh-4': '0.5.4',
                     'libboost-filesystem1.55.0': '1.55.0',
                     'libboost-thread1.55.0': '1.55.0',
+                    'libboost-regex1.55.0': '1.55.0',
                     'libsndfile1': '1.0.25',
                     'libmagick++5': '8:6.7.7.10',
                     'libxml++2.6-2': '2.34.2',
@@ -190,10 +196,11 @@ def make_spec(filename, version, target):
     print >>f,'%{_datadir}/applications/dcpomatic2.desktop'
     print >>f,'%{_datadir}/applications/dcpomatic2_batch.desktop'
     print >>f,'%{_datadir}/applications/dcpomatic2_server.desktop'
-    print >>f,'%{_datadir}/dcpomatic/taskbar_icon.png'
+    print >>f,'%{_datadir}/dcpomatic2/taskbar_icon.png'
+    print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
     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', 'ru_RU']:
+    for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL']:
         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
@@ -223,9 +230,9 @@ def make_spec(filename, version, target):
     print >>f,'/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :'
 
 def dependencies(target):
-    return (('ffmpeg-cdist', '0492ad2'),
-            ('libdcp', '13db82c'),
-            ('libsub', 'e607d5e'))
+    return (('ffmpeg-cdist', 'bd17594'),
+            ('libdcp', '1.0'),
+            ('libsub', '1.0'))
 
 def configure_options(target):
     opt = ''
@@ -268,7 +275,7 @@ def package_debian(target, cpu, version):
     f = open('debian/files', 'w')
     print >>f,'dcpomatic_%s-1_%s.deb video extra' % (version, cpu)
     shutil.rmtree('build/deb', ignore_errors=True)
-    
+
     os.makedirs('build/deb')
     os.chdir('build/deb')
     shutil.move('../../dcpomatic-%s.tar.bz2' % version, 'dcpomatic_%s.orig.tar.bz2' % version)
@@ -288,11 +295,11 @@ def package_debian(target, cpu, version):
         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')
 
     target.command('dpkg-buildpackage -uc -us')
-    
+
     debs = []
     for p in glob.glob('../*.deb'):
         debs.append(os.path.abspath(p))
-    
+
     return debs
 
 def package_centos(target, cpu, version):
@@ -327,7 +334,7 @@ def package(target, version):
     elif target.platform == 'linux':
         if target.bits == 32:
            cpu = 'i386'
-        else:  
+        else:
             cpu        = 'amd64'
 
        if target.distro == 'debian' or target.distro == 'ubuntu':