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