Supporters update.
[dcpomatic.git] / src / wx / wscript
1 #
2 #    Copyright (C) 2012-2022 Carl Hetherington <cth@carlh.net>
3 #
4 #    This file is part of DCP-o-matic.
5 #
6 #    DCP-o-matic is free software; you can redistribute it and/or modify
7 #    it under the terms of the GNU General Public License as published by
8 #    the Free Software Foundation; either version 2 of the License, or
9 #    (at your option) any later version.
10 #
11 #    DCP-o-matic is distributed in the hope that it will be useful,
12 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #    GNU General Public License for more details.
15 #
16 #    You should have received a copy of the GNU General Public License
17 #    along with DCP-o-matic.  If not, see <http://www.gnu.org/licenses/>.
18 #
19
20 import os
21 import subprocess
22 import shlex
23 import glob
24 from waflib import Logs
25 import i18n
26
27 sources = """
28           about_dialog.cc
29           audio_dialog.cc
30           audio_gain_dialog.cc
31           audio_mapping_view.cc
32           audio_panel.cc
33           audio_plot.cc
34           auto_crop_dialog.cc
35           barco_alchemy_certificate_panel.cc
36           batch_job_view.cc
37           check_box.cc
38           christie_certificate_panel.cc
39           cinema_dialog.cc
40           closed_captions_dialog.cc
41           colour_conversion_editor.cc
42           config_dialog.cc
43           config_move_dialog.cc
44           confirm_kdm_email_dialog.cc
45           content_advanced_dialog.cc
46           content_colour_conversion_dialog.cc
47           content_menu.cc
48           content_panel.cc
49           content_properties_dialog.cc
50           content_sub_panel.cc
51           content_version_dialog.cc
52           content_view.cc
53           controls.cc
54           credentials_download_certificate_panel.cc
55           custom_scale_dialog.cc
56           dcp_panel.cc
57           dcp_text_track_dialog.cc
58           dcpomatic_button.cc
59           dcpomatic_choice.cc
60           dcpomatic_spin_ctrl.cc
61           dir_picker_ctrl.cc
62           disk_warning_dialog.cc
63           dkdm_dialog.cc
64           dkdm_output_panel.cc
65           dolby_doremi_certificate_panel.cc
66           download_certificate_dialog.cc
67           download_certificate_panel.cc
68           drive_wipe_warning_dialog.cc
69           email_dialog.cc
70           export_subtitles_dialog.cc
71           export_video_file_dialog.cc
72           extra_kdm_email_dialog.cc
73           file_picker_ctrl.cc
74           film_editor.cc
75           film_name_location_dialog.cc
76           film_viewer.cc
77           filter_dialog.cc
78           focus_manager.cc
79           fonts_dialog.cc
80           full_config_dialog.cc
81           full_language_tag_dialog.cc
82           gain_calculator_dialog.cc
83           gdc_certificate_panel.cc
84           gl_video_view.cc
85           hints_dialog.cc
86           html_dialog.cc
87           i18n_hook.cc
88           image_sequence_dialog.cc
89           instant_i18n_dialog.cc
90           interop_metadata_dialog.cc
91           job_manager_view.cc
92           job_view.cc
93           job_view_dialog.cc
94           kdm_advanced_dialog.cc
95           kdm_cpl_panel.cc
96           kdm_dialog.cc
97           kdm_output_panel.cc
98           kdm_timing_panel.cc
99           language_subtag_panel.cc
100           language_tag_dialog.cc
101           language_tag_widget.cc
102           kdm_choice.cc
103           make_chain_dialog.cc
104           markers.cc
105           markers_dialog.cc
106           markers_panel.cc
107           message_dialog.cc
108           metadata_dialog.cc
109           move_to_dialog.cc
110           nag_dialog.cc
111           name_format_editor.cc
112           new_dkdm_folder_dialog.cc
113           normal_job_view.cc
114           paste_dialog.cc
115           password_entry.cc
116           player_config_dialog.cc
117           player_information.cc
118           player_stress_tester.cc
119           playhead_to_timecode_dialog.cc
120           playhead_to_frame_dialog.cc
121           playlist_controls.cc
122           playlist_editor_config_dialog.cc
123           question_dialog.cc
124           rating_dialog.cc
125           qube_certificate_panel.cc
126           recipients_panel.cc
127           recipient_dialog.cc
128           recreate_chain_dialog.cc
129           region_subtag_dialog.cc
130           region_subtag_widget.cc
131           repeat_dialog.cc
132           report_problem_dialog.cc
133           rename_template_dialog.cc
134           rgba_colour_picker.cc
135           save_template_dialog.cc
136           screen_dialog.cc
137           screens_panel.cc
138           self_dkdm_dialog.cc
139           send_i18n_dialog.cc
140           send_test_email_dialog.cc
141           server_dialog.cc
142           servers_list_dialog.cc
143           simple_video_view.cc
144           smpte_metadata_dialog.cc
145           standard_controls.cc
146           static_text.cc
147           subtag_list_ctrl.cc
148           subtitle_appearance_dialog.cc
149           suspender.cc
150           system_font_dialog.cc
151           system_information_dialog.cc
152           table_dialog.cc
153           templates_dialog.cc
154           text_panel.cc
155           text_view.cc
156           time_picker.cc
157           timer_display.cc
158           timecode.cc
159           timeline.cc
160           timeline_atmos_content_view.cc
161           timeline_content_view.cc
162           timeline_dialog.cc
163           timeline_audio_content_view.cc
164           timeline_labels_view.cc
165           timeline_text_content_view.cc
166           timeline_reels_view.cc
167           timeline_time_axis_view.cc
168           timeline_video_content_view.cc
169           timeline_view.cc
170           timing_panel.cc
171           try_unmount_dialog.cc
172           update_dialog.cc
173           verify_dcp_dialog.cc
174           verify_dcp_progress_dialog.cc
175           video_panel.cc
176           video_view.cc
177           video_waveform_dialog.cc
178           video_waveform_plot.cc
179           wx_util.cc
180           wx_signal_manager.cc
181           """
182
183 def configure(conf):
184
185     wx_libs = 'core,richtext,adv,html,xml,propgrid'
186
187     if conf.options.wx_config is not None:
188         wx_config = conf.options.wx_config
189         conf.check_cfg(msg='Checking for wxWidgets using %s' % wx_config,
190                        package='',
191                        path=wx_config,
192                        args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
193                        uselib_store='WXWIDGETS',
194                        mandatory=True)
195     else:
196         try:
197             wx_config = '/usr/lib64/wx/config/gtk2-unicode-3.0'
198             conf.check_cfg(msg='Checking for wxWidgets using gtk2-unicode-3.0',
199                            package='',
200                            path=wx_config,
201                            args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
202                            uselib_store='WXWIDGETS',
203                            mandatory=True)
204         except:
205             try:
206                 wx_config = 'wx-config-3.0-gtk2'
207                 conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
208                                package='',
209                                path=wx_config,
210                                args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
211                                uselib_store='WXWIDGETS',
212                                mandatory=True)
213             except:
214                 wx_config = 'wx-config'
215                 conf.check_cfg(msg='Checking for wxWidgets using wx-config',
216                                package='',
217                                path=wx_config,
218                                args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
219                                uselib_store='WXWIDGETS',
220                                mandatory=True)
221
222     if conf.env.TARGET_LINUX:
223         conf.env.append_value('CXXFLAGS', ['-DGL_GLEXT_PROTOTYPES', '-DGLX_GLXEXT_PROTOTYPES'])
224     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
225         conf.env.append_value('CXXFLAGS', ['-DWGL_WGLEXT_PROTOTYPES'])
226     conf.env.append_value('CXXFLAGS', ['-DwxNO_UNSAFE_WXSTRING_CONV'])
227
228     if conf.options.static_wxwidgets:
229         # wx-config returns its static libraries as full paths, without -l prefixes, which confuses
230         # check_cfg().  It puts the static libraries into LINKFLAGS_WXWIDGETS, so fish them out.
231         stlibs = []
232         new_linkflags = []
233         stlib_paths = []
234         for f in conf.env.LINKFLAGS_WXWIDGETS:
235             if f.startswith('/'):
236                 d = os.path.dirname(f)
237                 if not d in stlib_paths:
238                     stlib_paths.append(d)
239                 stlibs.append(os.path.basename(f)[3:-2])
240             else:
241                 new_linkflags.append(f)
242
243         conf.env.STLIB_WXWIDGETS = stlibs
244         conf.env.LINKFLAGS_WXWIDGETS = new_linkflags
245         conf.env.STLIBPATH_WXWIDGETS = stlib_paths
246
247     conf.in_msg = 1
248     wx_version = conf.check_cfg(package='wxwidgets', path=wx_config, args='--version').strip()
249     conf.in_msg = 0
250     if not wx_version.startswith('3.'):
251         conf.fatal('wxwidgets version 3.x.y is required; %s found' % wx_version)
252
253     config = conf.check_cfg(package='wxwidgets', path=wx_config, args='--selected-config').strip()
254     if config.find('gtk2') != -1:
255         conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK', mandatory=True)
256
257     try:
258         conf.check_cfg(msg='Checking for RtAudio using pkg-config',
259                        package='rtaudio',
260                        args='--cflags --libs',
261                        uselib_store='RTAUDIO',
262                        mandatory=True)
263     except:
264         conf.check_cfg(msg='Checking for RtAudio headers using rtaudio-config',
265                        package='',
266                        path='rtaudio-config',
267                        args='--cppflags',
268                        uselib_store='RTAUDIO',
269                        mandatory=True)
270
271         conf.check_cfg(msg='Checking for RtAudio libraries using rtaudio-config',
272                        package='',
273                        path='rtaudio-config',
274                        args='--libs',
275                        uselib_store='RTAUDIO',
276                        mandatory=True)
277
278     # Some rtaudio-configs don't include rtaudio as a link library.  Go figure.
279     conf.env.LIB_RTAUDIO.append('rtaudio')
280     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
281         # Don't explicitly link with pthread on Windows
282         conf.env.CFLAGS_RTAUDIO.remove('-pthread')
283         conf.env.LINKFLAGS_RTAUDIO.remove('-pthread')
284         # We need some libraries for WASAPI
285         conf.env.LIB_RTAUDIO.append('mfplat')
286         conf.env.LIB_RTAUDIO.append('mfuuid')
287         conf.env.LIB_RTAUDIO.append('wmcodecdspuuid')
288
289     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32 or conf.env.TARGET_LINUX:
290         conf.check_cfg(package='gl', args='--cflags --libs', uselib_store='GL', mandatory=True)
291         conf.check_cfg(package='glu', args='--cflags --libs', uselib_store='GLU', mandatory=True)
292         if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
293             conf.check_cfg(package='glew', args='--cflags --libs', uselib_store='GLEW', mandatory=True)
294     else:
295         conf.env.STLIB_GL = 'gl'
296         conf.env.STLIB_GLU = 'glu'
297
298     if conf.env.TARGET_LINUX:
299         conf.check_cxx(fragment="""
300                                 #include <wx/glcanvas.h>
301                                 #include <GL/glu.h>
302                                 #include <GL/glext.h>
303                                 #include <GL/glxext.h>
304                                 int main() {
305                                     glXSwapIntervalEXT (0, 0, 1);
306                                     return 0;
307                                 }
308                                 """,
309                        msg='Checking for glXSwapIntervalEXT',
310                        okmsg='yes',
311                        uselib='GL WXWIDGETS',
312                        define_name='DCPOMATIC_HAVE_GLX_SWAP_INTERVAL_EXT',
313                        mandatory=False)
314
315
316 def build(bld):
317     if bld.env.STATIC_DCPOMATIC:
318         obj = bld(features='cxx cxxstlib')
319     else:
320         obj = bld(features='cxx cxxshlib')
321
322     obj.name   = 'libdcpomatic2-wx'
323     obj.export_includes = ['..']
324     obj.uselib = 'BOOST_FILESYSTEM BOOST_THREAD BOOST_REGEX WXWIDGETS DCP SUB ZIP CXML RTAUDIO ICU '
325     if bld.env.TARGET_LINUX:
326         obj.uselib += 'GTK GL GLU '
327     if bld.env.TARGET_WINDOWS_64 or bld.env.TARGET_WINDOWS_32:
328         obj.uselib += 'WINSOCK2 OLE32 DSOUND WINMM KSUSER GL GLU GLEW '
329     if bld.env.TARGET_OSX:
330         obj.framework = ['CoreAudio', 'OpenGL']
331     obj.use = 'libdcpomatic2'
332     obj.source = sources
333     obj.target = 'dcpomatic2-wx'
334
335     i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic2-wx', bld)
336
337 def pot(bld):
338     i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h content_widget.h", 'libdcpomatic-wx')
339
340 def pot_merge(bld):
341     i18n.pot_merge(os.path.join('src', 'wx'), 'libdcpomatic-wx')