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