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