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