X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=905eb392a169cdffdfc740fdb8b0110572177082;hb=08ee5097bd526a6aa80ff023a81ad9f00201bbfa;hp=507283b721188aac26a4ff624dd865e4f9bc1516;hpb=d4467a8a07fa3411ce2fabc80e533e322a4fb796;p=dcpomatic.git diff --git a/cscript b/cscript index 507283b72..905eb392a 100644 --- a/cscript +++ b/cscript @@ -1,6 +1,6 @@ # -*- mode: python -*- # -# Copyright (C) 2012-2015 Carl Hetherington +# Copyright (C) 2012-2016 Carl Hetherington # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,144 +21,82 @@ from __future__ import print_function import glob import shutil import os +import copy -deb_build_depends = {'debhelper': '8.0.0', - 'python': '2.7.3', - 'g++': '4:4.6.3', - 'pkg-config': '0.26', - 'libssh-dev': '0.5.2', - 'libsndfile1-dev': '1.0.25', - 'libgtk2.0-dev': '2.24.10'} +deb_build_depends = {'debhelper', 'python', 'g++', 'pkg-config', 'libssh-dev', 'libsndfile1-dev', 'libgtk2.0-dev'} deb_depends = dict() -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', - 'libgtk2.0-0': '2.24.10', - 'libxmlsec1': '1.2.14-1.2build1', - 'libxmlsec1-openssl': '1.2.14-1.2build1', - 'libboost-date-time1.48.0': '1.48.0-3', - 'libcurl3': '7.22.0-3ubuntu4', - 'libzip2': '0.10-1ubuntu1', - 'libsamplerate0': '0.1.8-4', - 'libicu48': '4.8.1.1-3'} - -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', - 'libgtk2.0-0': '2.24.23-0ubuntu1', - 'libxmlsec1': '1.2.18-2ubuntu1', - 'libxmlsec1-openssl': '1.2.18-2ubuntu1', - 'libboost-date-time1.54.0': '1.54.0-4ubuntu3', - 'libcurl3': '7.35.0-1ubuntu2', - 'libzip2': '0.10.1-1.2', - 'libsamplerate0': '0.1.8-7', - 'libcairomm-1.0-1': '1.10.0-1ubuntu3', - 'libpangomm-1.4-1': '2.34.0-1ubuntu1', - 'libicu52': '52.1-3'} - -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', - 'libgtk2.0-0': '2.24.27-0ubuntu1', - 'libxmlsec1': '1.2.20-2ubuntu2', - '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', - 'libwxgtk3.0-0': '3.0.2-1', - 'libsamplerate0': '0.1.8-8', - 'libicu52': '52.1-8'} - -deb_depends['15.10'] = {'libc6': '2.21-0ubuntu4', - 'libssh-4': '0.6.3-3ubuntu3', - 'libboost-filesystem1.58.0': '1.58.0+dfsg-3.1ubuntu1', - 'libboost-thread1.58.0': '1.58.0+dfsg-3.1ubuntu1', - 'libboost-regex1.58.0': '1.58.0+dfsg-3.1ubuntu1', - 'libsndfile1': '1.0.25-9.1', - 'libmagick++-6.q16-5v5': '8:6.8.9.9-5ubuntu2', - 'libxml++2.6-2v5': '2.38.1-2', - 'libgtk2.0-0': '2.24.28-1ubuntu1', - 'libxmlsec1': '1.2.20-2ubuntu3', - 'libxmlsec1-openssl': '1.2.20-2ubuntu3', - 'libboost-date-time1.58.0': '1.58.0+dfsg-3.1ubuntu1', - 'libcurl3': '7.43.0-1ubuntu2', - 'libzip4': '1.0.1-0ubuntu1', - 'libwxgtk3.0-0v5': '3.0.2+dfsg-1.2', - 'libsamplerate0': '0.1.8-8', - 'libicu55': '55.1-4ubuntu1'} - -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', - 'libgtk2.0-0': '2.24.10', - 'libxmlsec1': '1.2.18', - 'libboost-date-time1.49.0': '1.49.0', - 'libxmlsec1-openssl': '1.2.18', - 'libcurl3': '7.26.0', - 'libzip2': '0.10.1', - 'libcairomm-1.0-1': '1.10.0-1', - 'libpangomm-1.4-1': '2.28.4-1', - 'libsamplerate0': '0.1.8-5', - 'libicu48': '4.8.1.1-12+deb7u3'} - -deb_depends['8'] = {'libc6': '2.19-18', - 'libssh-4': '0.6.3-4', - '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', - 'libgtk2.0-0': '2.24.25', - 'libxmlsec1': '1.2.20', - 'libxmlsec1-openssl': '1.2.20', - 'libcurl3': '7.38.0', - 'libzip2': '0.11.2', - 'libwxgtk3.0-0': '3.0.2', - 'libxcb-xfixes0': '1.10', - 'libxcb-shape0': '1.10', - 'libsamplerate0': '0.1.8-8', - 'libicu52': '52.1-8+deb8u2'} - -deb_depends['unstable'] = {'libc6': '2.19-22', - 'libssh-4': '0.6.3-4.1+b1', - 'libboost-filesystem1.58.0': '1.58.0+dfsg-4', - 'libboost-thread1.58.0': '1.58.0+dfsg-4', - 'libboost-regex1.58.0': '1.58.0+dfsg-4', - 'libsndfile1': '1.0.25-9.1', - 'libmagick++-6.q16-5v5': '8:6.8.9.9-6', - 'libxml++2.6-2v5': '2.40.1-1', - 'libgtk2.0-0': '2.24.28-1', - 'libxmlsec1': '1.2.20-2+b2', - 'libboost-date-time1.58.0': '1.58.0+dfsg-4', - 'libxmlsec1-openssl': '1.2.20-2+b2', - 'libcurl3': '7.45.0-1+b1', - 'libzip2': '0.11.2-1.2', - 'libsamplerate0': '0.1.8-8', - 'libicu52': '52.1-10'} +deb_depends_base = ['libc6', 'libssh-4', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libcurl3', 'libgtk2.0-0'] + +deb_depends['12.04'] = copy.deepcopy(deb_depends_base) +deb_depends['12.04'].extend(['libboost-filesystem1.48.0', + 'libboost-thread1.48.0', + 'libboost-regex1.48.0', + 'libmagick++4', + 'libxml++2.6-2', + 'libboost-date-time1.48.0', + 'libzip2', + 'libicu48']) + +deb_depends['14.04'] = copy.deepcopy(deb_depends_base) +deb_depends['14.04'].extend(['libboost-filesystem1.54.0', + 'libboost-thread1.54.0', + 'libboost-regex1.54.0', + 'libmagick++5', + 'libxml++2.6-2', + 'libboost-date-time1.54.0', + 'libzip2', + 'libcairomm-1.0-1', + 'libpangomm-1.4-1', + 'libicu52']) + +deb_depends['15.10'] = copy.deepcopy(deb_depends_base) +deb_depends['15.10'].extend(['libboost-filesystem1.58.0', + 'libboost-thread1.58.0', + 'libboost-regex1.58.0', + 'libmagick++-6.q16-5v5', + 'libxml++2.6-2v5', + 'libboost-date-time1.58.0', + 'libzip4', + 'libwxgtk3.0-0v5', + 'libicu55']) + +deb_depends['15.10'] = copy.deepcopy(deb_depends_base) +deb_depends['15.10'].extend(['libboost-filesystem1.49.0', + 'libboost-thread1.49.0', + 'libboost-regex1.49.0', + 'libmagick++5', + 'libxml++2.6-2', + 'libboost-date-time1.49.0', + 'libzip2', + 'libcairomm-1.0-1', + 'libpangomm-1.4-1', + 'libicu48']) + +deb_depends['8'] = copy.deepcopy(deb_depends_base) +deb_depends['8'].extend(['libboost-filesystem1.55.0', + 'libboost-thread1.55.0', + 'libboost-date-time1.55.0', + 'libboost-regex1.55.0', + 'libmagick++-6.q16-5', + 'libxml++2.6-2', + 'libzip2', + 'libwxgtk3.0-0', + 'libxcb-xfixes0', + 'libxcb-shape0', + 'libicu52']) + +deb_depends['unstable'] = copy.deepcopy(deb_depends_base) +deb_depends['unstable'].extend(['libboost-filesystem1.58.0', + 'libboost-thread1.58.0', + 'libboost-regex1.58.0', + 'libmagick++-6.q16-5v5', + 'libxml++2.6-2v5', + 'libgtk2.0-0', + 'libboost-date-time1.58.0', + 'libzip2', + 'libicu52']) def packages(name, packages, f): s = '%s: ' % name @@ -243,7 +181,7 @@ def make_spec(filename, version, target): print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_batch.png' % r, file=f) print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r, file=f) print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_server.png' % r, file=f) - for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', 'pt_PT', 'sk_SK', 'cs_CZ']: + for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', 'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN']: print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f) print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f) print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f) @@ -279,9 +217,9 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '96d67de', ffmpeg_options), - ('libdcp', 'c009f67'), - ('libsub', '76462cc')) + return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options), + ('libdcp', 'v1.3.2'), + ('libsub', 'b9fb00d')) def configure_options(target): opt = ''