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