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