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