Add console to dcpomatic_kdm on Windows. Tweak layout a bit more.
[dcpomatic.git] / cscript
1 # -*- mode: python -*-
2 #
3 #    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
4 #
5 #    This program is free software; you can redistribute it and/or modify
6 #    it under the terms of the GNU General Public License as published by
7 #    the Free Software Foundation; either version 2 of the License, or
8 #    (at your option) any later version.
9 #
10 #    This program is distributed in the hope that it will be useful,
11 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
12 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #    GNU General Public License for more details.
14 #
15 #    You should have received a copy of the GNU General Public License
16 #    along with this program; if not, write to the Free Software
17 #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 #
19
20 import glob
21 import shutil
22 import os
23
24 deb_build_depends = {'debhelper': '8.0.0',
25                      'python': '2.7.3',
26                      'g++': '4:4.6.3',
27                      'pkg-config': '0.26',
28                      'libssh-dev': '0.5.2',
29                      'libsndfile1-dev': '1.0.25',
30                      'libgtk2.0-dev': '2.24.10'}
31
32 deb_depends = dict()
33
34 deb_depends['12.04'] = {'libc6': '2.15',
35                         'libssh-4': '0.5.2',
36                         'libboost-filesystem1.48.0': '1.48.0-3',
37                         'libboost-thread1.48.0': '1.48.0-3',
38                         'libboost-regex1.48.0': '1.48.0-3',
39                         'libsndfile1': '1.0.25',
40                         'libmagick++4': '8:6.6.9.7',
41                         'libxml++2.6-2': '2.34.1',
42                         'libgtk2.0-0': '2.24.10',
43                         'libxmlsec1': '1.2.14-1.2build1',
44                         'libxmlsec1-openssl': '1.2.14-1.2build1',
45                         'libboost-date-time1.48.0': '1.48.0-3',
46                         'libcurl3': '7.22.0-3ubuntu4',
47                         'libzip2': '0.10-1ubuntu1',
48                         'libsamplerate0': '0.1.8-4',
49                         'libicu48': '4.8.1.1-3'}
50
51 deb_depends['14.04'] = {'libc6': '2.19-0ubuntu6',
52                         'libssh-4': '0.6.1-0ubuntu3',
53                         'libboost-filesystem1.54.0': '1.54.0-4ubuntu3',
54                         'libboost-thread1.54.0': '1.54.0-4ubuntu3',
55                         'libboost-regex1.54.0': '1.54.0-4ubuntu3',
56                         'libsndfile1': '1.0.25-7ubuntu2',
57                         'libmagick++5': '8:6.7.7.10-6ubuntu3',
58                         'libxml++2.6-2': '2.36.0-2ubuntu1',
59                         'libgtk2.0-0': '2.24.23-0ubuntu1',
60                         'libxmlsec1': '1.2.18-2ubuntu1',
61                         'libxmlsec1-openssl': '1.2.18-2ubuntu1',
62                         'libboost-date-time1.54.0': '1.54.0-4ubuntu3',
63                         'libcurl3': '7.35.0-1ubuntu2',
64                         'libzip2': '0.10.1-1.2',
65                         'libsamplerate0': '0.1.8-7',
66                         'libicu52': '52.1-3'}
67
68 deb_depends['15.04'] = {'libc6': '2.21-0ubuntu4',
69                         'libssh-4': '0.6.3-3ubuntu3',
70                         'libboost-filesystem1.55.0': '1.55.0+dfsg-3ubuntu2',
71                         'libboost-thread1.55.0': '1.55.0+dfsg-3ubuntu2',
72                         'libboost-regex1.55.0': '1.55.0+dfsg-3ubuntu2',
73                         'libsndfile1': '1.0.25-9.1',
74                         'libmagick++-6.q16-5': '8:6.8.9.9-5',
75                         'libxml++2.6-2': '2.36.0-2.1',
76                         'libgtk2.0-0': '2.24.27-0ubuntu1',
77                         'libxmlsec1': '1.2.20-2ubuntu2',
78                         'libxmlsec1-openssl': '1.2.20-2ubuntu2',
79                         'libboost-date-time1.55.0': '1.55.0+dfsg-3ubuntu2',
80                         'libcurl3': '7.38.0-3ubuntu2',
81                         'libzip2': '0.11.2-1.2',
82                         'libwxgtk3.0-0': '3.0.2-1',
83                         'libsamplerate0': '0.1.8-8',
84                         'libicu52': '52.1-8'}
85
86 deb_depends['7'] = {'libc6': '2.13',
87                     'libssh-4': '0.5.4',
88                     'libboost-filesystem1.49.0': '1.49.0',
89                     'libboost-thread1.49.0': '1.49.0',
90                     'libboost-regex1.49.0': '1.49.0',
91                     'libsndfile1': '1.0.25',
92                     'libmagick++5': '8:6.7.7.10',
93                     'libxml++2.6-2': '2.34.2',
94                     'libgtk2.0-0': '2.24.10',
95                     'libxmlsec1': '1.2.18',
96                     'libboost-date-time1.49.0': '1.49.0',
97                     'libxmlsec1-openssl': '1.2.18',
98                     'libcurl3': '7.26.0',
99                     'libzip2': '0.10.1',
100                     'libcairomm-1.0-1': '1.10.0-1',
101                     'libpangomm-1.4-1': '2.28.4-1',
102                     'libsamplerate0': '0.1.8-5',
103                     'libicu48': '4.8.1.1-12+deb7u3'}
104
105 deb_depends['8'] = {'libc6': '2.19-18',
106                     'libssh-4': '0.6.3-4',
107                     'libboost-filesystem1.55.0': '1.55.0',
108                     'libboost-thread1.55.0': '1.55.0',
109                     'libboost-date-time1.55.0': '1.55.0',
110                     'libboost-regex1.55.0': '1.55.0',
111                     'libsndfile1': '1.0.25-9.1',
112                     'libmagick++-6.q16-5': '8:6.8.9.9-5',
113                     'libxml++2.6-2': '2.36.0',
114                     'libgtk2.0-0': '2.24.25',
115                     'libxmlsec1': '1.2.20',
116                     'libxmlsec1-openssl': '1.2.20',
117                     'libcurl3': '7.38.0',
118                     'libzip2': '0.11.2',
119                     'libwxgtk3.0-0': '3.0.2',
120                     'libxcb-xfixes0': '1.10',
121                     'libxcb-shape0': '1.10',
122                     'libsamplerate0': '0.1.8-8',
123                     'libicu52': '52.1-8+deb8u2'}
124
125 deb_depends['unstable'] = {'libc6': '2.13',
126                     'libssh-4': '0.5.4',
127                     'libboost-filesystem1.55.0': '1.55.0',
128                     'libboost-thread1.55.0': '1.55.0',
129                     'libboost-regex1.55.0': '1.55.0',
130                     'libsndfile1': '1.0.25',
131                     'libmagick++5': '8:6.7.7.10',
132                     'libxml++2.6-2': '2.34.2',
133                     'libgtk2.0-0': '2.24.10',
134                     'libxmlsec1': '1.2.18',
135                     'libboost-date-time1.55.0': '1.55.0',
136                     'libxmlsec1-openssl': '1.2.18',
137                     'libcurl3': '7.26.0',
138                     'libzip2': '0.10.1',
139                     'libsamplerate0': '0.1.8-8',
140                     'libicu52': '52.1-9'}
141
142 def packages(name, packages, f):
143     s = '%s: ' % name
144     for p in packages:
145         s += str(p) + ', '
146     print >>f,s[:-2]
147
148 def make_control(debian_version, bits, filename, debug):
149     f = open(filename, 'w')
150     print >>f,'Source: dcpomatic'
151     print >>f,'Section: video'
152     print >>f,'Priority: extra'
153     print >>f,'Maintainer: Carl Hetherington <carl@dcpomatic.com>'
154     packages('Build-Depends', deb_build_depends, f)
155     print >>f,'Standards-Version: 3.9.3'
156     print >>f,'Homepage: http://dcpomatic.com/'
157     print >>f,''
158     print >>f,'Package: dcpomatic'
159     if bits == 32:
160         print >>f,'Architecture: i386'
161     else:
162         print >>f,'Architecture: amd64'
163
164     packages('Depends', deb_depends[debian_version], f)
165
166     print >>f,'Description: Generator of Digital Cinema Packages (DCPs)'
167     print >>f,'  DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio'
168     print >>f,'  files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant'
169     print >>f,'  digital projectors.'
170
171     if debug:
172         print >>f,''
173         print >>f,'Package: dcpomatic-dbg'
174         if bits == 32:
175             print >>f,'Architecture: i386'
176         else:
177             print >>f,'Architecture: amd64'
178         print >>f,'Section: debug'
179         print >>f,'Priority: extra'
180         packages('Depends', deb_depends[debian_version], f)
181         print >>f,'Description: debugging symbols for dcpomatic'
182         print >>f,'  This package contains the debugging symbols for dcpomatic.'
183         print >>f,''
184
185 def make_spec(filename, version, target):
186     """Make a .spec file for a RPM build"""
187     f = open(filename, 'w')
188     print >>f,'Summary:A program that generates Digital Cinema Packages (DCPs) from video and audio files'
189     print >>f,'Name:dcpomatic2'
190     print >>f,'Version:%s' % version
191     print >>f,'Release:1%{?dist}'
192     print >>f,'License:GPL'
193     print >>f,'Group:Applications/Multimedia'
194     print >>f,'URL:http://dcpomatic.com/'
195     print >>f,'Requires: ImageMagick-c++, glibmm24, libzip'
196     print >>f,''
197     print >>f,'%description'
198     print >>f,'DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio '
199     print >>f,'files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant '
200     print >>f,'digital projectors.'
201     print >>f,''
202     print >>f,'%files'
203     print >>f,'%{_bindir}/dcpomatic2'
204     print >>f,'%{_bindir}/dcpomatic2_batch'
205     print >>f,'%{_bindir}/dcpomatic2_cli'
206     print >>f,'%{_bindir}/dcpomatic2_create'
207     print >>f,'%{_bindir}/dcpomatic2_kdm'
208     print >>f,'%{_bindir}/dcpomatic2_server'
209     print >>f,'%{_bindir}/dcpomatic2_server_cli'
210     print >>f,'%{_bindir}/dcpomatic2_kdm_cli'
211     print >>f,'%{_datadir}/applications/dcpomatic2.desktop'
212     print >>f,'%{_datadir}/applications/dcpomatic2_batch.desktop'
213     print >>f,'%{_datadir}/applications/dcpomatic2_server.desktop'
214     print >>f,'%{_datadir}/applications/dcpomatic2_kdm.desktop'
215     print >>f,'%{_datadir}/dcpomatic2/dcpomatic2_server_small.png'
216     print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
217     print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf'
218     print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf'
219     print >>f,'%{_datadir}/dcpomatic2/splash.png'
220     for r in ['128x128', '16x16', '22x22', '256x256', '32x32', '48x48', '512x512', '64x64']:
221         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r
222         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_batch.png' % r
223         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r
224         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_server.png' % r
225     for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', 'pt_PT']:
226         print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l
227         print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l
228         print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l
229     print >>f,''
230     print >>f,'%prep'
231     print >>f,'rm -rf $RPM_BUILD_DIR/dcpomatic-%s' % version
232     print >>f,'tar xjf $RPM_SOURCE_DIR/dcpomatic-%s.tar.bz2' % version
233     print >>f,'%build'
234     print >>f,'cd dcpomatic-%s' % version
235     print >>f,'export PKG_CONFIG_PATH=%s/lib/pkgconfig:/usr/local/lib/pkgconfig' % target.directory
236     print >>f,'CXXFLAGS="-I%s/include" LDFLAGS="-L%s/lib" ./waf configure --prefix=%%{buildroot}/usr --install-prefix=/usr %s' % (target.directory, target.directory, configure_options(target))
237     print >>f,'./waf'
238     print >>f,'%install'
239     print >>f,'cd dcpomatic-%s' % version
240     print >>f,'./waf install'
241     print >>f,''
242     print >>f,'%post'
243     print >>f,'/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :'
244     print >>f,''
245     print >>f,'%postun'
246     print >>f,'if [ $1 -eq 0 ] ; then'
247     print >>f,'    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null'
248     print >>f,'    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :'
249     print >>f,'fi'
250     print >>f,''
251     print >>f,'%posttrans'
252     print >>f,'/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :'
253
254 def dependencies(target):
255
256     if target.platform == 'linux':
257         ffmpeg_options = { 'shared': False }
258     else:
259         ffmpeg_options = {}
260
261     return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
262             ('libdcp', 'c7cbd39'),
263             ('libsub', '72d5eb7'))
264
265 def configure_options(target):
266     opt = ''
267     if target.debug:
268         opt += ' --enable-debug'
269     if target.platform == 'windows':
270         opt += ' --target-windows'
271     elif target.platform == 'linux':
272         opt += ' --static-dcpomatic --static-openjpeg --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml'
273         if target.distro == 'centos':
274             opt += ' --static-xmlsec --static-ssh --disable-tests'
275             if target.version == '6.5':
276                 opt += ' --static-boost --static-xmlpp'
277             elif target.version == '7':
278                 opt += ' --workaround-gssapi --static-xmlpp'
279
280     return opt
281
282 def build(target, options):
283     target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target)))
284     target.command('./waf')
285
286     if target.platform == 'linux' or target.platform == 'osx':
287         target.command('./waf install')
288
289 def package_windows(target):
290     shutil.copyfile('build/platform/windows/installer.%s.nsi' % target.bits, 'build/platform/windows/installer2.%s.nsi' % target.bits)
291     target.command('sed -i "s~%%resources%%~%s/platform/windows~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), target.bits))
292     target.command('sed -i "s~%%graphics%%~%s/graphics~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), target.bits))
293     target.command('sed -i "s~%%static_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.windows_prefix, target.bits))
294     target.command('sed -i "s~%%cdist_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.directory, target.bits))
295     target.command('sed -i "s~%%mingw%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.mingw_path, target.bits))
296     target.command('sed -i "s~%%binaries%%~%s/build~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), target.bits))
297     target.command('sed -i "s~%%bits%%~32~g" build/platform/windows/installer2.%s.nsi' % target.bits)
298     target.command('makensis build/platform/windows/installer2.%s.nsi' % target.bits)
299     return os.path.abspath(glob.glob('build/platform/windows/*%s*.exe' % target.bits)[0])
300
301 def package_debian(target, cpu, version):
302     make_control(target.version, target.bits, 'debian/control', target.debug)
303     target.command('./waf dist')
304     f = open('debian/files', 'w')
305     print >>f,'dcpomatic_%s-1_%s.deb video extra' % (version, cpu)
306     shutil.rmtree('build/deb', ignore_errors=True)
307
308     os.makedirs('build/deb')
309     os.chdir('build/deb')
310     shutil.move('../../dcpomatic-%s.tar.bz2' % version, 'dcpomatic_%s.orig.tar.bz2' % version)
311     target.command('tar xjf dcpomatic_%s.orig.tar.bz2' % version)
312     os.chdir('dcpomatic-%s' % version)
313     target.command('dch -b -v %s-1 "New upstream release."' % version)
314     target.set('CDIST_LINKFLAGS', target.get('LINKFLAGS'))
315     target.set('CDIST_CXXFLAGS', target.get('CXXFLAGS'))
316     target.set('CDIST_PKG_CONFIG_PATH', target.get('PKG_CONFIG_PATH'))
317
318     target.set('CDIST_CONFIGURE', '"' + configure_options(target) + '"')
319     if target.debug:
320         target.set('CDIST_DEBUG_PACKAGE', '--dbg-package=dcpomatic-dbg')
321     if target.version == '15.04' or target.version == '8':
322         target.set('CDIST_LOCALE_PREFIX', '/usr/share/locale')
323     else:
324         target.set('CDIST_LOCALE_PREFIX', '/usr/local/share/locale')
325
326     target.command('dpkg-buildpackage -uc -us')
327
328     debs = []
329     for p in glob.glob('../*.deb'):
330         debs.append(os.path.abspath(p))
331
332     return debs
333
334 def package_rpm(target, cpu, version):
335     topdir = os.path.realpath('build/rpmbuild')
336     os.makedirs('%s/BUILD' % topdir)
337     os.makedirs('%s/RPMS' % topdir)
338     os.makedirs('%s/SOURCES' % topdir)
339     os.makedirs('%s/SPECS' % topdir)
340     os.makedirs('%s/SRPMS' % topdir)
341
342     target.command('./waf dist')
343     shutil.copyfile(
344         "%s/src/dcpomatic/dcpomatic-%s.tar.bz2" % (target.directory, version),
345         "%s/SOURCES/dcpomatic-%s.tar.bz2" % (topdir, version)
346         )
347
348     make_spec('build/platform/linux/dcpomatic2.spec', version, target)
349     target.command('rpmbuild --define \'_topdir %s\' -bb build/platform/linux/dcpomatic2.spec' % topdir)
350     rpms = []
351
352     if cpu == "amd64":
353         cpu = "x86_64"
354     else:
355         cpu = "i686"
356
357     print 'Looking in %s/RPMS/%s/*.rpm' % (topdir, cpu)
358     for p in glob.glob('%s/RPMS/%s/*.rpm' % (topdir, cpu)):
359         print 'found %s' % p
360         rpms.append(os.path.abspath(p))
361
362     return rpms
363
364 def package(target, version):
365     if target.platform == 'windows':
366         return package_windows(target)
367     elif target.platform == 'linux':
368         if target.bits == 32:
369             cpu = 'i386'
370         else:
371             cpu = 'amd64'
372
373         if target.distro == 'debian' or target.distro == 'ubuntu':
374             return package_debian(target, cpu, version)
375         elif target.distro == 'centos' or target.distro == 'fedora':
376             return package_rpm(target, cpu, version)
377     elif target.platform == 'osx':
378         target.command('bash platform/osx/make_dmg.sh %s' % target.directory)
379         return os.path.abspath(glob.glob('build/platform/osx/DCP-o-matic*.dmg')[0])
380
381 def make_pot(target):
382     target.command('./waf pot')
383     return [os.path.abspath('build/src/lib/libdcpomatic.pot'),
384             os.path.abspath('build/src/wx/libdcpomatic-wx.pot'),
385             os.path.abspath('build/src/tools/dcpomatic.pot')]
386
387 def make_manual(target):
388     os.chdir('doc/manual')
389     target.command('make')
390     target.command('pdflatex colour.tex')
391     return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]
392
393 def test(target):
394     if target.platform != 'windows':
395         target.set('LC_ALL', 'C')
396         target.command('run/tests')