cf05dfe7dbab731083361435c9e2d64e4f0251be
[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_dialog.cc
182           verify_dcp_progress_dialog.cc
183           video_panel.cc
184           video_view.cc
185           video_waveform_dialog.cc
186           video_waveform_plot.cc
187           wx_util.cc
188           wx_signal_manager.cc
189           """
190
191 def configure(conf):
192
193     wx_libs = 'core,richtext,adv,html,xml,propgrid'
194
195     if conf.options.wx_config is not None:
196         wx_config = conf.options.wx_config
197         conf.check_cfg(msg='Checking for wxWidgets using %s' % wx_config,
198                        package='',
199                        path=wx_config,
200                        args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
201                        uselib_store='WXWIDGETS',
202                        mandatory=True)
203     else:
204         try:
205             wx_config = '/usr/lib64/wx/config/gtk2-unicode-3.0'
206             conf.check_cfg(msg='Checking for wxWidgets using gtk2-unicode-3.0',
207                            package='',
208                            path=wx_config,
209                            args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
210                            uselib_store='WXWIDGETS',
211                            mandatory=True)
212         except:
213             try:
214                 wx_config = 'wx-config-3.0-gtk2'
215                 conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
216                                package='',
217                                path=wx_config,
218                                args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
219                                uselib_store='WXWIDGETS',
220                                mandatory=True)
221             except:
222                 wx_config = 'wx-config'
223                 conf.check_cfg(msg='Checking for wxWidgets using wx-config',
224                                package='',
225                                path=wx_config,
226                                args='--cppflags --cxxflags --libs %s --gl-libs' % wx_libs,
227                                uselib_store='WXWIDGETS',
228                                mandatory=True)
229
230     if conf.env.TARGET_LINUX:
231         conf.env.append_value('CXXFLAGS', ['-DGL_GLEXT_PROTOTYPES', '-DGLX_GLXEXT_PROTOTYPES'])
232     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
233         conf.env.append_value('CXXFLAGS', ['-DWGL_WGLEXT_PROTOTYPES'])
234     conf.env.append_value('CXXFLAGS', ['-DwxNO_UNSAFE_WXSTRING_CONV'])
235
236     if conf.options.static_wxwidgets:
237         # wx-config returns its static libraries as full paths, without -l prefixes, which confuses
238         # check_cfg().  It puts the static libraries into LINKFLAGS_WXWIDGETS, so fish them out.
239         stlibs = []
240         new_linkflags = []
241         stlib_paths = []
242         for f in conf.env.LINKFLAGS_WXWIDGETS:
243             if f.startswith('/'):
244                 d = os.path.dirname(f)
245                 if not d in stlib_paths:
246                     stlib_paths.append(d)
247                 stlibs.append(os.path.basename(f)[3:-2])
248             else:
249                 new_linkflags.append(f)
250
251         conf.env.STLIB_WXWIDGETS = stlibs
252         conf.env.LINKFLAGS_WXWIDGETS = new_linkflags
253         conf.env.STLIBPATH_WXWIDGETS = stlib_paths
254
255     conf.in_msg = 1
256     wx_version = conf.check_cfg(package='wxwidgets', path=wx_config, args='--version').strip()
257     conf.in_msg = 0
258     if not wx_version.startswith('3.'):
259         conf.fatal('wxwidgets version 3.x.y is required; %s found' % wx_version)
260
261     config = conf.check_cfg(package='wxwidgets', path=wx_config, args='--selected-config').strip()
262     if config.find('gtk2') != -1:
263         conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK', mandatory=True)
264
265     try:
266         conf.check_cfg(msg='Checking for RtAudio using pkg-config',
267                        package='rtaudio',
268                        args='--cflags --libs',
269                        uselib_store='RTAUDIO',
270                        mandatory=True)
271     except:
272         conf.check_cfg(msg='Checking for RtAudio headers using rtaudio-config',
273                        package='',
274                        path='rtaudio-config',
275                        args='--cppflags',
276                        uselib_store='RTAUDIO',
277                        mandatory=True)
278
279         conf.check_cfg(msg='Checking for RtAudio libraries using rtaudio-config',
280                        package='',
281                        path='rtaudio-config',
282                        args='--libs',
283                        uselib_store='RTAUDIO',
284                        mandatory=True)
285
286     # Some rtaudio-configs don't include rtaudio as a link library.  Go figure.
287     conf.env.LIB_RTAUDIO.append('rtaudio')
288     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
289         # Don't explicitly link with pthread on Windows
290         conf.env.CFLAGS_RTAUDIO.remove('-pthread')
291         conf.env.LINKFLAGS_RTAUDIO.remove('-pthread')
292         # We need some libraries for WASAPI
293         conf.env.LIB_RTAUDIO.append('mfplat')
294         conf.env.LIB_RTAUDIO.append('mfuuid')
295         conf.env.LIB_RTAUDIO.append('wmcodecdspuuid')
296
297     if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32 or conf.env.TARGET_LINUX:
298         conf.check_cfg(package='gl', args='--cflags --libs', uselib_store='GL', mandatory=True)
299         conf.check_cfg(package='glu', args='--cflags --libs', uselib_store='GLU', mandatory=True)
300         if conf.env.TARGET_WINDOWS_64 or conf.env.TARGET_WINDOWS_32:
301             conf.check_cfg(package='glew', args='--cflags --libs', uselib_store='GLEW', mandatory=True)
302     else:
303         conf.env.STLIB_GL = 'gl'
304         conf.env.STLIB_GLU = 'glu'
305
306     if conf.env.TARGET_LINUX:
307         conf.check_cxx(fragment="""
308                                 #include <wx/glcanvas.h>
309                                 #include <GL/glu.h>
310                                 #include <GL/glext.h>
311                                 #include <GL/glxext.h>
312                                 int main() {
313                                     glXSwapIntervalEXT (0, 0, 1);
314                                     return 0;
315                                 }
316                                 """,
317                        msg='Checking for glXSwapIntervalEXT',
318                        okmsg='yes',
319                        uselib='GL WXWIDGETS',
320                        define_name='DCPOMATIC_HAVE_GLX_SWAP_INTERVAL_EXT',
321                        mandatory=False)
322
323
324 def build(bld):
325     if bld.env.STATIC_DCPOMATIC:
326         obj = bld(features='cxx cxxstlib')
327     else:
328         obj = bld(features='cxx cxxshlib')
329
330     obj.name   = 'libdcpomatic2-wx'
331     obj.export_includes = ['..']
332     obj.uselib = 'BOOST_FILESYSTEM BOOST_THREAD BOOST_REGEX WXWIDGETS DCP SUB ZIP CXML RTAUDIO ICU '
333     if bld.env.TARGET_LINUX:
334         obj.uselib += 'GTK GL GLU '
335     if bld.env.TARGET_WINDOWS_64 or bld.env.TARGET_WINDOWS_32:
336         obj.uselib += 'WINSOCK2 OLE32 DSOUND WINMM KSUSER GL GLU GLEW '
337     if bld.env.TARGET_OSX:
338         obj.framework = ['CoreAudio', 'OpenGL']
339     obj.use = 'libdcpomatic2'
340     obj.source = sources
341     obj.target = 'dcpomatic2-wx'
342
343     i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic2-wx', bld)
344
345 def pot(bld):
346     i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h content_widget.h", 'libdcpomatic-wx')
347
348 def pot_merge(bld):
349     i18n.pot_merge(os.path.join('src', 'wx'), 'libdcpomatic-wx')