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