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