increase threshold for drag-playhead-does-vertical-zoom
[ardour2.git] / gtk2_ardour / wscript
blobd357d1e27707e9efd2f0a034b2dc074e583d985e
1 #!/usr/bin/env python
2 import autowaf
3 import os
4 import glob
5 import Options
6 import sys
7 import TaskGen
8 import re
10 # Version of this package (even if built as a child)
11 MAJOR = '3'
12 MINOR = '0'
13 MICRO = '0'
14 GTK2_ARDOUR_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
16 # Variables for 'waf dist'
17 APPNAME = 'gtk2_ardour'
18 VERSION = GTK2_ARDOUR_VERSION
20 # Mandatory variables
21 srcdir = '.'
22 blddir = 'build'
24 path_prefix = 'gtk2_ardour/'
26 gtk2_ardour_sources = [
27 'about.cc',
28 'actions.cc',
29 'add_midi_cc_track_dialog.cc',
30 'add_route_dialog.cc',
31 'ambiguous_file_dialog.cc',
32 'analysis_window.cc',
33 'ardour_dialog.cc',
34 'ardour_ui.cc',
35 'ardour_ui2.cc',
36 'ardour_ui_dependents.cc',
37 'ardour_ui_dialogs.cc',
38 'ardour_ui_ed.cc',
39 'ardour_ui_mixer.cc',
40 'ardour_ui_options.cc',
41 'audio_clock.cc',
42 'audio_region_editor.cc',
43 'audio_region_view.cc',
44 'audio_streamview.cc',
45 'audio_time_axis.cc',
46 'automation_controller.cc',
47 'automation_line.cc',
48 'automation_region_view.cc',
49 'automation_streamview.cc',
50 'automation_time_axis.cc',
51 'axis_view.cc',
52 'bundle_manager.cc',
53 'cairo_widget.cc',
54 'canvas-flag.cc',
55 'canvas-hit.cc',
56 'canvas-note-event.cc',
57 'canvas-note.cc',
58 'canvas_patch_change.cc',
59 'canvas-simpleline.c',
60 'canvas-simplerect.c',
61 'canvas-sysex.cc',
62 'canvas-waveview.c',
63 'clock_group.cc',
64 'configinfo.cc',
65 'control_point.cc',
66 'control_point_dialog.cc',
67 'crossfade_edit.cc',
68 'crossfade_view.cc',
69 'curvetest.cc',
70 'debug.cc',
71 'diamond.cc',
72 'edit_note_dialog.cc',
73 'editing.cc',
74 'editor.cc',
75 'editor_actions.cc',
76 'editor_audio_import.cc',
77 'editor_audiotrack.cc',
78 'editor_canvas.cc',
79 'editor_canvas_events.cc',
80 'editor_component.cc',
81 'editor_cursors.cc',
82 'editor_drag.cc',
83 'editor_route_groups.cc',
84 'editor_export_audio.cc',
85 'editor_group_tabs.cc',
86 'editor_keys.cc',
87 'editor_locations.cc',
88 'editor_markers.cc',
89 'editor_mixer.cc',
90 'editor_mouse.cc',
91 'editor_nudge.cc',
92 'editor_ops.cc',
93 'editor_regions.cc',
94 'editor_routes.cc',
95 'editor_rulers.cc',
96 'editor_scrub.cc',
97 'editor_selection.cc',
98 'editor_snapshots.cc',
99 'editor_summary.cc',
100 'editor_tempodisplay.cc',
101 'editor_timefx.cc',
102 'engine_dialog.cc',
103 'enums.cc',
104 'export_channel_selector.cc',
105 'export_dialog.cc',
106 'export_file_notebook.cc',
107 'export_filename_selector.cc',
108 'export_format_dialog.cc',
109 'export_format_selector.cc',
110 'export_preset_selector.cc',
111 'export_timespan_selector.cc',
112 'fft.cc',
113 'fft_graph.cc',
114 'fft_result.cc',
115 'gain_meter.cc',
116 'generic_pluginui.cc',
117 'ghostregion.cc',
118 'global_port_matrix.cc',
119 'group_tabs.cc',
120 'gtk-custom-hruler.c',
121 'gtk-custom-ruler.c',
122 'gtk_pianokeyboard.c',
123 'insert_time_dialog.cc',
124 'interthread_progress_window.cc',
125 'io_selector.cc',
126 'keyboard.cc',
127 'keyeditor.cc',
128 'latency_gui.cc',
129 'led.cc',
130 'level_meter.cc',
131 'lineset.cc',
132 'location_ui.cc',
133 'main.cc',
134 'marker.cc',
135 'midi_automation_line.cc',
136 'midi_channel_selector.cc',
137 'midi_cut_buffer.cc',
138 'midi_list_editor.cc',
139 'midi_port_dialog.cc',
140 'midi_region_view.cc',
141 'midi_scroomer.cc',
142 'midi_streamview.cc',
143 'midi_time_axis.cc',
144 'midi_tracer.cc',
145 'missing_file_dialog.cc',
146 'missing_plugin_dialog.cc',
147 'mixer_group_tabs.cc',
148 'mixer_strip.cc',
149 'mixer_ui.cc',
150 'monitor_section.cc',
151 'mono_panner.cc',
152 'mouse_cursors.cc',
153 'nag.cc',
154 'new_plugin_preset_dialog.cc',
155 'normalize_dialog.cc',
156 'note_player.cc',
157 'option_editor.cc',
158 'opts.cc',
159 'panner2d.cc',
160 'panner_ui.cc',
161 'piano_roll_header.cc',
162 'playlist_selector.cc',
163 'plugin_eq_gui.cc',
164 'plugin_selector.cc',
165 'plugin_ui.cc',
166 'port_group.cc',
167 'port_insert_ui.cc',
168 'port_matrix.cc',
169 'port_matrix_body.cc',
170 'port_matrix_column_labels.cc',
171 'port_matrix_component.cc',
172 'port_matrix_grid.cc',
173 'port_matrix_labels.cc',
174 'port_matrix_row_labels.cc',
175 'processor_box.cc',
176 'patch_change_dialog.cc',
177 'progress_reporter.cc',
178 'prompter.cc',
179 'public_editor.cc',
180 'quantize_dialog.cc',
181 'rc_option_editor.cc',
182 'region_editor.cc',
183 'region_gain_line.cc',
184 'region_layering_order_editor.cc',
185 'region_selection.cc',
186 'region_view.cc',
187 'return_ui.cc',
188 'rhythm_ferret.cc',
189 'route_group_dialog.cc',
190 'route_group_menu.cc',
191 'route_params_ui.cc',
192 'route_processor_selection.cc',
193 'route_time_axis.cc',
194 'route_ui.cc',
195 'search_path_option.cc',
196 'selection.cc',
197 'send_ui.cc',
198 'session_import_dialog.cc',
199 'session_metadata_dialog.cc',
200 'session_option_editor.cc',
201 'sfdb_ui.cc',
202 'shuttle_control.cc',
203 'simpleline.cc',
204 'simplerect.cc',
205 'splash.cc',
206 'speaker_dialog.cc',
207 'startup.cc',
208 'step_editor.cc',
209 'step_entry.cc',
210 'stereo_panner.cc',
211 'streamview.cc',
212 'strip_silence_dialog.cc',
213 'tape_region_view.cc',
214 'tempo_dialog.cc',
215 'tempo_lines.cc',
216 'theme_manager.cc',
217 'time_axis_view.cc',
218 'time_axis_view_item.cc',
219 'time_fx_dialog.cc',
220 'time_info_box.cc',
221 'time_selection.cc',
222 'track_selection.cc',
223 'track_view_list.cc',
224 'transpose_dialog.cc',
225 'ui_config.cc',
226 'utils.cc',
227 'verbose_cursor.cc',
228 'version.cc',
229 'volume_controller.cc',
230 'waveview.cc',
231 'window_proxy.cc'
234 def set_options(opt):
235 autowaf.set_options(opt)
237 def configure(conf):
238 autowaf.build_version_files(
239 path_prefix + 'version.h',
240 path_prefix + 'version.cc',
241 'gtk2_ardour', MAJOR, MINOR, MICRO)
242 autowaf.configure(conf)
243 conf.check_tool('compiler_cxx')
245 if re.search ("linux", sys.platform) != None:
246 autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
248 # TODO: Insert a sanity check for on OS X to ensure CoreAudio is present
250 autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
251 atleast_version='1.2.1')
252 autowaf.check_pkg(conf, 'gthread', uselib_store='GTHREAD',
253 atleast_version='2.10.1')
254 autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK',
255 atleast_version='2.18')
256 autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
257 atleast_version='2.18')
258 autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6',
259 uselib_store='GNOMECANVASMM', atleast_version='2.16')
260 autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
262 conf.check_tool('misc') # subst tool
264 conf.write_config_header('gtk2ardour-config.h')
266 # Boost headers
267 autowaf.check_header(conf, 'boost/shared_ptr.hpp')
268 autowaf.check_header(conf, 'boost/weak_ptr.hpp')
270 # Add a waf `feature' to allow compilation of things using winegcc
271 from TaskGen import feature
272 @feature("wine")
273 def set_winegcc(self):
274 self.env.LINK_CXX = self.env.LINK_CC = 'wineg++'
275 self.env.CC = 'winegcc'
277 def build_color_scheme(path, prefix):
278 f = open (path, 'r')
279 color_scheme = ''
280 for line in f:
281 if re.search ('^#@color', line):
282 line.strip() # remove newline
283 words = line.split()
284 if len(color_scheme):
285 color_scheme += ';'
286 color_scheme += prefix
287 color_scheme += '_'
288 color_scheme += words[1]
289 color_scheme += ':'
290 color_scheme += words[2]
291 f.close()
292 return color_scheme
295 def build(bld):
296 # GTK front-end; if we're using VST we build this as a shared library,
297 # otherwise it's a normal executabale
298 if bld.env['VST_SUPPORT']:
299 obj = bld.new_task_gen(features = 'cxx cc cshlib')
300 else:
301 obj = bld.new_task_gen(features = 'cxx cc cprogram')
303 obj.includes = ['.']
304 obj.source = gtk2_ardour_sources
305 obj.name = 'gtk2_ardour'
306 if bld.env['VST_SUPPORT']:
307 obj.target = 'gtk2_ardour'
308 obj.includes += ['../libs/fst']
309 else:
310 obj.target = 'ardour-3.0'
311 obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
312 obj.uselib = 'UUID FLAC GLIBMM GTHREAD GTK OGG ALSA CURL DL'
313 obj.uselib += ' GTKMM GNOMECANVASMM '
314 obj.uselib += ' AUDIOUNITS OSX GTKOSX '
315 obj.uselib_local = '''libpbd libmidipp libtaglib libardour libardour_cp
316 libgtkmm2ext libtaglib libgnomecanvas-2'''
317 if sys.platform == 'darwin':
318 obj.uselib_local + ' libappleutility'
319 obj.defines = [
320 'PACKAGE="gtk2_ardour"',
321 'VERSIONSTRING="' + bld.env['VERSION'] + '"',
322 'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
323 'CONFIG_DIR="' + os.path.normpath(bld.env['CONFIGDIR']) + '"',
324 'MODULE_DIR="' + os.path.normpath(bld.env['LIBDIR']) + '"',
325 'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']),
326 'locale') + '"',
327 'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"'
329 obj.includes += ['../libs']
331 if bld.env['HAVE_SUIL']:
332 obj.source += [ 'lv2_plugin_ui.cc' ]
333 obj.uselib += ' SUIL '
334 elif bld.env['HAVE_SLV2']:
335 obj.source += [ 'lv2_plugin_ui.cc' ]
336 obj.uselib += ' SLV2 '
338 if bld.env['FREESOUND']:
339 obj.source += [ 'sfdb_freesound_mootcher.cc' ]
341 if bld.env['VST_SUPPORT']:
342 obj.source += [ 'vst_pluginui.cc' ]
343 obj.defines += [ 'VST_SUPPORT' ]
345 if bld.env['PHONE_HOME']:
346 obj.defines += [ 'PHONE_HOME' ]
348 if bld.env['COREAUDIO']:
349 TaskGen.task_gen.mappings['.mm'] = TaskGen.task_gen.mappings['.cc']
350 obj.source += [ 'cocoacarbon.mm', 'au_pluginui.mm' ]
351 obj.uselib_local += ' libappleutility '
353 if bld.env['VST_SUPPORT']:
354 # If we require VST support we build a stub main() and the FST library
355 # here using winegcc, and link it to the GTK front-end library
356 obj = bld.new_task_gen (features = 'cxx cc cprogram wine')
357 obj.source = '''
358 ../libs/fst/fst.c
359 ../libs/fst/fstinfofile.c
360 ../libs/fst/vsti.c
361 ../libs/fst/vstwin.c
362 ../vst/winmain.c
364 obj.includes = '../libs/fst'
365 obj.target = 'ardour-3.0-vst'
366 obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
367 obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
368 obj.uselib = 'ALSA'
369 obj.uselib_local = ['libpbd','libmidipp','libtaglib','libardour',
370 'libardour_cp','libgtkmm2ext','libtaglib',
371 'gtk2_ardour']
373 # Wrappers
375 wrapper_subst_dict = {
376 'INSTALL_PREFIX' : bld.env['PREFIX'],
377 'LIBDIR' : os.path.normpath(bld.env['LIBDIRNAME']),
378 'LIBS' : 'build/default/libs',
379 'VERSION' : '3.0',
380 'EXECUTABLE' : 'build/default/gtk2_ardour/ardour-3.0'
383 obj = bld.new_task_gen('subst')
384 obj.source = 'ardev_common.sh.in'
385 obj.target = 'ardev_common_waf.sh'
386 obj.chmod = 0755
387 obj.dict = wrapper_subst_dict
389 obj = bld.new_task_gen('subst')
390 obj.source = 'ardour.sh.in'
391 obj.target = 'ardour3'
392 obj.chmod = 0755
393 obj.dict = wrapper_subst_dict
394 obj.install_path = bld.env['BINDIR']
396 # Font configuration
398 dark_rc_subst_dict = {}
399 light_rc_subst_dict = {}
400 font_sizes = {}
401 base_font = ""
403 # Set up font sizes
404 if bld.env['IS_OSX']: # OS X fonts
405 basefont = "Lucida Grande"
406 font_sizes = {
407 'TINY' : '7',
408 'SMALLER' : '9',
409 'SMALL' : '10',
410 'NORMAL' : '11',
411 'BIG' : '12',
412 'BIGGER' : '14',
413 'LARGE' : '18',
414 'LARGER' : '28',
415 'HUGER' : '36',
416 'MASSIVE' : '60'
418 else: # Linux/X11 fonts
419 basefont = '' # unspecified - use system defaults
420 font_sizes = {
421 'TINY' : '6',
422 'SMALLER' : '8',
423 'SMALL' : '9',
424 'NORMAL' : '10',
425 'BIG' : '14',
426 'BIGGER' : '16',
427 'LARGE' : '18',
428 'LARGER' : '24',
429 'HUGER' : '34',
430 'MASSIVE' : '60'
433 # Set up font substitution dictionary
434 # @FONT_XXXX@
435 for style in ['', 'BOLD', 'ITALIC']:
436 for sizename,points in iter(font_sizes.items()):
437 if (len (style)):
438 key = "_".join (['FONT',style,sizename])
439 fontstyle = " ".join ([basefont,style.lower(),points])
440 else:
441 key = "_".join (['FONT',sizename])
442 fontstyle = " ".join ([basefont,points])
444 dark_rc_subst_dict[key] = fontstyle
445 light_rc_subst_dict[key] = fontstyle
447 # @FONT_SIZE_XXXX@
448 for sizename,points in iter(font_sizes.items()):
449 key = "_".join (['FONT_SIZE',sizename])
450 dark_rc_subst_dict[key] = points
451 light_rc_subst_dict[key] = points
453 # RC files
454 dark_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme(
455 'gtk2_ardour/ardour3_ui_dark.rc.in', 'ARDOUR_DARK')
456 dark_rc_subst_dict['COLPREFIX'] = 'ARDOUR_DARK'
457 light_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme(
458 'gtk2_ardour/ardour3_ui_light.rc.in', 'ARDOUR_LIGHT')
459 light_rc_subst_dict['COLPREFIX'] = 'ARDOUR_LIGHT'
461 obj = bld.new_task_gen('subst')
462 obj.source = [ 'ardour3_ui_dark.rc.in' ]
463 obj.target = 'ardour3_ui_dark.rc'
464 obj.dict = dark_rc_subst_dict
465 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
467 obj = bld.new_task_gen('subst')
468 obj.source = [ 'ardour3_ui_light.rc.in' ]
469 obj.target = 'ardour3_ui_light.rc'
470 obj.dict = light_rc_subst_dict
471 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
473 obj = bld.new_task_gen('subst')
474 obj.source = [ 'ardour3_styles.rc.in' ]
475 obj.target = 'ardour3_dark_styles.rc'
476 obj.dict = dark_rc_subst_dict
477 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
479 obj = bld.new_task_gen('subst')
480 obj.source = [ 'ardour3_styles.rc.in' ]
481 obj.target = 'ardour3_light_styles.rc'
482 obj.dict = light_rc_subst_dict
483 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
485 obj = bld.new_task_gen('subst')
486 obj.source = [ 'ardour3_fonts.rc.in' ]
487 obj.target = 'ardour3_dark_fonts.rc'
488 obj.dict = dark_rc_subst_dict
489 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
491 obj = bld.new_task_gen('subst')
492 obj.source = [ 'ardour3_fonts.rc.in' ]
493 obj.target = 'ardour3_light_fonts.rc'
494 obj.dict = light_rc_subst_dict
495 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
497 obj = bld.new_task_gen('copy')
498 obj.source = [ 'ardour3_widget_list.rc' ]
499 obj.target = 'ardour3_widgets.rc'
500 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
502 # Menus
503 menus_argv = []
504 if bld.env['GTKOSX']:
505 menus_argv = [ '-E', '-P', '-DGTKOSX' ]
506 else:
507 menus_argv = [ '-E', '-P' ]
508 obj = bld.new_task_gen('command-output')
509 obj.command = 'cpp'
510 obj.command_is_external = True
511 obj.no_inputs = True
512 obj.argv = menus_argv
513 obj.stdin = 'ardour.menus.in'
514 obj.stdout = 'ardour.menus'
515 bld.install_files(os.path.join(bld.env['CONFIGDIR'], 'ardour3'),
516 'ardour.menus')
518 # Keybindings
520 # 'SAE-de-keypad', 'SAE-de-nokeypad', 'SAE-us-keypad',
521 # 'SAE-us-nokeypad', 'ergonomic-us'
523 for b in [ 'mnemonic-us' ] :
524 obj = bld.new_task_gen (
525 target = b + '.bindings',
526 source = b + '.bindings.in',
527 rule = '../tools/fmt-bindings --winkey="%s" --accelmap <${SRC} >${TGT}' % bld.env['WINDOWS_KEY']
529 obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
531 # not modified at present
532 bld.install_files(os.path.join(bld.env['CONFIGDIR'], 'ardour3'),
533 'step_editing.bindings')
535 # Icons/Images
536 bld.install_files('${DATADIR}/ardour3/icons', 'icons/*.png')
537 bld.install_files('${DATADIR}/ardour3/pixmaps', 'pixmaps/*.xpm')
538 bld.install_files('${DATADIR}/ardour3', 'splash.png')
540 # Default UI configuration
541 bld.install_files('${CONFIGDIR}/ardour3', 'ardour3_ui_default.conf')
542 # Generic widget style mappings
543 bld.install_files('${CONFIGDIR}/ardour3', 'ardour3_widgets.rc')
545 # Default export stuff
546 bld.install_files('${CONFIGDIR}/ardour3/export', 'export/*.format')
548 # i18n
549 if bld.env['ENABLE_NLS']:
550 mo_files = glob.glob (os.path.join (bld.get_curdir(), 'po/*.mo'))
551 for mo in mo_files:
552 lang = os.path.basename (mo).replace ('.mo', '')
553 bld.install_as (os.path.join(bld.env['PREFIX'], 'share', 'locale',
554 lang, 'LC_MESSAGES', APPNAME + '.mo'),
557 def i18n(bld):
558 autowaf.build_i18n(bld, srcdir, 'gtk2_ardour', APPNAME, gtk2_ardour_sources)