6b55781002657bfd2e8a9168c6ad41b6ec1c4142
[dcpomatic.git] / cscript
1 # -*- mode: python -*-
2 #
3 #    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
4 #
5 #    This file is part of DCP-o-matic.
6 #
7 #    DCP-o-matic is free software; you can redistribute it and/or modify
8 #    it under the terms of the GNU General Public License as published by
9 #    the Free Software Foundation; either version 2 of the License, or
10 #    (at your option) any later version.
11 #
12 #    DCP-o-matic is distributed in the hope that it will be useful,
13 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #    GNU General Public License for more details.
16 #
17 #    You should have received a copy of the GNU General Public License
18 #    along with DCP-o-matic.  If not, see <http://www.gnu.org/licenses/>.
19 #
20
21 from __future__ import print_function
22 import glob
23 import shutil
24 import os
25 import copy
26 import json
27
28 deb_build_depends = dict()
29
30 deb_build_depends_base = ['debhelper', 'python', 'g++', 'pkg-config', 'libsndfile1-dev', 'libgtk2.0-dev', 'libx264-dev']
31
32 deb_build_depends['16.04'] = copy.deepcopy(deb_build_depends_base)
33 deb_build_depends['16.04'].extend(['libssh-dev'])
34 deb_build_depends['18.04'] = copy.deepcopy(deb_build_depends_base)
35 deb_build_depends['18.04'].extend(['libssh-dev'])
36 deb_build_depends['20.04'] = copy.deepcopy(deb_build_depends_base)
37 deb_build_depends['20.04'].extend(['libssh-dev'])
38 deb_build_depends['20.10'] = copy.deepcopy(deb_build_depends_base)
39 deb_build_depends['20.10'].extend(['libssh-dev'])
40 deb_build_depends['21.04'] = copy.deepcopy(deb_build_depends_base)
41 deb_build_depends['21.04'].extend(['libssh-dev'])
42 deb_build_depends['9'] = copy.deepcopy(deb_build_depends_base)
43 deb_build_depends['9'].extend(['libssh-gcrypt-dev'])
44 deb_build_depends['10'] = copy.deepcopy(deb_build_depends_base)
45 deb_build_depends['10'].extend(['libssh-gcrypt-dev'])
46 deb_build_depends['unstable'] = copy.deepcopy(deb_build_depends_base)
47
48 deb_depends = dict()
49 deb_depends_gui = dict()
50
51 deb_depends_base = ['libc6', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libgtk2.0-0']
52
53 deb_depends['16.04'] = copy.deepcopy(deb_depends_base)
54 deb_depends['16.04'].extend(['libboost-filesystem1.58.0',
55                              'libboost-thread1.58.0',
56                              'libboost-regex1.58.0',
57                              'libxml++2.6-2v5',
58                              'libboost-date-time1.58.0',
59                              'libzip4',
60                              'libcairomm-1.0-1v5',
61                              'libpangomm-1.4-1v5',
62                              'libwxgtk3.0-0v5',
63                              'libicu55',
64                              'libnettle6',
65                              'libssh-4',
66                              'libx264-148',
67                              'libcurl3'])
68
69 deb_depends['18.04'] = copy.deepcopy(deb_depends_base)
70 deb_depends['18.04'].extend(['libboost-filesystem1.65.1',
71                              'libboost-thread1.65.1',
72                              'libboost-regex1.65.1',
73                              'libboost-date-time1.65.1',
74                              'libcairomm-1.0-1v5',
75                              'libpangomm-1.4-1v5',
76                              'libxml++2.6-2v5',
77                              'libzip4',
78                              'libwxgtk3.0-0v5',
79                              'libicu60',
80                              'libnettle6',
81                              'libssh-4',
82                              'libx264-152',
83                              'libcurl4',
84                              'libpulse0'])
85
86 deb_depends['20.04'] = copy.deepcopy(deb_depends_base)
87 deb_depends['20.04'].extend(['libboost-filesystem1.71.0',
88                              'libboost-thread1.71.0',
89                              'libboost-regex1.71.0',
90                              'libboost-date-time1.71.0',
91                              'libcairomm-1.0-1v5',
92                              'libpangomm-1.4-1v5',
93                              'libxml++2.6-2v5',
94                              'libzip5',
95                              'libwxgtk3.0-gtk3-0v5',
96                              'libicu66',
97                              'libnettle7',
98                              'libssh-4',
99                              'libx264-155',
100                              'libcurl4',
101                              'libpulse0',
102                              'libxerces-c3.2',
103                              'libnanomsg5'])
104
105 deb_depends['20.10'] = copy.deepcopy(deb_depends_base)
106 deb_depends['20.10'].extend(['libboost-filesystem1.71.0',
107                              'libboost-thread1.71.0',
108                              'libboost-regex1.71.0',
109                              'libboost-date-time1.71.0',
110                              'libcairomm-1.0-1v5',
111                              'libpangomm-1.4-1v5',
112                              'libxml++2.6-2v5',
113                              'libzip5',
114                              'libicu67',
115                              'libnettle8',
116                              'libssh-4',
117                              'libx264-160',
118                              'libcurl4',
119                              'libpulse0',
120                              'libxerces-c3.2',
121                              'libnanomsg5'])
122
123 deb_depends['21.04'] = copy.deepcopy(deb_depends_base)
124 deb_depends['21.04'].extend(['libboost-filesystem1.74.0',
125                              'libboost-thread1.74.0',
126                              'libboost-regex1.74.0',
127                              'libboost-date-time1.74.0',
128                              'libcairomm-1.0-1v5',
129                              'libpangomm-1.4-1v5',
130                              'libxml++2.6-2v5',
131                              'libzip4',
132                              'libicu67',
133                              'libnettle8',
134                              'libssh-4',
135                              'libx264-160',
136                              'libcurl4',
137                              'libpulse0',
138                              'libxerces-c3.2',
139                              'libnanomsg5'])
140
141 deb_depends['9'] = copy.deepcopy(deb_depends_base)
142 deb_depends['9'].extend(['libboost-filesystem1.62.0',
143                          'libboost-thread1.62.0',
144                          'libboost-regex1.62.0',
145                          'libboost-date-time1.62.0',
146                          'libxml++2.6-2v5',
147                          'libgtk2.0-0',
148                          'libzip4',
149                          'libcairomm-1.0-1v5',
150                          'libpangomm-1.4-1v5',
151                          'libicu57',
152                          'libssh-4',
153                          'libssh-gcrypt-4',
154                          'libnettle6',
155                          'libx264-148',
156                          'libcurl3'])
157
158 deb_depends_gui['9'] = [ 'libwxgtk3.0-0v5',
159                          'libxcb-xfixes0',
160                          'libxcb-shape0',
161                          'libasound2',
162                          'libpulse0' ]
163
164 deb_depends['10'] = copy.deepcopy(deb_depends_base)
165 deb_depends['10'].extend(['libboost-filesystem1.67.0',
166                           'libboost-thread1.67.0',
167                           'libboost-regex1.67.0',
168                           'libboost-date-time1.67.0',
169                           'libxml++2.6-2v5',
170                           'libgtk2.0-0',
171                           'libzip4',
172                           'libcairomm-1.0-1v5',
173                           'libpangomm-1.4-1v5',
174                           'libicu63',
175                           'libssh-4',
176                           'libssh-gcrypt-4',
177                           'libnettle6',
178                           'libx264-155',
179                           'libcurl4'])
180
181 deb_depends_gui['10'] = [ 'libwxgtk3.0-0v5',
182                           'libxcb-xfixes0',
183                           'libxcb-shape0',
184                           'libasound2',
185                           'libpulse0' ]
186
187 deb_depends['unstable'] = copy.deepcopy(deb_depends_base)
188 deb_depends['unstable'].extend(['libboost-filesystem1.67.0',
189                                 'libboost-thread1.67.0',
190                                 'libboost-regex1.67.0',
191                                 'libboost-date-time1.67.0',
192                                 'libxml++2.6-2v5',
193                                 'libgtk2.0-0',
194                                 'libzip4',
195                                 'libicu63',
196                                 'libnettle6',
197                                 'libx264-155',
198                                 'libcurl4'])
199
200 def packages(name, packages, f):
201     s = '%s: ' % name
202     for p in packages:
203         s += str(p) + ', '
204     print(s[:-2], file=f)
205
206 def make_control(debian_version, bits, filename, debug, gui):
207     f = open(filename, 'w')
208     print('Source: dcpomatic', file=f)
209     print('Section: video', file=f)
210     print('Priority: extra', file=f)
211     print('Maintainer: Carl Hetherington <carl@dcpomatic.com>', file=f)
212     packages('Build-Depends', deb_build_depends[debian_version], f)
213     print('Standards-Version: 3.9.3', file=f)
214     print('Homepage: https://dcpomatic.com/', file=f)
215     print('', file=f)
216     print('Package: dcpomatic', file=f)
217     if bits == 32:
218         print('Architecture: i386', file=f)
219     else:
220         print('Architecture: amd64', file=f)
221
222     pkg = deb_depends[debian_version]
223     if gui and debian_version in deb_depends_gui:
224         pkg.extend(deb_depends_gui[debian_version])
225
226     packages('Depends', pkg, f)
227
228     print('Description: Generator of Digital Cinema Packages (DCPs)', file=f)
229     print('  DCP-o-matic generates Digital Cinema Packages (DCPs) from videos, images,', file=f)
230     print('  sound and subtitle files.  You can use it to make content for playback on DCI-compliant', file=f)
231     print('  cinema projectors.', file=f)
232
233     if debug:
234         print('', file=f)
235         print('Package: dcpomatic-dbg', file=f)
236         if bits == 32:
237             print('Architecture: i386', file=f)
238         else:
239             print('Architecture: amd64', file=f)
240         print('Section: debug', file=f)
241         print('Priority: extra', file=f)
242         packages('Depends', pkg, f)
243         print('Description: debugging symbols for dcpomatic', file=f)
244         print('  This package contains the debugging symbols for dcpomatic.', file=f)
245         print('', file=f)
246
247 def make_spec(filename, version, target, options, requires=None):
248     """Make a .spec file for a RPM build"""
249     f = open(filename, 'w')
250     print('Summary:A program that generates Digital Cinema Packages (DCPs) from video and audio files', file=f)
251     print('Name:dcpomatic2', file=f)
252     print('Version:%s' % version, file=f)
253     print('Release:1%{?dist}', file=f)
254     print('License:GPL', file=f)
255     print('Group:Applications/Multimedia', file=f)
256     print('URL:https://dcpomatic.com/', file=f)
257     if requires is not None:
258         print('Requires:%s' % requires, file=f)
259     print('', file=f)
260     print('%description', file=f)
261     print('DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio ', file=f)
262     print('files for presentation on DCI-compliant digital projectors.', file=f)
263     print('', file=f)
264     print('%files', file=f)
265     print('%{_bindir}/dcpomatic2', file=f)
266     print('%{_bindir}/dcpomatic2_batch', file=f)
267     print('%{_bindir}/dcpomatic2_cli', file=f)
268     print('%{_bindir}/dcpomatic2_create', file=f)
269     print('%{_bindir}/dcpomatic2_kdm', file=f)
270     print('%{_bindir}/dcpomatic2_server', file=f)
271     print('%{_bindir}/dcpomatic2_server_cli', file=f)
272     print('%{_bindir}/dcpomatic2_kdm_cli', file=f)
273     print('%{_bindir}/dcpomatic2_player', file=f)
274     print('%{_bindir}/dcpomatic2_playlist', file=f)
275     print('%{_datadir}/applications/dcpomatic2.desktop', file=f)
276     print('%{_datadir}/applications/dcpomatic2_batch.desktop', file=f)
277     print('%{_datadir}/applications/dcpomatic2_server.desktop', file=f)
278     print('%{_datadir}/applications/dcpomatic2_kdm.desktop', file=f)
279     print('%{_datadir}/applications/dcpomatic2_player.desktop', file=f)
280     print('%{_datadir}/applications/dcpomatic2_playlist.desktop', file=f)
281     print('%{_datadir}/dcpomatic2/dcpomatic2_server_small.png', file=f)
282     print('%{_datadir}/dcpomatic2/select.png', file=f)
283     print('%{_datadir}/dcpomatic2/sequence.png', file=f)
284     print('%{_datadir}/dcpomatic2/snap.png', file=f)
285     print('%{_datadir}/dcpomatic2/zoom.png', file=f)
286     print('%{_datadir}/dcpomatic2/zoom_all.png', file=f)
287     print('%{_datadir}/dcpomatic2/tick.png', file=f)
288     print('%{_datadir}/dcpomatic2/no_tick.png', file=f)
289     print('%{_datadir}/dcpomatic2/me.jpg', file=f)
290     print('%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf', file=f)
291     print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f)
292     print('%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf', file=f)
293     print('%{_datadir}/dcpomatic2/splash.png', file=f)
294     for r in ['128x128', '16x16', '22x22', '256x256', '32x32', '48x48', '512x512', '64x64']:
295         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r, file=f)
296         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_batch.png' % r, file=f)
297         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r, file=f)
298         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_server.png' % r, file=f)
299         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_player.png' % r, file=f)
300         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_playlist.png' % r, file=f)
301     for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK',
302               'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'tr_TR', 'ko_KR']:
303         print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f)
304         print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f)
305         print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f)
306     print('', file=f)
307     print('%prep', file=f)
308     print('rm -rf $RPM_BUILD_DIR/dcpomatic-%s' % version, file=f)
309     print('tar xjf $RPM_SOURCE_DIR/dcpomatic-%s.tar.bz2' % version, file=f)
310     print('%build', file=f)
311     print('cd dcpomatic-%s' % version, file=f)
312     print('export PKG_CONFIG_PATH=%s/lib/pkgconfig:%s/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig' % (target.directory, target.directory), file=f)
313
314     print('CXXFLAGS="-I%s/include" LDFLAGS="-L%s/lib" ./waf configure --prefix=%%{buildroot}/usr --install-prefix=/usr %s' %
315           (target.directory, target.directory, configure_options(target, options)), file=f)
316     print('./waf', file=f)
317     print('%install', file=f)
318     print('cd dcpomatic-%s' % version, file=f)
319     print('./waf install', file=f)
320     print('', file=f)
321     print('%post', file=f)
322     print('/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
323     print('', file=f)
324     print('%postun', file=f)
325     print('if [ $1 -eq 0 ] ; then', file=f)
326     print('    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null', file=f)
327     print('    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
328     print('fi', file=f)
329     print('', file=f)
330     print('%posttrans', file=f)
331     print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
332
333 def dependencies(target):
334
335     if target.platform == 'linux':
336         ffmpeg_options = { 'shared': False }
337     else:
338         ffmpeg_options = {}
339
340     if target.platform == 'windows' and target.version == 'xp':
341         deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
342     elif target.platform != 'linux' or target.distro != 'arch':
343         deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)]
344     else:
345         # Use distro-provided FFmpeg on Arch
346         deps = []
347
348     deps.append(('libdcp', 'v1.6.18'))
349     deps.append(('libsub', 'v1.4.25'))
350     deps.append(('rtaudio-cdist', 'bf0fc23'))
351
352     return deps
353
354 def option_defaults():
355     return { "gui": True, "variant": None }
356
357 def configure_options(target, options):
358     opt = ''
359
360     if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'):
361         # Currently we only build tests on Ubuntu 18.04
362         opt += ' --disable-tests'
363
364     if target.debug:
365         opt += ' --enable-debug'
366     if target.platform == 'windows':
367         opt += ' --target-windows'
368     elif target.platform == 'linux':
369         opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
370         if target.distro == 'centos':
371             if target.version == '6.5':
372                 opt += ' --static-boost --static-xmlpp'
373             elif target.version == '7':
374                 opt += ' --workaround-gssapi'
375                 # Centos 7 ships with glibmm 2.50.0 which requires C++11
376                 # but its compiler (gcc 4.8.5) defaults to C++97.  Go figure.
377                 # I worry that this will cause ABI problems but I don't have
378                 # a better solution.
379                 opt += ' --force-cpp11'
380
381     if not options['gui']:
382         opt += ' --disable-gui'
383
384     if options['variant'] is not None:
385         opt += ' --variant=%s' % options['variant']
386
387     # Build Windows debug versions with static linking as I think gdb works better then
388     if target.debug and target.platform == 'windows':
389         opt += ' --static-dcpomatic'
390
391     return opt
392
393 def build(target, options):
394     if target.platform == 'flatpak':
395         target.checkout_dependencies()
396         prefix = 'https://dcpomatic.com/deps'
397         modules = []
398         modules.append({'name': 'libzip',
399                         'buildsystem': 'cmake',
400                         'sources': [{'type': 'archive',
401                                      'url': '%s/libzip-1.4.0.tar.xz' % prefix,
402                                      'sha256': 'e508aba025f5f94b267d5120fc33761bcd98440ebe49dbfe2ed3df3afeacc7b1'}]})
403         modules.append({'name': 'libsigc++',
404                         'sources': [{'type': 'archive',
405                                      'url': '%s/libsigc++-2.10.0.tar.xz' % prefix,
406                                      'sha256': 'f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81'}]})
407         modules.append({'name': 'glibmm',
408                         'sources': [{'type': 'archive',
409                                      'url': '%s/glibmm-2.48.1.tar.xz' % prefix,
410                                      'sha256': 'dc225f7d2f466479766332483ea78f82dc349d59399d30c00de50e5073157cdf'}]})
411         modules.append({'name': 'cairomm',
412                         'sources': [{'type': 'archive',
413                                      'url': '%s/cairomm-1.12.2.tar.gz' % prefix,
414                                      'sha256': '45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599'}]})
415         modules.append({'name': 'pangomm',
416                         'sources': [{'type': 'archive',
417                                      'url': '%s/pangomm-2.40.1.tar.xz' % prefix,
418                                      'sha256': '9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af'}]})
419         modules.append({'name': 'libxml++',
420                         'sources': [{'type': 'archive',
421                                      'url': '%s/libxml++-2.40.1.tar.xz' % prefix,
422                                      'sha256': '4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9'}]})
423         modules.append({'name': 'xmlsec1',
424                         'sources': [{'type': 'archive',
425                                      'url': '%s/xmlsec1-1.2.25.tar.gz' % prefix,
426                                      'sha256': '967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2'}]}) 
427         modules.append({'name': 'openjpeg2',
428                         'buildsystem': 'cmake',
429                         'sources': [{'type': 'dir', 'path': os.path.abspath('../openjpeg2-cdist')}]})
430         modules.append({'name': 'boost',
431                         'buildsystem': 'simple',
432                         'build-commands': [
433                             './bootstrap.sh --prefix=/app',
434                             './b2 install'
435                         ],
436                         'sources': [{'type': 'archive',
437                                      'url': '%s/boost_1_66_0.tar.bz2' % prefix,
438                                      'sha256': '5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9'}]})
439         modules.append({'name': 'asdcplib',
440                         'buildsystem': 'simple',
441                         'build-commands': [
442                             './waf configure --prefix=/app  --libdir=/app/lib build install'
443                         ],
444                         'sources': [{'type': 'dir', 'path': os.path.abspath('../asdcplib-cth')}]})
445         modules.append({'name': 'locked_sstream',
446                         'buildsystem': 'simple',
447                         'build-commands': [
448                             './waf configure --prefix=/app build install'
449                         ],
450                         'sources': [{'type': 'dir', 'path': os.path.abspath('../locked_sstream')}]})
451         modules.append({'name': 'libcxml',
452                         'buildsystem': 'simple',
453                         'build-commands': [
454                             './waf configure --prefix=/app  --libdir=/app/lib build install'
455                         ],
456                         'sources': [{'type': 'dir', 'path': os.path.abspath('../libcxml')}]})
457         modules.append({'name': 'libdcp',
458                         'buildsystem': 'simple',
459                         'build-commands': [
460                             './waf configure --prefix=/app --libdir=/app/lib build install'
461                         ],
462                         'sources': [{'type': 'dir', 'path': os.path.abspath('../libdcp')}]})
463         modules.append({'name': 'libsub',
464                         'buildsystem': 'simple',
465                         'build-commands': [
466                             './waf configure --prefix=/app --libdir=/app/lib build install'
467                         ],
468                         'sources': [{'type': 'dir', 'path': os.path.abspath('../libsub')}]})
469         modules.append({'name': 'rtaudio',
470                         'build-options': {
471                             'config-opts': [
472                                 '--prefix=/app',
473                                 '--with-pulse',
474                                 '--with-alsa'
475                             ]
476                         },
477                         'sources': [{'type': 'dir', 'path': os.path.abspath('../rtaudio-cdist')}]})
478         modules.append({'name': 'wxwidgets',
479                         'sources': [{'type': 'archive',
480                                      'url': '%s/wxWidgets-3.0.3.tar.bz2' % prefix,
481                                      'sha256': '08c8033f48ec1b23520f036cde37b5ae925a6a65f137ded665633ca159b9307b'}]})
482         modules.append({'name': 'libssh',
483                         'buildsystem': 'cmake',
484                         'builddir': True,
485                         'sources': [{'type': 'archive',
486                                      'url': '%s/libssh-0.7.5.tar.xz' % prefix,
487                                      'sha256': '54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095'}]})
488         modules.append({'name': 'dcpomatic',
489                         'buildsystem': 'simple',
490                         'build-commands': [
491                             './waf configure --prefix=/app build install'
492                         ],
493                         'build-options': {
494                             'build-args': ['--share=network']
495                         },
496                         'sources': [{'type': 'dir', 'path': os.path.abspath('.')}]})
497         desc = {'app-id': 'com.dcpomatic.DCP-o-matic',
498                 'runtime': 'org.gnome.Sdk',
499                 'runtime-version': '3.26',
500                 'sdk': 'org.gnome.Sdk',
501                 'command': 'dcpomatic2',
502                 'finish-args': ['--socket=x11', '--share=ipc', '--share=network', '--socket=pulseaudio', '--filesystem=host'],
503                 'modules': modules}
504         os.makedirs('build/platform')
505         with open('build/com.dcpomatic.DCP-o-matic.json', 'w') as outfile:
506             json.dump(desc, outfile)
507         target.command('%s --repo=build/platform/repo build/platform/flatpak build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder())
508     else:
509         target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options)))
510         target.command('./waf')
511
512         if target.platform == 'linux' or target.platform == 'osx':
513             target.command('./waf install')
514
515 def package_windows(target):
516     identifier = ''
517     if target.version is not None:
518         identifier = '%s.' % target.version
519     identifier += '%d' % target.bits
520     shutil.copyfile('build/platform/windows/installer.%s.nsi' % identifier, 'build/platform/windows/installer2.%s.nsi' % identifier)
521     target.command('sed -i "s~%%resources%%~%s/platform/windows~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
522     target.command('sed -i "s~%%graphics%%~%s/graphics~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
523     target.command('sed -i "s~%%static_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.windows_prefix, identifier))
524     target.command('sed -i "s~%%cdist_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.directory, identifier))
525     target.command('sed -i "s~%%mingw%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.environment_prefix, identifier))
526     target.command('sed -i "s~%%binaries%%~%s/build~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
527     target.command('sed -i "s~%%bits%%~32~g" build/platform/windows/installer2.%s.nsi' % identifier)
528     target.command('makensis build/platform/windows/installer2.%s.nsi' % identifier)
529     return os.path.abspath(glob.glob('build/platform/windows/*%s*.exe' % target.bits)[0])
530
531 def package_debian(target, cpu, version, options):
532     make_control(target.version, target.bits, 'debian/control', target.debug, options['gui'])
533     target.command('./waf dist')
534     f = open('debian/files', 'w')
535     print('dcpomatic_%s-1_%s.deb video extra' % (version, cpu), file=f)
536     shutil.rmtree('build/deb', ignore_errors=True)
537
538     os.makedirs('build/deb')
539     os.chdir('build/deb')
540     shutil.move('../../dcpomatic-%s.tar.bz2' % version, 'dcpomatic_%s.orig.tar.bz2' % version)
541     target.command('tar xjf dcpomatic_%s.orig.tar.bz2' % version)
542     os.chdir('dcpomatic-%s' % version)
543     target.command('dch -b -v %s-1 "New upstream release."' % version)
544     target.set('CDIST_LINKFLAGS', target.get('LINKFLAGS'))
545     target.set('CDIST_CXXFLAGS', target.get('CXXFLAGS'))
546     target.set('CDIST_PKG_CONFIG_PATH', target.get('PKG_CONFIG_PATH'))
547
548     target.set('CDIST_CONFIGURE', '"' + configure_options(target, options) + '"')
549     if target.debug:
550         target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg')
551     if target.version in ['7', '14.04']:
552         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')
553     else:
554         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
555
556     target.command('dpkg-buildpackage -uc -us')
557
558     debs = []
559     for p in glob.glob('../*.deb'):
560         debs.append(os.path.abspath(p))
561
562     return debs
563
564 def package_rpm(target, cpu, version, options):
565     topdir = os.path.realpath('build/rpmbuild')
566     os.makedirs('%s/BUILD' % topdir)
567     os.makedirs('%s/RPMS' % topdir)
568     os.makedirs('%s/SOURCES' % topdir)
569     os.makedirs('%s/SPECS' % topdir)
570     os.makedirs('%s/SRPMS' % topdir)
571
572     target.command('./waf dist')
573     shutil.copyfile(
574         "%s/src/dcpomatic/dcpomatic-%s.tar.bz2" % (target.directory, version),
575         "%s/SOURCES/dcpomatic-%s.tar.bz2" % (topdir, version)
576         )
577
578     requires = None
579     if target.distro == 'mageia':
580         requires = "lib64xmlsec1-devel"
581
582     make_spec('build/platform/linux/dcpomatic2.spec', version, target, options, requires)
583     cmd = 'rpmbuild --define "_topdir %s" -bb build/platform/linux/dcpomatic2.spec' % topdir
584     target.command(cmd)
585     rpms = []
586
587     if cpu == "amd64":
588         cpu = "x86_64"
589     else:
590         cpu = "i686"
591
592     for p in glob.glob('%s/RPMS/%s/*.rpm' % (topdir, cpu)):
593         rpms.append(os.path.abspath(p))
594
595     return rpms
596
597 def make_appimage(target, nice_name, internal_name, version):
598     nice_filename = nice_name.replace(' ', '_')
599     os.makedirs('build/%s.AppDir/usr/bin' % nice_filename)
600     target.command('cp %s/bin/%s build/%s.AppDir/usr/bin' % (target.directory, internal_name, nice_filename))
601     with open('build/%s.AppDir/AppRun' % nice_filename, 'w') as f:
602         print('#!/bin/bash', file=f)
603         print('export APPDIR="$(dirname "$(readlink -f "$0")")"', file=f)
604         print('export PATH=$APPDIR/usr/bin:$PATH', file=f)
605         print('export XDG_DATA_DIRS="$APPDIR/usr/share/:/usr/share/:$XDG_DATA_DIRS"', file=f)
606         print('"$APPDIR"/usr/bin/%s $@' % internal_name, file=f)
607     target.command('chmod a+rx build/%s.AppDir/AppRun' % nice_filename)
608     with open('build/%s.AppDir/%s.desktop' % (nice_filename, internal_name), 'w') as f:
609         print('[Desktop Entry]', file=f)
610         print('Type=Application', file=f)
611         print('Categories=AudioVideo;', file=f)
612         print('Name=%s' % nice_name, file=f)
613         print('Icon=%s' % internal_name, file=f)
614     target.command('cp graphics/linux/256/%s.png build/%s.AppDir' % (internal_name, nice_filename))
615     target.command('linuxdeploy-x86_64.AppImage --appdir build/%s.AppDir' % nice_filename)
616     target.command('appimagetool-x86_64.AppImage build/%s.AppDir' % nice_filename)
617     target.command('mv %s-x86_64.AppImage build/%s-%s-x86_64.AppImage' % (nice_filename, nice_filename, version))
618     return os.path.abspath('build/%s-%s-x86_64.AppImage' % (nice_filename, version))
619
620 def package(target, version, options):
621     """version: DCP-o-matic version string"""
622     if target.platform == 'windows':
623         return package_windows(target)
624     elif target.platform == 'linux':
625         if target.detail == 'appimage':
626             out = []
627             out.append(make_appimage(target, 'DCP-o-matic', 'dcpomatic2', version))
628             out.append(make_appimage(target, 'DCP-o-matic Player', 'dcpomatic2_player', version))
629             out.append(make_appimage(target, 'DCP-o-matic Playlist Editor', 'dcpomatic2_playlist', version))
630             out.append(make_appimage(target, 'DCP-o-matic KDM Creator', 'dcpomatic2_kdm', version))
631             out.append(make_appimage(target, 'DCP-o-matic Batch Converter', 'dcpomatic2_batch', version))
632             out.append(make_appimage(target, 'DCP-o-matic Encode Server', 'dcpomatic2_server', version))
633             return out
634         else:
635             if target.bits == 32:
636                 cpu = 'i386'
637             else:
638                 cpu = 'amd64'
639
640             if target.distro == 'debian' or target.distro == 'ubuntu':
641                 return package_debian(target, cpu, version, options)
642             elif target.distro == 'centos' or target.distro == 'fedora' or target.distro == 'mageia':
643                 return package_rpm(target, cpu, version, options)
644     elif target.platform == 'osx' and target.bits is None:
645         target.command('bash platform/osx/make_dmg.sh %s %s universal %s %s' % (target.environment_prefix, target.directory, target.apple_id, target.apple_password))
646         return [os.path.abspath(x) for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg')]
647     elif target.platform == 'osx' and target.bits == 64:
648         target.command('bash platform/osx/make_dmg.sh %s %s thin %s %s' % (target.environment_prefix, target.directory, target.apple_id, target.apple_password))
649         return [os.path.abspath(x) for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg')]
650     elif target.platform == 'docker':
651         shutil.copyfile(target.deb, 'build/platform/docker')
652         f = open('build/platform/docker/Dockerfile', 'w')
653         print('FROM debian:jessie', file=f)
654         print('MAINTAINER carl@dcpomatic.com', file=f)
655         print('ADD build/platform/docker/dcpomatic_%s-1_amd64.deb /tmp' % (version, version), file=f)
656         print('RUN apt-get -o Acquire:http::Timeout="5" update; exit 0', file=f)
657         print('RUN dpkg -i /tmp/dcpomatic_*.deb; exit 0', file=f)
658         print('RUN apt-get -y -f install', file=f)
659         print('RUN apt-get clean', file=f)
660         print('EXPOSE 6192', file=f)
661         print('CMD ["/usr/bin/dcpomatic2_server_cli", "--verbose"]', file=f)
662         f.close()
663         target.command('docker build build/platform/docker -t dcpomatic-server:%s' % version)
664         target.command('docker save dcpomatic-server:%s -o dcpomatic-server-%s-docker.tar' % (version, version))
665     elif target.platform == 'flatpak':
666         target.command('%s build-bundle build/platform/repo build/dcpomatic_%s.flatpak com.dcpomatic.DCP-o-matic' % (target.flatpak(), version))
667         return os.path.abspath('build/dcpomatic_%s.flatpak' % version)
668
669 def make_pot(target):
670     target.command('./waf pot')
671     return [os.path.abspath('build/src/lib/libdcpomatic.pot'),
672             os.path.abspath('build/src/wx/libdcpomatic-wx.pot'),
673             os.path.abspath('build/src/tools/dcpomatic.pot')]
674
675 def make_manual(target):
676     os.chdir('doc/manual')
677     target.command('make')
678     target.command('pdflatex colour.tex')
679     return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
680
681 def test(target, test):
682     if target.platform != 'windows':
683         target.set('LC_ALL', 'C')
684         cmd = 'run/tests '
685         if target.debug:
686             cmd += '--backtrace '
687         if test is not None:
688             cmd += '--run_test=%s' % test
689         target.command(cmd)