5514c2ae784e920357e5c649583e464d66b7d15e
[dcpomatic.git] / cscript
1 # -*- mode: python -*-
2 #
3 #    Copyright (C) 2012-2022 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', 'g++', 'pkg-config', 'libsndfile1-dev', 'libgtk2.0-dev', 'libx264-dev']
31
32 for v in ['16.04', '18.04', '20.04', '20.10', '21.04', '21.10']:
33     deb_build_depends[v] = copy.deepcopy(deb_build_depends_base)
34     deb_build_depends[v].extend(['libssh-dev', 'python'])
35 for v in ['22.04', '22.10']:
36     deb_build_depends[v] = copy.deepcopy(deb_build_depends_base)
37     deb_build_depends[v].extend(['libssh-dev', 'python3.10'])
38 for v in ['9', '10']:
39     deb_build_depends[v] = copy.deepcopy(deb_build_depends_base)
40     deb_build_depends[v].extend(['libssh-gcrypt-dev', 'python'])
41 for v in ['11']:
42     deb_build_depends[v] = copy.deepcopy(deb_build_depends_base)
43     deb_build_depends[v].extend(['libssh-gcrypt-dev', 'python3.9'])
44 deb_build_depends['unstable'] = copy.deepcopy(deb_build_depends_base)
45 deb_build_depends['unstable'].extend(['python3'])
46
47 deb_depends = dict()
48 deb_depends_gui = dict()
49
50 deb_depends_base = ['libc6', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libgtk2.0-0']
51
52 deb_depends['16.04'] = copy.deepcopy(deb_depends_base)
53 deb_depends['16.04'].extend(['libboost-filesystem1.58.0',
54                              'libboost-thread1.58.0',
55                              'libboost-regex1.58.0',
56                              'libxml++2.6-2v5',
57                              'libboost-date-time1.58.0',
58                              'libzip4',
59                              'libcairomm-1.0-1v5',
60                              'libpangomm-1.4-1v5',
61                              'libicu55',
62                              'libnettle6',
63                              'libssh-4',
64                              'libx264-148',
65                              'libcurl3',
66                              'libxerces-c3.1'])
67
68 deb_depends['18.04'] = copy.deepcopy(deb_depends_base)
69 deb_depends['18.04'].extend(['libboost-filesystem1.65.1',
70                              'libboost-thread1.65.1',
71                              'libboost-regex1.65.1',
72                              'libboost-date-time1.65.1',
73                              'libcairomm-1.0-1v5',
74                              'libpangomm-1.4-1v5',
75                              'libxml++2.6-2v5',
76                              'libzip4',
77                              'libicu60',
78                              'libnettle6',
79                              'libssh-4',
80                              'libx264-152',
81                              'libcurl4',
82                              'libpulse0',
83                              'libxerces-c3.2',
84                              'libnanomsg4'])
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                              'libicu66',
96                              'libnettle7',
97                              'libssh-4',
98                              'libx264-155',
99                              'libcurl4',
100                              'libpulse0',
101                              'libxerces-c3.2',
102                              'libnanomsg5'])
103
104 deb_depends['21.10'] = copy.deepcopy(deb_depends_base)
105 deb_depends['21.10'].extend(['libboost-filesystem1.74.0',
106                              'libboost-thread1.74.0',
107                              'libboost-regex1.74.0',
108                              'libboost-date-time1.74.0',
109                              'libcairomm-1.0-1v5',
110                              'libpangomm-1.4-1v5',
111                              'libxml++2.6-2v5',
112                              'libzip4',
113                              'libicu67',
114                              'libnettle8',
115                              'libssh-4',
116                              'libx264-160',
117                              'libcurl4',
118                              'libpulse0',
119                              'libxerces-c3.2',
120                              'libnanomsg5',
121                              'libdav1d4'])
122
123 deb_depends['22.04'] = copy.deepcopy(deb_depends_base)
124 deb_depends['22.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                              'libicu70',
133                              'libnettle8',
134                              'libssh-4',
135                              'libx264-163',
136                              'libcurl4',
137                              'libpulse0',
138                              'libxerces-c3.2',
139                              'libnanomsg5',
140                              'libdav1d5'])
141
142 deb_depends['22.10'] = copy.deepcopy(deb_depends_base)
143 deb_depends['22.10'].extend(['libboost-filesystem1.74.0',
144                              'libboost-thread1.74.0',
145                              'libboost-regex1.74.0',
146                              'libboost-date-time1.74.0',
147                              'libcairomm-1.0-1v5',
148                              'libpangomm-1.4-1v5',
149                              'libxml++2.6-2v5',
150                              'libzip4',
151                              'libicu71',
152                              'libnettle8',
153                              'libssh-4',
154                              'libx264-164',
155                              'libcurl4',
156                              'libpulse0',
157                              'libxerces-c3.2',
158                              'libnanomsg5'])
159
160
161 deb_depends['9'] = copy.deepcopy(deb_depends_base)
162 deb_depends['9'].extend(['libboost-filesystem1.62.0',
163                          'libboost-thread1.62.0',
164                          'libboost-regex1.62.0',
165                          'libboost-date-time1.62.0',
166                          'libxml++2.6-2v5',
167                          'libgtk2.0-0',
168                          'libzip4',
169                          'libcairomm-1.0-1v5',
170                          'libpangomm-1.4-1v5',
171                          'libicu57',
172                          'libssh-4',
173                          'libssh-gcrypt-4',
174                          'libnettle6',
175                          'libx264-148',
176                          'libcurl3',
177                          'libxerces-c3.1'])
178
179 deb_depends_gui['9'] = [ 'libxcb-xfixes0',
180                          'libxcb-shape0',
181                          'libasound2',
182                          'libpulse0' ]
183
184 deb_depends['10'] = copy.deepcopy(deb_depends_base)
185 deb_depends['10'].extend(['libboost-filesystem1.67.0',
186                           'libboost-thread1.67.0',
187                           'libboost-regex1.67.0',
188                           'libboost-date-time1.67.0',
189                           'libxml++2.6-2v5',
190                           'libgtk2.0-0',
191                           'libzip4',
192                           'libcairomm-1.0-1v5',
193                           'libpangomm-1.4-1v5',
194                           'libicu63',
195                           'libssh-4',
196                           'libssh-gcrypt-4',
197                           'libnettle6',
198                           'libx264-155',
199                           'libcurl4',
200                           'libxerces-c3.2',
201                           'libnanomsg5'])
202
203 deb_depends_gui['10'] = [ 'libxcb-xfixes0',
204                           'libxcb-shape0',
205                           'libasound2',
206                           'libpulse0' ]
207
208 deb_depends['11'] = copy.deepcopy(deb_depends_base)
209 deb_depends['11'].extend(['libboost-filesystem1.74.0',
210                           'libboost-thread1.74.0',
211                           'libboost-regex1.74.0',
212                           'libboost-date-time1.74.0',
213                           'libxml++2.6-2v5',
214                           'libzip4',
215                           'libcairomm-1.0-1v5',
216                           'libpangomm-1.4-1v5',
217                           'libicu67',
218                           'libssh-4',
219                           'libssh-gcrypt-4',
220                           'libnettle8',
221                           'libx264-160',
222                           'libcurl4',
223                           'libxerces-c3.2',
224                           'libnanomsg5',
225                           'libdav1d4'])
226
227 deb_depends_gui['11'] = [ 'libxcb-xfixes0',
228                           'libxcb-shape0',
229                           'libasound2',
230                           'libpulse0' ]
231
232 deb_depends['unstable'] = copy.deepcopy(deb_depends_base)
233 deb_depends['unstable'].extend(['libboost-filesystem1.67.0',
234                                 'libboost-thread1.67.0',
235                                 'libboost-regex1.67.0',
236                                 'libboost-date-time1.67.0',
237                                 'libxml++2.6-2v5',
238                                 'libgtk2.0-0',
239                                 'libzip4',
240                                 'libicu63',
241                                 'libnettle6',
242                                 'libx264-155',
243                                 'libcurl4',
244                                 'libxerces-c3.2',
245                                 'libdav1d4'])
246
247 def can_build_disk(target):
248     # We can build dcpomatic2_disk on platforms that have Boost process and can build the lwext4
249     # library.  For now, just whitelist good ones here.
250     #
251     # - Lots of Linux distros (including Ubuntu 16.04) don't have a new enough boost (1.64 or above)
252     # - 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.
253     # - On Centos 7 there is a build error in lwext4 related to __unused
254     if target.platform == 'windows':
255         return True
256     if target.platform == 'osx':
257         return True
258     if target.platform == 'linux':
259         if target.distro == 'ubuntu' and target.version != '16.04':
260             return True
261         if target.distro == 'debian' and target.version != '9':
262             return True
263         if target.detail == 'appimage':
264             return True 
265         if target.distro == 'fedora' and int(target.version) >= 31:
266             return True
267         if target.distro == 'centos' and target.version != '7':
268             return True
269         if target.distro == 'mageia':
270             return True
271     return False
272
273 def packages(name, packages, f):
274     s = '%s: ' % name
275     for p in packages:
276         s += str(p) + ', '
277     print(s[:-2], file=f)
278
279 def make_control(debian_version, bits, filename, debug, gui):
280     f = open(filename, 'w')
281     print('Source: dcpomatic', file=f)
282     print('Section: video', file=f)
283     print('Priority: extra', file=f)
284     print('Maintainer: Carl Hetherington <carl@dcpomatic.com>', file=f)
285     packages('Build-Depends', deb_build_depends[debian_version], f)
286     print('Standards-Version: 3.9.3', file=f)
287     print('Homepage: https://dcpomatic.com/', file=f)
288     print('', file=f)
289     suffix = '' if gui else '-cli'
290     print(f'Package: dcpomatic{suffix}', file=f)
291     if gui:
292         print('Replaces: dcpomatic-cli', file=f)
293     if bits == 32:
294         print('Architecture: i386', file=f)
295     else:
296         print('Architecture: amd64', file=f)
297
298     pkg = deb_depends[debian_version]
299     if gui and debian_version in deb_depends_gui:
300         pkg.extend(deb_depends_gui[debian_version])
301
302     packages('Depends', pkg, f)
303
304     print('Description: Generator of Digital Cinema Packages (DCPs)', file=f)
305     print('  DCP-o-matic generates Digital Cinema Packages (DCPs) from videos, images,', file=f)
306     print('  sound and subtitle files.  You can use it to make content for playback on DCI-compliant', file=f)
307     print('  cinema projectors.', file=f)
308     if not gui:
309         print('  This package contains the command-line tools only.', file=f)
310
311     if debug:
312         print('', file=f)
313         print(f'Package: dcpomatic{suffix}-dbg', file=f)
314         if bits == 32:
315             print('Architecture: i386', file=f)
316         else:
317             print('Architecture: amd64', file=f)
318         print('Section: debug', file=f)
319         print('Priority: extra', file=f)
320         packages('Depends', pkg, f)
321         print('Description: debugging symbols for dcpomatic', file=f)
322         print('  This package contains the debugging symbols for dcpomatic.', file=f)
323         print('', file=f)
324
325 def make_spec(filename, version, target, options, requires=None):
326     """Make a .spec file for a RPM build"""
327     f = open(filename, 'w')
328     print('Summary:A program that generates Digital Cinema Packages (DCPs) from video and audio files', file=f)
329     print('Name:dcpomatic2', file=f)
330     print('Version:%s' % version, file=f)
331     print('Release:1%{?dist}', file=f)
332     print('License:GPL', file=f)
333     print('Group:Applications/Multimedia', file=f)
334     print('URL:https://dcpomatic.com/', file=f)
335     if requires is not None:
336         print('Requires:%s' % requires, file=f)
337     print('', file=f)
338     print('%description', file=f)
339     print('DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio ', file=f)
340     print('files for presentation on DCI-compliant digital projectors.', file=f)
341     print('', file=f)
342     print('%files', file=f)
343     print('%{_bindir}/dcpomatic2', file=f)
344     print('%{_bindir}/dcpomatic2_batch', file=f)
345     print('%{_bindir}/dcpomatic2_cli', file=f)
346     print('%{_bindir}/dcpomatic2_create', file=f)
347     print('%{_bindir}/dcpomatic2_editor', file=f)
348     print('%{_bindir}/dcpomatic2_kdm', file=f)
349     print('%{_bindir}/dcpomatic2_server', file=f)
350     print('%{_bindir}/dcpomatic2_server_cli', file=f)
351     print('%{_bindir}/dcpomatic2_kdm_cli', file=f)
352     print('%{_bindir}/dcpomatic2_player', file=f)
353     print('%{_bindir}/dcpomatic2_playlist', file=f)
354     print('%{_bindir}/dcpomatic2_openssl', file=f)
355     print('%{_bindir}/dcpomatic2_combiner', file=f)
356     print('%{_bindir}/dcpomatic2_verify', file=f)
357     print('%{_bindir}/dcpomatic2_kdm_inspect', file=f)
358     if can_build_disk(target):
359         print('%{_bindir}/dcpomatic2_disk', file=f)
360         print('%caps(cap_dac_override=ep) %{_bindir}/dcpomatic2_disk_writer', file=f)
361     print('%{_datadir}/applications/dcpomatic2.desktop', file=f)
362     print('%{_datadir}/applications/dcpomatic2_batch.desktop', file=f)
363     print('%{_datadir}/applications/dcpomatic2_editor.desktop', file=f)
364     print('%{_datadir}/applications/dcpomatic2_server.desktop', file=f)
365     print('%{_datadir}/applications/dcpomatic2_kdm.desktop', file=f)
366     print('%{_datadir}/applications/dcpomatic2_player.desktop', file=f)
367     print('%{_datadir}/applications/dcpomatic2_playlist.desktop', file=f)
368     print('%{_datadir}/applications/dcpomatic2_combiner.desktop', file=f)
369     if can_build_disk(target):
370         print('%{_datadir}/applications/dcpomatic2_disk.desktop', file=f)
371     print('%{_datadir}/dcpomatic2/dcpomatic2_server_small.png', file=f)
372     print('%{_datadir}/dcpomatic2/select_white.png', file=f)
373     print('%{_datadir}/dcpomatic2/select_black.png', file=f)
374     print('%{_datadir}/dcpomatic2/sequence_white.png', file=f)
375     print('%{_datadir}/dcpomatic2/sequence_black.png', file=f)
376     print('%{_datadir}/dcpomatic2/snap_white.png', file=f)
377     print('%{_datadir}/dcpomatic2/snap_black.png', file=f)
378     print('%{_datadir}/dcpomatic2/zoom_white.png', file=f)
379     print('%{_datadir}/dcpomatic2/zoom_black.png', file=f)
380     print('%{_datadir}/dcpomatic2/zoom_all_white.png', file=f)
381     print('%{_datadir}/dcpomatic2/zoom_all_black.png', file=f)
382     print('%{_datadir}/dcpomatic2/tick.png', file=f)
383     print('%{_datadir}/dcpomatic2/no_tick.png', file=f)
384     print('%{_datadir}/dcpomatic2/link.png', file=f)
385     print('%{_datadir}/dcpomatic2/me.jpg', file=f)
386     print('%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf', file=f)
387     print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f)
388     print('%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf', file=f)
389     print('%{_datadir}/dcpomatic2/splash.png', file=f)
390     for r in ['128x128', '16x16', '22x22', '256x256', '32x32', '48x48', '512x512', '64x64']:
391         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r, file=f)
392         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_batch.png' % r, file=f)
393         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_editor.png' % r, file=f)
394         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r, file=f)
395         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_server.png' % r, file=f)
396         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_player.png' % r, file=f)
397         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_playlist.png' % r, file=f)
398         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_disk.png' % r, file=f)
399         print('%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_combiner.png' % r, file=f)
400     for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK',
401               'pt_PT', 'pt_BR', 'sk_SK', 'cs_CZ', 'uk_UA', 'zh_CN', 'tr_TR', 'sl_SI', 'hu_HU']:
402         print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f)
403         print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f)
404         print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f)
405     print('%{_datadir}/libdcp/tags/*', file=f)
406     print('%{_datadir}/libdcp/xsd/*', file=f)
407     print('%{_datadir}/libdcp/ratings', file=f)
408     print('%{_datadir}/polkit-1/actions/com.dcpomatic.write-drive.policy', file=f)
409     print('', file=f)
410     print('%prep', file=f)
411     print('rm -rf $RPM_BUILD_DIR/dcpomatic-%s' % version, file=f)
412     print('tar xjf $RPM_SOURCE_DIR/dcpomatic-%s.tar.bz2' % version, file=f)
413     print('%build', file=f)
414     print('cd dcpomatic-%s' % version, file=f)
415     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)
416     print('CXXFLAGS="-I%s/include" LDFLAGS="-L%s/lib" ./waf configure --prefix=%%{buildroot}/usr --destdir=/usr %s' %
417           (target.directory, target.directory, configure_options(target, options, for_package=True)), file=f)
418     print('./waf', file=f)
419     print('%install', file=f)
420     print('cd dcpomatic-%s' % version, file=f)
421     print('./waf install', file=f)
422     print('/bin/cp %s/src/openssl/apps/openssl %%{buildroot}/usr/bin/dcpomatic2_openssl' % target.directory, file=f)
423     print('/bin/mkdir -p %{buildroot}/usr/share/libdcp', file=f)
424     print('/bin/cp -r %s/src/libdcp/tags %%{buildroot}/usr/share/libdcp' % target.directory, file=f)
425     print('/bin/cp -r %s/src/libdcp/xsd %%{buildroot}/usr/share/libdcp' % target.directory, file=f)
426     print('/bin/cp %s/src/libdcp/ratings %%{buildroot}/usr/share/libdcp' % target.directory, file=f)
427     print('/bin/mv %s/bin/dcpverify %%{buildroot}/usr/bin/dcpomatic2_verify' % target.directory, file=f)
428     print('/bin/mv %s/bin/dcpkdm %%{buildroot}/usr/bin/dcpomatic2_kdm_inspect' % target.directory, file=f)
429     print('', file=f)
430     print('%post', file=f)
431     print('/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
432     print('setcap "cap_dac_override+ep cap_sys_admin+ep" /usr/bin/dcpomatic2_disk_writer', file=f)
433     print('', file=f)
434     print('%postun', file=f)
435     print('if [ $1 -eq 0 ] ; then', file=f)
436     print('    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null', file=f)
437     print('    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
438     print('fi', file=f)
439     print('', file=f)
440     print('%posttrans', file=f)
441     print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f)
442
443 def dependencies(target, options):
444
445     if target.platform == 'linux':
446         ffmpeg_options = { 'shared': False }
447     else:
448         ffmpeg_options = {}
449
450     if target.platform != 'linux' or target.distro != 'arch':
451         deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)]
452     else:
453         # Use distro-provided FFmpeg on Arch
454         deps = []
455
456     deps.append(('libdcp', 'v1.8.34'))
457     deps.append(('libsub', 'v1.6.40'))
458     deps.append(('leqm-nrt', '93ae9e6'))
459     deps.append(('rtaudio', 'f619b76'))
460     # We get our OpenSSL libraries from the environment, but we
461     # also need a patched openssl binary to make certificates.
462     # This dependency is to get that binary, which is added into
463     # the appropriate place later
464     deps.append(('openssl', '7f29dd5'))
465     if can_build_disk(target):
466         deps.append(('lwext4', 'ee865fa65f05e348cd4e0bce0552a2725ad5663a'))
467     deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169'))
468
469     return deps
470
471 option_defaults = { "gui": True, "variant": None }
472
473 def configure_options(target, options, for_package=False):
474     opt = ' --warnings-are-errors'
475
476     if for_package or not (
477             (target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['18.04', '22.04']) or
478             (target.platform == 'osx') or
479             (target.platform == 'windows')
480         ):
481         # Currently we only build tests on macOS, Windows, and some Ubuntu versions
482         opt += ' --disable-tests'
483
484     if target.debug:
485         opt += ' --enable-debug'
486     if target.platform == 'windows':
487         opt += f' --target-windows-{target.bits}'
488     elif target.platform == 'linux':
489         opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
490         if target.distro == 'centos':
491             if target.version == '6.5':
492                 opt += ' --static-boost --static-xmlpp'
493             elif target.version == '7':
494                 opt += ' --workaround-gssapi'
495
496     if not options['gui']:
497         opt += ' --disable-gui'
498
499     if options['variant'] is not None:
500         opt += ' --variant=%s' % options['variant']
501
502     # Build Windows debug versions with static linking as I think gdb works better then
503     if target.debug and target.platform == 'windows':
504         opt += ' --static-dcpomatic'
505
506     if can_build_disk(target):
507         opt += ' --enable-disk'
508
509     if target.platform == 'osx' and target.arch == 'arm64':
510         opt += ' --target-macos-arm64 --wx-config=%s/wx-config' % target.bin
511
512     return opt
513
514 def build(target, options, for_package):
515     if target.platform == 'flatpak':
516         target.checkout_dependencies()
517         prefix = 'https://dcpomatic.com/deps'
518         modules = []
519         modules.append({'name': 'libzip',
520                         'buildsystem': 'cmake',
521                         'sources': [{'type': 'archive',
522                                      'url': '%s/libzip-1.4.0.tar.xz' % prefix,
523                                      'sha256': 'e508aba025f5f94b267d5120fc33761bcd98440ebe49dbfe2ed3df3afeacc7b1'}]})
524         modules.append({'name': 'libsigc++',
525                         'sources': [{'type': 'archive',
526                                      'url': '%s/libsigc++-2.10.0.tar.xz' % prefix,
527                                      'sha256': 'f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81'}]})
528         modules.append({'name': 'glibmm',
529                         'sources': [{'type': 'archive',
530                                      'url': '%s/glibmm-2.48.1.tar.xz' % prefix,
531                                      'sha256': 'dc225f7d2f466479766332483ea78f82dc349d59399d30c00de50e5073157cdf'}]})
532         modules.append({'name': 'cairomm',
533                         'sources': [{'type': 'archive',
534                                      'url': '%s/cairomm-1.12.2.tar.gz' % prefix,
535                                      'sha256': '45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599'}]})
536         modules.append({'name': 'pangomm',
537                         'sources': [{'type': 'archive',
538                                      'url': '%s/pangomm-2.40.1.tar.xz' % prefix,
539                                      'sha256': '9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af'}]})
540         modules.append({'name': 'libxml++',
541                         'sources': [{'type': 'archive',
542                                      'url': '%s/libxml++-2.40.1.tar.xz' % prefix,
543                                      'sha256': '4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9'}]})
544         modules.append({'name': 'xmlsec1',
545                         'sources': [{'type': 'archive',
546                                      'url': '%s/xmlsec1-1.2.25.tar.gz' % prefix,
547                                      'sha256': '967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2'}]})
548         modules.append({'name': 'openjpeg2',
549                         'buildsystem': 'cmake',
550                         'sources': [{'type': 'dir', 'path': os.path.abspath('../openjpeg2-cdist')}]})
551         modules.append({'name': 'boost',
552                         'buildsystem': 'simple',
553                         'build-commands': [
554                             './bootstrap.sh --prefix=/app',
555                             './b2 install'
556                         ],
557                         'sources': [{'type': 'archive',
558                                      'url': '%s/boost_1_66_0.tar.bz2' % prefix,
559                                      'sha256': '5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9'}]})
560         modules.append({'name': 'asdcplib',
561                         'buildsystem': 'simple',
562                         'build-commands': [
563                             './waf configure --prefix=/app  --libdir=/app/lib build install'
564                         ],
565                         'sources': [{'type': 'dir', 'path': os.path.abspath('../asdcplib-carl')}]})
566         modules.append({'name': 'locked_sstream',
567                         'buildsystem': 'simple',
568                         'build-commands': [
569                             './waf configure --prefix=/app build install'
570                         ],
571                         'sources': [{'type': 'dir', 'path': os.path.abspath('../locked_sstream')}]})
572         modules.append({'name': 'libcxml',
573                         'buildsystem': 'simple',
574                         'build-commands': [
575                             './waf configure --prefix=/app  --libdir=/app/lib build install'
576                         ],
577                         'sources': [{'type': 'dir', 'path': os.path.abspath('../libcxml')}]})
578         modules.append({'name': 'libdcp',
579                         'buildsystem': 'simple',
580                         'build-commands': [
581                             './waf configure --prefix=/app --libdir=/app/lib build install'
582                         ],
583                         'sources': [{'type': 'dir', 'path': os.path.abspath('../libdcp')}]})
584         modules.append({'name': 'libsub',
585                         'buildsystem': 'simple',
586                         'build-commands': [
587                             './waf configure --prefix=/app --libdir=/app/lib build install'
588                         ],
589                         'sources': [{'type': 'dir', 'path': os.path.abspath('../libsub')}]})
590         modules.append({'name': 'rtaudio',
591                         'build-options': {
592                         'config-opts': [
593                             '--prefix=/app',
594                             '--with-pulse',
595                             '--with-alsa'
596                         ]
597                         },
598                         'sources': [{'type': 'dir', 'path': os.path.abspath('../rtaudio-cdist')}]})
599         modules.append({'name': 'wxwidgets',
600                         'sources': [{'type': 'archive',
601                                      'url': '%s/wxWidgets-3.0.3.tar.bz2' % prefix,
602                                      'sha256': '08c8033f48ec1b23520f036cde37b5ae925a6a65f137ded665633ca159b9307b'}]})
603         modules.append({'name': 'libssh',
604                         'buildsystem': 'cmake',
605                         'builddir': True,
606                         'sources': [{'type': 'archive',
607                                      'url': '%s/libssh-0.7.5.tar.xz' % prefix,
608                                      'sha256': '54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095'}]})
609         modules.append({'name': 'dcpomatic',
610                         'buildsystem': 'simple',
611                         'build-commands': [
612                             './waf configure --prefix=/app build install'
613                          ],
614                         'build-options': {
615                            'build-args': ['--share=network']
616                         },
617                         'sources': [{'type': 'dir', 'path': os.path.abspath('.')}]})
618         desc = {'app-id': 'com.dcpomatic.DCP-o-matic',
619                 'runtime': 'org.gnome.Sdk',
620                 'runtime-version': '3.26',
621                 'sdk': 'org.gnome.Sdk',
622                 'command': 'dcpomatic2',
623                 'finish-args': ['--socket=x11', '--share=ipc', '--share=network', '--socket=pulseaudio', '--filesystem=host'],
624                 'modules': modules}
625         os.makedirs('build/platform')
626         with open('build/com.dcpomatic.DCP-o-matic.json', 'w') as outfile:
627             json.dump(desc, outfile)
628         target.command('%s --repo=build/platform/repo build/platform/flatpak build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder())
629     elif target.platform != 'linux' or target.detail == 'appimage' or not for_package:
630         target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options, for_package)))
631         target.command('./waf')
632         target.command('./waf install')
633
634 def package_windows(target):
635     identifier = ''
636     if target.version is not None:
637         identifier = '%s.' % target.version
638     identifier += '%d' % target.bits
639     shutil.copyfile('build/platform/windows/installer.%s.nsi' % identifier, 'build/platform/windows/installer2.%s.nsi' % identifier)
640     target.command('sed -i "s~%%resources%%~%s/platform/windows~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
641     target.command('sed -i "s~%%graphics%%~%s/graphics~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
642     target.command('sed -i "s~%%static_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.windows_prefix, identifier))
643     target.command('sed -i "s~%%cdist_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.directory, identifier))
644     target.command('sed -i "s~%%mingw%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.environment_prefix, identifier))
645     target.command('sed -i "s~%%binaries%%~%s/build~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
646     target.command('sed -i "s~%%bits%%~32~g" build/platform/windows/installer2.%s.nsi' % identifier)
647     target.command('makensis build/platform/windows/installer2.%s.nsi' % identifier)
648     return os.path.abspath(glob.glob('build/platform/windows/*%s*.exe' % target.bits)[0])
649
650 def package_debian(target, cpu, version, options):
651     make_control(target.version, target.bits, 'debian/control', target.debug, options['gui'])
652     if target.version != '9' and target.version != '16.04' and options['gui']:
653         with open('debian/postinst', 'w') as f:
654             print('#!/bin/sh', file=f)
655             # Get the required capability to write to disks
656             print('setcap "cap_dac_override+ep cap_sys_admin+ep" /usr/bin/dcpomatic2_disk_writer', file=f)
657     target.command('./waf dist')
658     f = open('debian/files', 'w')
659     suffix = '' if options['gui'] else '-cli'
660     print(f'dcpomatic{suffix}_{version}-1_{cpu}.deb video extra', file=f)
661     shutil.rmtree('build/deb', ignore_errors=True)
662
663     os.makedirs('build/deb')
664     os.chdir('build/deb')
665     shutil.move('../../dcpomatic-%s.tar.bz2' % version, 'dcpomatic_%s.orig.tar.bz2' % version)
666     target.command('tar xjf dcpomatic_%s.orig.tar.bz2' % version)
667     os.chdir('dcpomatic-%s' % version)
668     target.set('EMAIL', 'carl@dcpomatic.com')
669     target.command('dch -b -v %s-1 "New upstream release."' % version)
670     target.set('CDIST_LINKFLAGS', target.get('LINKFLAGS'))
671     target.set('CDIST_CXXFLAGS', target.get('CXXFLAGS'))
672     target.set('CDIST_PKG_CONFIG_PATH', target.get('PKG_CONFIG_PATH'))
673     target.set('CDIST_DIRECTORY', target.directory)
674
675     target.set('CDIST_CONFIGURE', '"' + configure_options(target, options, for_package=True) + '"')
676     target.set('CDIST_PACKAGE', f'dcpomatic{suffix}')
677     if not target.debug:
678         target.set('CDIST_DEBUG_PACKAGE_FLAG', '--no-ddebs')
679
680     target.command('dpkg-buildpackage -uc -us')
681
682     debs = []
683     for p in glob.glob('../*.deb'):
684         debs.append(os.path.abspath(p))
685
686     return debs
687
688 def package_rpm(target, cpu, version, options):
689     topdir = os.path.realpath('build/rpmbuild')
690     os.makedirs('%s/BUILD' % topdir)
691     os.makedirs('%s/RPMS' % topdir)
692     os.makedirs('%s/SOURCES' % topdir)
693     os.makedirs('%s/SPECS' % topdir)
694     os.makedirs('%s/SRPMS' % topdir)
695
696     target.command('./waf dist')
697     shutil.copyfile(
698         "%s/src/dcpomatic/dcpomatic-%s.tar.bz2" % (target.directory, version),
699         "%s/SOURCES/dcpomatic-%s.tar.bz2" % (topdir, version)
700         )
701
702     requires = None
703     if target.distro == 'mageia':
704         requires = "lib64xmlsec1-devel lib64canberra-gtk0 libcap-utils"
705
706     make_spec('dcpomatic2.spec', version, target, options, requires)
707     cmd = 'rpmbuild --define "_topdir %s" -bb dcpomatic2.spec' % topdir
708     target.command(cmd)
709     rpms = []
710
711     if cpu == "amd64":
712         cpu = "x86_64"
713     else:
714         cpu = "i686"
715
716     for p in glob.glob('%s/RPMS/%s/*.rpm' % (topdir, cpu)):
717         rpms.append(os.path.abspath(p))
718
719     return rpms
720
721 def make_appimage(target, nice_name, internal_name, version):
722     nice_filename = nice_name.replace(' ', '_')
723     appdir = f'build/{nice_filename}.AppDir'
724     os.makedirs(f'{appdir}/usr/bin')
725     target.command(f'cp {target.directory}/bin/{internal_name} {appdir}/usr/bin')
726     target.command(f'cp {target.directory}/src/openssl/apps/openssl {appdir}/usr/bin/dcpomatic2_openssl')
727     target.command(f'cp {target.directory}/bin/dcpverify {appdir}/usr/bin/dcpomatic2_verify')
728     target.command(f'cp {target.directory}/bin/dcpkdm {appdir}/usr/bin/dcpomatic2_kdm_inspect')
729     target.command(f'mkdir -p {appdir}/usr/share/libdcp')
730     target.command(f'cp -r {target.directory}/share/dcpomatic2 {appdir}/usr/share/')
731     target.command(f'cp -r {target.directory}/share/libdcp/xsd {appdir}/usr/share/libdcp/')
732     target.command(f'cp -r {target.directory}/share/libdcp/tags {appdir}/usr/share/libdcp/')
733     target.command(f'cp {target.directory}/share/libdcp/ratings {appdir}/usr/share/libdcp/')
734     lib = 'usr/lib/x86_64-linux-gnu'
735     target.command(f'mkdir -p build/{nice_filename}.AppDir/{lib}/gdk-pixbuf-2.0/2.10.0')
736     target.command(f'cp -a /{lib}/gdk-pixbuf-2.0 build/{nice_filename}.AppDir/usr/lib/x86_64-linux-gnu/')
737     target.command('apt update')
738     for package in ['libc6', 'libglib2.0-0', 'gnome-settings-daemon-schemas', 'librsvg2-common', 'libgdk-pixbuf2.0-0', 'libpango-1.0-0', 'libpangoft2-1.0-0', 'libpangocairo-1.0-0']:
739         target.command(f'apt download {package}')
740         target.command(f'dpkg-deb -x {package}*.deb {appdir}')
741     target.command(f'glib-compile-schemas {appdir}/usr/share/glib-2.0/schemas')
742     target.command(f'sed -i -e "s|/usr/lib/x86_64-linux-gnu/gdk-pixbuf-.*/.*/loaders/||g" {appdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders.cache')
743     # Stop anything loading from outside the AppImage
744     target.command(f'sed -i -e "s|/usr|/xxx|g" {appdir}/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2')
745
746     if internal_name == 'dcpomatic2_disk':
747         target.command(f'mkdir -p {appdir}/usr/share/polkit-1/actions')
748         target.command(f'cp {target.directory}/share/polkit-1/actions/com.dcpomatic.write-drive.policy {appdir}/usr/share/polkit-1/actions')
749
750     with open(f'{appdir}/AppRun', 'w') as f:
751         print('#!/bin/bash', file=f)
752         print('export PATH=$APPDIR/usr/bin:$PATH', file=f)
753         print('export XDG_DATA_DIRS="$APPDIR/usr/share/:/usr/share/:$XDG_DATA_DIRS"', file=f)
754         print('export GDK_PIXBUF_MODULEDIR=$(readlink -f "$APPDIR"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/ )', file=f)
755         print('export GDK_PIXBUF_MODULE_FILE=$(readlink -f "$APPDIR"/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders.cache )', file=f)
756         print('export LD_LIBRARY_PATH=$GDK_PIXBUF_MODULEDIR:$APPDIR/usr/lib:$APPDIR/usr/lib/x86_64-linux-gnu', file=f)
757         print(f'"$APPDIR"/usr/bin/{internal_name} $@', file=f)
758     target.command(f'chmod a+rx {appdir}/AppRun')
759     with open(f'{appdir}/{internal_name}.desktop', 'w') as f:
760         print('[Desktop Entry]', file=f)
761         print('Type=Application', file=f)
762         print('Categories=AudioVideo;', file=f)
763         print(f'Name={nice_name}', file=f)
764         print(f'Icon={internal_name}', file=f)
765     target.command(f'cp graphics/linux/256/{internal_name}.png {appdir}')
766     target.command(f'linuxdeploy-x86_64.AppImage --appdir {appdir}')
767     target.command(f'appimagetool-x86_64.AppImage {appdir}')
768     target.command(f'mv {nice_filename}-x86_64.AppImage build/{nice_filename}-{version}-x86_64.AppImage')
769     return os.path.abspath(f'build/{nice_filename}-{version}-x86_64.AppImage')
770
771 def package(target, version, options):
772     """version: DCP-o-matic version string"""
773     if target.platform == 'windows':
774         return package_windows(target)
775     elif target.platform == 'linux':
776         if target.detail == 'appimage':
777             out = []
778             out.append(make_appimage(target, 'DCP-o-matic', 'dcpomatic2', version))
779             out.append(make_appimage(target, 'DCP-o-matic Player', 'dcpomatic2_player', version))
780             out.append(make_appimage(target, 'DCP-o-matic Playlist Editor', 'dcpomatic2_playlist', version))
781             out.append(make_appimage(target, 'DCP-o-matic KDM Creator', 'dcpomatic2_kdm', version))
782             out.append(make_appimage(target, 'DCP-o-matic Batch Converter', 'dcpomatic2_batch', version))
783             out.append(make_appimage(target, 'DCP-o-matic Encode Server', 'dcpomatic2_server', version))
784             out.append(make_appimage(target, 'DCP-o-matic Combiner', 'dcpomatic2_combiner', version))
785             out.append(make_appimage(target, 'DCP-o-matic Editor', 'dcpomatic2_editor', version))
786             return out
787         else:
788             if target.bits == 32:
789                 cpu = 'i386'
790             else:
791                 cpu = 'amd64'
792
793             if target.distro == 'debian' or target.distro == 'ubuntu':
794                 return package_debian(target, cpu, version, options)
795             elif target.distro == 'centos' or target.distro == 'fedora' or target.distro == 'mageia':
796                 return package_rpm(target, cpu, version, options)
797     elif target.platform == 'osx':
798         archs = '-a ' + ' -a '.join(f'{t.arch}/{t.deployment}' for t in target.sub_targets)
799         cmd = 'bash platform/osx/make_dmg.sh -e %s -r %s -i %s -p %s %s' % (target.environment_prefix, target.directory, target.apple_id, target.apple_password, archs)
800         if 'part' in options:
801             cmd += ' -b ' + options['part']
802         target.command(cmd)
803         packages = []
804         for x in glob.glob('build/platform/osx/DCP-o-matic*.dmg'):
805             a = os.path.abspath(x)
806             if x.find("Player") != -1:
807                 packages.append((a, "com.dcpomatic.player"))
808             elif x.find("Playlist Editor") != -1:
809                 packages.append((a, "com.dcpomatic.playlist"))
810             elif x.find("KDM Creator") != -1:
811                 packages.append((a, "com.dcpomatic.kdm"))
812             elif x.find("Batch Converter") != -1:
813                 packages.append((a, "com.dcpomatic.batch"))
814             elif x.find("Encode Server") != -1:
815                 packages.append((a, "com.dcpomatic.server"))
816             elif x.find("Disk Writer") != -1:
817                 packages.append((a, "com.dcpomatic.disk"))
818             elif x.find("Combiner") != -1:
819                 packages.append((a, "com.dcpomatic.combiner"))
820             elif x.find("Editor") != -1:
821                 packages.append((a, "com.dcpomatic.editor"))
822             else:
823                 packages.append((a, "com.dcpomatic"))
824         return packages
825     elif target.platform == 'docker':
826         shutil.copyfile(target.deb, 'build/platform/docker')
827         f = open('build/platform/docker/Dockerfile', 'w')
828         print('FROM debian:jessie', file=f)
829         print('MAINTAINER carl@dcpomatic.com', file=f)
830         print('ADD build/platform/docker/dcpomatic_%s-1_amd64.deb /tmp' % (version, version), file=f)
831         print('RUN apt-get -o Acquire:http::Timeout="5" update; exit 0', file=f)
832         print('RUN dpkg -i /tmp/dcpomatic_*.deb; exit 0', file=f)
833         print('RUN apt-get -y -f install', file=f)
834         print('RUN apt-get clean', file=f)
835         print('EXPOSE 6192', file=f)
836         print('CMD ["/usr/bin/dcpomatic2_server_cli", "--verbose"]', file=f)
837         f.close()
838         target.command('docker build build/platform/docker -t dcpomatic-server:%s' % version)
839         target.command('docker save dcpomatic-server:%s -o dcpomatic-server-%s-docker.tar' % (version, version))
840     elif target.platform == 'flatpak':
841         target.command('%s build-bundle build/platform/repo build/dcpomatic_%s.flatpak com.dcpomatic.DCP-o-matic' % (target.flatpak(), version))
842         return os.path.abspath('build/dcpomatic_%s.flatpak' % version)
843
844 def make_pot(target):
845     target.command('./waf pot')
846     return [os.path.abspath('build/src/lib/libdcpomatic.pot'),
847             os.path.abspath('build/src/wx/libdcpomatic-wx.pot'),
848             os.path.abspath('build/src/tools/dcpomatic.pot')]
849
850 def make_manual(target):
851     target.command('make -C doc/manual LIBDCP=../../../libdcp')
852     os.chdir('doc/manual')
853     target.command('pdflatex colour.tex')
854     return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
855
856 def test(target, options, test):
857     target.set('LC_ALL', 'C')
858     if target.platform == 'windows':
859         cmd = 'run\\tests '
860     else:
861         cmd = 'run/tests --check --log_level=test_suite '
862     if target.debug:
863         cmd += '--backtrace '
864     if test is not None:
865         cmd += '-t %s' % test
866     target.command(cmd)