Split VerifyDCPResultDialog into a panel and a dialog.
[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_timeline.cc
52           content_timeline_atmos_view.cc
53           content_timeline_audio_view.cc
54           content_timeline_dialog.cc
55           content_timeline_text_view.cc
56           content_timeline_video_view.cc
57           content_timeline_view.cc
58           content_version_dialog.cc
59           content_view.cc
60           controls.cc
61           credentials_download_certificate_panel.cc
62           custom_scale_dialog.cc
63           dcp_referencing_dialog.cc
64           dcp_panel.cc
65           dcp_timeline.cc
66           dcp_timeline_dialog.cc
67           dcp_timeline_reel_marker_view.cc
68           dcp_text_track_dialog.cc
69           dcpomatic_button.cc
70           dcpomatic_choice.cc
71           dcpomatic_spin_ctrl.cc
72           dir_dialog.cc
73           dir_picker_ctrl.cc
74           disk_warning_dialog.cc
75           dkdm_dialog.cc
76           dkdm_output_panel.cc
77           dolby_doremi_certificate_panel.cc
78           download_certificate_dialog.cc
79           download_certificate_panel.cc
80           drive_wipe_warning_dialog.cc
81           email_dialog.cc
82           export_subtitles_dialog.cc
83           export_video_file_dialog.cc
84           extra_kdm_email_dialog.cc
85           file_dialog.cc
86           file_picker_ctrl.cc
87           film_editor.cc
88           film_name_location_dialog.cc
89           film_viewer.cc
90           filter_dialog.cc
91           focus_manager.cc
92           fonts_dialog.cc
93           full_config_dialog.cc
94           full_language_tag_dialog.cc
95           gain_calculator_dialog.cc
96           gdc_certificate_panel.cc
97           gl_video_view.cc
98           hints_dialog.cc
99           html_dialog.cc
100           i18n_hook.cc
101           image_sequence_dialog.cc
102           invalid_certificate_period_dialog.cc
103           instant_i18n_dialog.cc
104           interop_metadata_dialog.cc
105           job_manager_view.cc
106           job_view.cc
107           job_view_dialog.cc
108           kdm_advanced_dialog.cc
109           kdm_cpl_panel.cc
110           kdm_dialog.cc
111           kdm_output_panel.cc
112           kdm_timing_panel.cc
113           language_subtag_panel.cc
114           language_tag_dialog.cc
115           language_tag_widget.cc
116           kdm_choice.cc
117           make_chain_dialog.cc
118           markers.cc
119           markers_dialog.cc
120           markers_panel.cc
121           message_dialog.cc
122           metadata_dialog.cc
123           move_to_dialog.cc
124           nag_dialog.cc
125           name_format_editor.cc
126           new_dkdm_folder_dialog.cc
127           normal_job_view.cc
128           paste_dialog.cc
129           password_entry.cc
130           player_config_dialog.cc
131           player_information.cc
132           player_stress_tester.cc
133           playhead_to_timecode_dialog.cc
134           playhead_to_frame_dialog.cc
135           playlist_controls.cc
136           playlist_editor_config_dialog.cc
137           question_dialog.cc
138           rating_dialog.cc
139           qube_certificate_panel.cc
140           recipients_panel.cc
141           recipient_dialog.cc
142           recreate_chain_dialog.cc
143           region_subtag_dialog.cc
144           region_subtag_widget.cc
145           repeat_dialog.cc
146           report_problem_dialog.cc
147           rename_template_dialog.cc
148           rgba_colour_picker.cc
149           save_template_dialog.cc
150           screen_dialog.cc
151           screens_panel.cc
152           self_dkdm_dialog.cc
153           send_i18n_dialog.cc
154           send_test_email_dialog.cc
155           server_dialog.cc
156           servers_list_dialog.cc
157           simple_video_view.cc
158           smpte_metadata_dialog.cc
159           standard_controls.cc
160           static_text.cc
161           subtag_list_ctrl.cc
162           subtitle_appearance_dialog.cc
163           suspender.cc
164           system_font_dialog.cc
165           system_information_dialog.cc
166           table_dialog.cc
167           templates_dialog.cc
168           text_panel.cc
169           text_view.cc
170           time_picker.cc
171           timer_display.cc
172           timecode.cc
173           timeline.cc
174           timeline_content_view.cc
175           timeline_labels_view.cc
176           timeline_reels_view.cc
177           timeline_time_axis_view.cc
178           timing_panel.cc
179           try_unmount_dialog.cc
180           update_dialog.cc
181           verify_dcp_result_dialog.cc
182           verify_dcp_result_panel.cc
183           verify_dcp_progress_dialog.cc
184           verify_dcp_progress_panel.cc
185           video_panel.cc
186           video_view.cc
187           video_waveform_dialog.cc
188           video_waveform_plot.cc
189           wx_util.cc
190           wx_signal_manager.cc
191           """
192
193 def configure(conf):
194
195     wx_libs = 'core,richtext,adv,html,xml,propgrid'
196
197     if conf.options.wx_config is not None:
198         wx_config = conf.options.wx_config
199         conf.check_cfg(msg='Checking for wxWidgets using %s' % wx_config,
200                        package='',
201                        path=wx_config,
202                        args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
203                        uselib_store='WXWIDGETS',
204                        mandatory=True)
205     else:
206         try:
207             wx_config = '/usr/lib64/wx/config/gtk2-unicode-3.0'
208             conf.check_cfg(msg='Checking for wxWidgets using gtk2-unicode-3.0',
209                            package='',
210                            path=wx_config,
211                            args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
212                            uselib_store='WXWIDGETS',
213                            mandatory=True)
214         except:
215             try:
216                 wx_config = 'wx-config-3.0-gtk2'
217                 conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
218                                package='',
219                                path=wx_config,
220                                args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
221                                uselib_store='WXWIDGETS',
222                                mandatory=True)
223             except:
224                 wx_config = 'wx-config'
225                 conf.check_cfg(msg='Checking for wxWidgets using wx-config',
226                                package='',
227                                path=wx_config,
228                                args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
229                                uselib_store='WXWIDGETS',
230                                mandatory=True)
231
232     if conf.env.TARGET_LINUX:
233         conf.env.append_value('CXXFLAGS', ['-DGL_GLEXT_PROTOTYPES', '-DGLX_GLXEXT_PROTOTYPES'])
234     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
235         conf.env.append_value('CXXFLAGS', ['-DWGL_WGLEXT_PROTOTYPES'])
236     conf.env.append_value('CXXFLAGS', ['-DwxNO_UNSAFE_WXSTRING_CONV'])
237
238     if conf.options.static_wxwidgets:
239         # wx-config returns its static libraries as full paths, without -l prefixes, which confuses
240         # check_cfg().  It puts the static libraries into LINKFLAGS_WXWIDGETS, so fish them out.
241         stlibs = []
242         new_linkflags = []
243         stlib_paths = []
244         for f in conf.env.LINKFLAGS_WXWIDGETS:
245             if f.startswith('/'):
246                 d = os.path.dirname(f)
247                 if not d in stlib_paths:
248                     stlib_paths.append(d)
249                 stlibs.append(os.path.basename(f)[3:-2])
250             else:
251                 new_linkflags.append(f)
252
253         conf.env.STLIB_WXWIDGETS = stlibs
254         conf.env.LINKFLAGS_WXWIDGETS = new_linkflags
255         conf.env.STLIBPATH_WXWIDGETS = stlib_paths
256
257     conf.in_msg = 1
258     wx_version = conf.check_cfg(package='wxwidgets', path=wx_config, args='--version').strip()
259     conf.in_msg = 0
260     if not wx_version.startswith('3.'):
261         conf.fatal('wxwidgets version 3.x.y is required; %s found' % wx_version)
262
263     config = conf.check_cfg(package='wxwidgets', path=wx_config, args='--selected-config').strip()
264     if config.find('gtk2') != -1:
265         conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK', mandatory=True)
266
267     try:
268         conf.check_cfg(msg='Checking for RtAudio using pkg-config',
269                        package='rtaudio',
270                        args='--cflags --libs',
271                        uselib_store='RTAUDIO',
272                        mandatory=True)
273     except:
274         conf.check_cfg(msg='Checking for RtAudio headers using rtaudio-config',
275                        package='',
276                        path='rtaudio-config',
277                        args='--cppflags',
278                        uselib_store='RTAUDIO',
279                        mandatory=True)
280
281         conf.check_cfg(msg='Checking for RtAudio libraries using rtaudio-config',
282                        package='',
283                        path='rtaudio-config',
284                        args='--libs',
285                        uselib_store='RTAUDIO',
286                        mandatory=True)
287
288     # Some rtaudio-configs don't include rtaudio as a link library.  Go figure.
289     conf.env.LIB_RTAUDIO.append('rtaudio')
290     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
291         # Don't explicitly link with pthread on Windows
292         conf.env.CFLAGS_RTAUDIO.remove('-pthread')
293         conf.env.LINKFLAGS_RTAUDIO.remove('-pthread')
294         # We need some libraries for WASAPI
295         conf.env.LIB_RTAUDIO.append('mfplat')
296         conf.env.LIB_RTAUDIO.append('mfuuid')
297         conf.env.LIB_RTAUDIO.append('wmcodecdspuuid')
298
299     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32 or conf.env.TARGET_LINUX:
300         conf.check_cfg(package='gl', args='--cflags --libs', uselib_store='GL', mandatory=True)
301         conf.check_cfg(package='glu', args='--cflags --libs', uselib_store='GLU', mandatory=True)
302         if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
303             conf.check_cfg(package='glew', args='--cflags --libs', uselib_store='GLEW', mandatory=True)
304     else:
305         conf.env.STLIB_GL = 'gl'
306         conf.env.STLIB_GLU = 'glu'
307
308     if conf.env.TARGET_LINUX:
309         conf.check_cxx(fragment="""
310                                 #include <wx/glcanvas.h>
311                                 #include <GL/glu.h>
312                                 #include <GL/glext.h>
313                                 #include <GL/glxext.h>
314                                 int main() {
315                                     glXSwapIntervalEXT (0, 0, 1);
316                                     return 0;
317                                 }
318                                 """,
319                        msg='Checking for glXSwapIntervalEXT',
320                        okmsg='yes',
321                        uselib='GL WXWIDGETS',
322                        define_name='DCPOMATIC_HAVE_GLX_SWAP_INTERVAL_EXT',
323                        mandatory=False)
324
325
326 def build(bld):
327     if bld.env.STATIC_DCPOMATIC:
328         obj = bld(features='cxx cxxstlib')
329     else:
330         obj = bld(features='cxx cxxshlib')
331
332     obj.name   = 'libdcpomatic2-wx'
333     obj.export_includes = ['..']
334     obj.uselib = 'BOOST_FILESYSTEM BOOST_THREAD BOOST_REGEX WXWIDGETS DCP SUB ZIP CXML RTAUDIO ICU '
335     if bld.env.TARGET_LINUX:
336         obj.uselib += 'GTK GL GLU '
337     if bld.env.TARGET_WINDOWS_64 or bld.env.TARGET_WINDOWS_32:
338         obj.uselib += 'WINSOCK2 OLE32 DSOUND WINMM KSUSER GL GLU GLEW '
339     if bld.env.TARGET_OSX:
340         obj.framework = ['CoreAudio', 'OpenGL']
341     obj.use = 'libdcpomatic2'
342     obj.source = sources
343     obj.target = 'dcpomatic2-wx'
344
345     i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic2-wx', bld)
346
347 def pot(bld):
348     i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h content_widget.h", 'libdcpomatic-wx')
349
350 def pot_merge(bld):
351     i18n.pot_merge(os.path.join('src', 'wx'), 'libdcpomatic-wx')