build ardour3_ui_default.conf at build time, to allow font substitutions to be done...
[ardour.git] / gtk2_ardour / wscript
1 #!/usr/bin/env python
2 from waflib.extras import autowaf as autowaf
3 from waflib import Options, TaskGen
4 import waflib.Logs as Logs, waflib.Utils as Utils
5 import os
6 import shutil
7 import sys
8 import re
9 import time
10 from waflib.Task import Task
11
12 I18N_PACKAGE = 'gtk2_ardour3'
13
14 # Mandatory variables
15 top = '.'
16 out = 'build'
17
18 path_prefix = 'gtk2_ardour/'
19
20 gtk2_ardour_sources = [
21         'about.cc',
22         'actions.cc',
23         'add_route_dialog.cc',
24         'ambiguous_file_dialog.cc',
25         'analysis_window.cc',
26         'ardour_button.cc',
27         'ardour_dialog.cc',
28         'ardour_dropdown.cc',
29         'ardour_ui.cc',
30         'ardour_ui2.cc',
31         'ardour_ui_dependents.cc',
32         'ardour_ui_dialogs.cc',
33         'ardour_ui_ed.cc',
34         'ardour_ui_mixer.cc',
35         'ardour_ui_options.cc',
36         'ardour_window.cc',
37         'audio_clock.cc',
38         'audio_region_editor.cc',
39         'audio_region_view.cc',
40         'audio_streamview.cc',
41         'audio_time_axis.cc',
42         'automation_controller.cc',
43         'automation_line.cc',
44         'automation_region_view.cc',
45         'automation_streamview.cc',
46         'automation_time_axis.cc',
47         'axis_view.cc',
48         'big_clock_window.cc',
49         'bundle_manager.cc',
50         'button_joiner.cc',
51         'clock_group.cc',
52         'configinfo.cc',
53         'control_point.cc',
54         'control_point_dialog.cc',
55         'curvetest.cc',
56         'debug.cc',
57         'edit_note_dialog.cc',
58         'editing.cc',
59         'editor.cc',
60         'editor_actions.cc',
61         'editor_audio_import.cc',
62         'editor_audiotrack.cc',
63         'editor_canvas.cc',
64         'editor_canvas_events.cc',
65         'editor_component.cc',
66         'editor_cursors.cc',
67         'editor_drag.cc',
68         'editor_route_groups.cc',
69         'editor_export_audio.cc',
70         'editor_group_tabs.cc',
71         'editor_keys.cc',
72         'editor_locations.cc',
73         'editor_markers.cc',
74         'editor_mixer.cc',
75         'editor_mouse.cc',
76         'editor_ops.cc',
77         'editor_regions.cc',
78         'editor_routes.cc',
79         'editor_rulers.cc',
80         'editor_selection.cc',
81         'editor_snapshots.cc',
82         'editor_summary.cc',
83         'editor_tempodisplay.cc',
84         'editor_timefx.cc',
85         'engine_dialog.cc',
86         'enums.cc',
87         'export_channel_selector.cc',
88         'export_dialog.cc',
89         'export_file_notebook.cc',
90         'export_filename_selector.cc',
91         'export_format_dialog.cc',
92         'export_format_selector.cc',
93         'export_preset_selector.cc',
94         'export_timespan_selector.cc',
95         'fft.cc',
96         'fft_graph.cc',
97         'fft_result.cc',
98         'sfdb_freesound_mootcher.cc',
99         'gain_meter.cc',
100         'generic_pluginui.cc',
101         'ghostregion.cc',
102         'global_port_matrix.cc',
103         'group_tabs.cc',
104         'gtk_pianokeyboard.c',
105         'gui_object.cc',
106         'insert_time_dialog.cc',
107         'interthread_progress_window.cc',
108         'io_selector.cc',
109         'hit.cc',
110         'keyboard.cc',
111         'keyeditor.cc',
112         'latency_gui.cc',
113         'led.cc',
114         'level_meter.cc',
115         'location_ui.cc',
116         'main.cc',
117         'main_clock.cc',
118         'marker.cc',
119         'midi_automation_line.cc',
120         'midi_channel_dialog.cc',
121         'midi_channel_selector.cc',
122         'midi_cut_buffer.cc',
123         'midi_export_dialog.cc',
124         'midi_list_editor.cc',
125         'midi_port_dialog.cc',
126         'midi_region_view.cc',
127         'midi_scroomer.cc',
128         'midi_selection.cc',
129         'midi_streamview.cc',
130         'midi_time_axis.cc',
131         'midi_tracer.cc',
132         'midi_velocity_dialog.cc',
133         'missing_file_dialog.cc',
134         'missing_plugin_dialog.cc',
135         'mixer_actor.cc',
136         'mixer_group_tabs.cc',
137         'mixer_strip.cc',
138         'mixer_ui.cc',
139         'meterbridge.cc',
140         'meter_strip.cc',
141         'meter_patterns.cc',
142         'monitor_section.cc',
143         'mono_panner.cc',
144         'mono_panner_editor.cc',
145         'mouse_cursors.cc',
146         'nag.cc',
147         'new_plugin_preset_dialog.cc',
148         'normalize_dialog.cc',
149         'note.cc',
150         'note_base.cc',
151         'note_player.cc',
152         'nsm.cc',
153         'nsmclient.cc',
154         'option_editor.cc',
155         'opts.cc',
156         'panner2d.cc',
157         'panner_editor.cc',
158         'panner_interface.cc',
159         'panner_ui.cc',
160         'patch_change.cc',
161         'piano_roll_header.cc',
162         'pingback.cc',
163         'playlist_selector.cc',
164         'plugin_eq_gui.cc',
165         'plugin_selector.cc',
166         'plugin_ui.cc',
167         'port_group.cc',
168         'port_insert_ui.cc',
169         'port_matrix.cc',
170         'port_matrix_body.cc',
171         'port_matrix_column_labels.cc',
172         'port_matrix_component.cc',
173         'port_matrix_grid.cc',
174         'port_matrix_labels.cc',
175         'port_matrix_row_labels.cc',
176         'processor_box.cc',
177         'patch_change_dialog.cc',
178         'progress_reporter.cc',
179         'prompter.cc',
180         'public_editor.cc',
181         'quantize_dialog.cc',
182         'rc_option_editor.cc',
183         'region_editor.cc',
184         'region_gain_line.cc',
185         'region_layering_order_editor.cc',
186         'region_selection.cc',
187         'region_view.cc',
188         'return_ui.cc',
189         'rhythm_ferret.cc',
190         'route_group_dialog.cc',
191         'route_group_menu.cc',
192         'route_params_ui.cc',
193         'route_processor_selection.cc',
194         'route_time_axis.cc',
195         'route_ui.cc',
196         'search_path_option.cc',
197         'selection.cc',
198         'send_ui.cc',
199         'session_dialog.cc',
200         'session_import_dialog.cc',
201         'session_metadata_dialog.cc',
202         'session_option_editor.cc',
203         'sfdb_ui.cc',
204         'shuttle_control.cc',
205         'soundcloud_export_selector.cc',
206         'splash.cc',
207         'speaker_dialog.cc',
208         'startup.cc',
209         'step_editor.cc',
210         'step_entry.cc',
211         'stereo_panner.cc',
212         'stereo_panner_editor.cc',
213         'streamview.cc',
214         'strip_silence_dialog.cc',
215         'sys_ex.cc',
216         'tape_region_view.cc',
217         'tempo_dialog.cc',
218         'tempo_lines.cc',
219         'theme_manager.cc',
220         'time_axis_view.cc',
221         'time_axis_view_item.cc',
222         'time_fx_dialog.cc',
223         'time_info_box.cc',
224         'time_selection.cc',
225         'track_selection.cc',
226         'track_view_list.cc',
227         'transpose_dialog.cc',
228         'ui_config.cc',
229         'utils.cc',
230         'verbose_cursor.cc',
231         'version.cc',
232         'visibility_group.cc',
233         'volume_controller.cc',
234         'window_manager.cc',
235 # video-timeline related sources:
236         'video_image_frame.cc',
237         'add_video_dialog.cc',
238         'editor_videotimeline.cc',
239         'video_timeline.cc',
240         'video_monitor.cc',
241         'transcode_ffmpeg.cc',
242         'transcode_video_dialog.cc',
243         'video_server_dialog.cc',
244         'utils_videotl.cc',
245         'export_video_dialog.cc',
246         'export_video_infobox.cc'
247 ]
248
249 def options(opt):
250     autowaf.set_options(opt)
251
252 def configure(conf):
253     conf.load('misc')
254     conf.load('compiler_cxx')
255     # we don't use hard-coded micro versions with ardour, so hard code it to zero
256     autowaf.build_version_files(
257         path_prefix + 'version.h',
258         path_prefix + 'version.cc',
259         'gtk2_ardour', conf.env['MAJOR'], conf.env['MINOR'], 0,
260         '', '')
261     autowaf.configure(conf)
262
263     # TODO: Insert a sanity check for on OS X to ensure CoreAudio is present
264
265     autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F',
266                       mandatory=True)
267     autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
268                       atleast_version='1.2.1')
269     autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD',
270                       atleast_version='2.10.1')
271     autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK',
272                       atleast_version='2.18')
273     autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
274                       atleast_version='2.18')
275     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
276     autowaf.check_pkg(conf, 'x11', uselib_store='X11', atleast_version='1.1', mandatory=False)
277     autowaf.check_pkg(conf, 'fontconfig', uselib_store='FONTCONFIG')
278
279     conf.write_config_header('gtk2ardour-config.h', remove=False)
280
281     # Boost headers
282     autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
283     autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
284
285 # Add a waf `feature' to allow compilation of things using winegcc
286 from waflib.TaskGen import feature
287 @feature("wine")
288 def set_winegcc(self):
289     self.env.LINK_CXX = self.env.LINK_CC = 'wineg++'
290     self.env.CC = 'winegcc'
291
292 def _doPyp(infileName, deps = False):
293     outStr = ''
294     out = []
295     re_spaces = re.compile("\s+")
296
297     if infileName == '-':
298         fd = sys.stdin
299     else:
300         fd = open(infileName)
301     inLines = fd.readlines()
302     if fd != sys.stdin:
303         fd.close()
304         
305
306     for line in inLines:
307         bits = re_spaces.split(line)
308         if bits[0] == '##include':
309             incName = bits[1]
310             if (deps):
311                 out += [ incName ]
312             else:
313                 # assume included file comes from same place as source file
314                 incName = os.path.join (os.path.dirname (infileName), incName);
315                 outStr += _doPyp(incName)
316         else:
317             if not deps:
318                 outStr += line
319
320     # done
321     if deps:
322         return out
323     else:
324         return outStr
325
326 def include_processor(task):
327     infileName = task.inputs[0].srcpath()
328     outfileName = os.path.join(out, task.outputs[0].bldpath())
329     fdOut = open (outfileName, "w")
330     fdOut.write (_doPyp(infileName))
331     fdOut.close ()
332
333
334 def build_color_scheme(path, prefix):
335     f = open (path, 'r')
336     color_scheme = ''
337     for line in f:
338         if re.search ('^#@color', line):
339             line.strip() # remove newline
340             words = line.split()
341             if len(color_scheme):
342                 color_scheme += ';'
343             color_scheme += prefix
344             color_scheme += '_'
345             color_scheme += words[1]
346             color_scheme += ':'
347             color_scheme += words[2]
348     f.close()
349     return color_scheme
350
351 def build(bld):
352
353     VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
354
355     if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
356         # Windows VST support w/wine
357         # If we require VST support we build a stub main() and the FST library
358         # here using winegcc, and link it to the GTK front-end library
359         obj = bld (features = 'cxx c cxxprogram wine')
360         obj.source = (
361             '../libs/fst/vstwin.c',
362             '../vst/winmain.c',
363             )
364         #
365         # XXX do we really need to explicitly link to all of these for the wine executable?
366         #
367         obj.use          = [ 'libpbd',
368                              'libmidipp',
369                              'libardour',
370                              'libardour_cp',
371                              'libtimecode',
372                              'libmidipp',
373                              'libgtk2_ardour',
374                              'libgtkmm2ext',
375                              'libcanvas'
376                              ]
377         obj.target = 'ardour-' + bld.env['VERSION'] + '-vst.exe.so'
378         obj.includes  = [ '../libs/fst', '.' ]
379         obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
380         obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
381         obj.install_path = bld.env['DLLDIR']
382         # end of the wine executable
383
384         # now the shared library containing the GTK GUI for ardour
385         obj = bld (features = 'cxx c cxxshlib')
386         obj.source    = gtk2_ardour_sources
387         obj.includes  = [ '../libs/fst', '.' ]
388         obj.name      = 'libgtk2_ardour'
389         obj.target    = 'gtk2_ardour'
390     else:
391         # just the normal executable version of the GTK GUI
392         obj = bld (features = 'cxx c cxxprogram')
393         obj.source    = gtk2_ardour_sources
394         obj.target = 'ardour-' + bld.env['VERSION']
395         obj.includes = ['.']
396         obj.ldflags = ['-no-undefined']
397
398         if bld.is_defined('WINDOWS_VST_SUPPORT'):
399         # Windows VST support mingw
400             obj.source += [ '../vst/winmain.c' ]
401             obj.includes += [ '../libs/fst' ]
402
403     # at this point, "obj" refers to either the normal native executable
404     # OR the shared library built for use with wine on linux.
405
406     obj.use      = [ 'libpbd',
407                      'libardour',
408                      'libardour_cp',
409                      'libtimecode',
410                      'libmidipp',
411                      'libgtkmm2ext',
412                      'libcanvas',
413                      ]
414
415     obj.defines = [
416         'PACKAGE="' + I18N_PACKAGE + '"',
417         'VERSIONSTRING="' + bld.env['VERSION'] + '"',
418         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
419         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
420         'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
421         ]
422     obj.install_path = bld.env['DLLDIR']
423     obj.uselib       = 'UUID FLAC FONTCONFIG GLIBMM GTHREAD GTK OGG CURL DL'
424     obj.uselib       += ' GTKMM CANVAS FFTW3F'
425     obj.uselib       += ' AUDIOUNITS OSX GTKOSX LO '
426     obj.uselib       += ' TAGLIB '
427
428     if sys.platform == 'darwin':
429         obj.uselib += ' AUDIOUNITS OSX GTKOSX'
430         obj.use    += ' libappleutility'
431         obj.source += [ 'cocoacarbon.mm', 'bundle_env_cocoa.cc' ]
432     elif bld.env['build_target'] == 'mingw':
433         obj.source += [ 'bundle_env_mingw.cc' ]
434     else:
435         obj.source += [ 'bundle_env_linux.cc' ]
436
437     obj.includes += ['../libs']
438
439     if bld.env['build_target'] == 'mingw':
440         if bld.env['DEBUG'] == False:
441             obj.linkflags = ['-mwindows']
442
443     if bld.is_defined('HAVE_SUIL'):
444         obj.source += [ 'lv2_plugin_ui.cc' ]
445         obj.use += [ 'SUIL' ]
446
447     if bld.is_defined('NEED_INTL'):
448         obj.linkflags = ' -lintl'
449
450     if bld.is_defined('WINDOWS_VST_SUPPORT'):
451         obj.source += [ 'windows_vst_plugin_ui.cc' ]
452         obj.defines += [ 'WINDOWS_VST_SUPPORT' ]
453         if bld.env['build_target'] != 'mingw':
454             obj.use += [ 'X11' ]
455         
456     if bld.is_defined('LXVST_SUPPORT'):
457         obj.source += [ 'linux_vst_gui_support.cc', 'lxvst_plugin_ui.cc' ]
458         obj.defines += [ 'LXVST_SUPPORT' ]
459         obj.use += [ 'X11' ]
460
461     if bld.is_defined('WINDOWS_VST_SUPPORT') or bld.is_defined('LXVST_SUPPORT'):
462         obj.source += [ 'vst_plugin_ui.cc' ]
463         
464     if bld.is_defined('PHONE_HOME'):
465         obj.defines += [ 'PHONE_HOME' ]
466
467     if bld.is_defined('HAVE_COREAUDIO'):
468         TaskGen.task_gen.mappings['.mm'] = TaskGen.task_gen.mappings['.cc']
469         obj.use += ' libappleutility '
470
471     if bld.is_defined('AUDIOUNIT_SUPPORT'):
472         obj.source += [ 'au_pluginui.mm' ]
473
474     # Wrappers
475
476         print 'DLL = ' + bld.env['DLLDIR'], '\n'
477         print 'DATADIR = ' + bld.env['DATADIR'], '\n'
478         print 'CONF = ' + bld.env['CONFDIR'], '\n'
479
480     wrapper_subst_dict = {
481             'INSTALL_PREFIX' : bld.env['PREFIX'],
482             'LIBDIR'         : os.path.normpath(bld.env['DLLDIR']),
483             'DATADIR'        : os.path.normpath(bld.env['DATADIR']),
484             'CONFDIR'        : os.path.normpath(bld.env['CONFDIR']),
485             'LIBS'           : 'build/libs',
486             'VERSION'        : bld.env['VERSION'],
487             'EXECUTABLE'     : 'build/gtk2_ardour/ardour-' + bld.env['VERSION']
488     }
489
490     def set_subst_dict(obj, dict):
491         for i in dict:
492             setattr(obj, i, dict[i])
493
494     obj              = bld(features = 'subst', rule= 'chmod 0755 ${TGT}')
495     obj.source       = 'ardev_common.sh.in'
496     obj.target       = 'ardev_common_waf.sh'
497     obj.chmod        = Utils.O755
498     obj.dict         = wrapper_subst_dict
499     set_subst_dict(obj, wrapper_subst_dict)
500
501     obj              = bld(features = 'subst')
502     obj.source       = 'ardour.sh.in'
503     obj.target       = 'ardour3'
504     obj.chmod        = Utils.O755
505     obj.dict         = wrapper_subst_dict
506     obj.install_path = bld.env['BINDIR']
507     set_subst_dict(obj, wrapper_subst_dict)
508
509     if bld.is_defined('WINDOWS_VST_SUPPORT'):
510         obj              = bld(features = 'subst')
511         obj.source       = '../vst/ardourvst.in'
512         obj.target       = 'ardourvst3'
513         obj.chmod        = Utils.O755
514         obj.dict         = wrapper_subst_dict
515         obj.install_path = bld.env['BINDIR']
516         set_subst_dict(obj, wrapper_subst_dict)
517
518     # Font configuration
519
520     dark_rc_subst_dict = {}
521     light_rc_subst_dict = {}
522     ui_conf_dict = {}
523     font_sizes      = {}
524     base_font       = ""
525
526     # Set up font sizes
527     if bld.is_defined('GTKOSX'): # OS X fonts
528         basefont = ""
529         font_sizes = {
530                 'SMALLER' : '9',
531                 'SMALL' : '10',
532                 'NORMAL' : '11',
533                 'BIG' : '13',
534                 'BIGGER' : '17',
535                 'LARGE' : '18',
536                 'LARGER' : '28',
537                 'HUGER' : '36',
538                 'MASSIVE' : '60',
539         }
540         
541         # There is no acceptable monospace font available on older versions of OS X
542         # and no API on those versions to load TTF files that will work with 
543         # GTK/fontconfig/pango.
544         #
545         # In addition, the ArdourMono font gets clipped for some reason on OS X
546         #
547         # Moreover, Lucida Grande just seems to work even though it is not monospace
548         # so just use it.
549         #
550         font_names = {
551             'MONOSPACE' : 'Lucida Grande',
552         }
553     else: # Linux/X11 fonts
554         basefont = '' # unspecified - use system defaults
555         font_sizes = {
556                 'SMALLER' : '8',
557                 'SMALL' : '9',
558                 'NORMAL' : '10',
559                 'BIG' : '14',
560                 'BIGGER' : '17',
561                 'LARGE' : '18',
562                 'LARGER' : '24',
563                 'HUGER' : '34',
564                 'MASSIVE' : '60',
565         }
566         font_names = {
567                 'MONOSPACE' : 'ArdourMono',
568         }
569
570     # Set up font substitution dictionary
571     # @FONT_XXXX@
572     for style in ['', 'BOLD', 'ITALIC']:
573         for sizename,points in iter(font_sizes.items()):
574             if (len (style)):
575                 key = "_".join (['FONT',style,sizename])
576                 fontstyle = " ".join ([basefont,style.lower(),points])
577             else:
578                 key = "_".join (['FONT',sizename])
579                 fontstyle = " ".join ([basefont,points])
580
581             dark_rc_subst_dict[key] = fontstyle
582             light_rc_subst_dict[key] = fontstyle
583             ui_conf_dict[key] = points
584             
585     # @FONT_SIZE_XXXX@
586     for sizename,points in iter(font_sizes.items()):
587             key = "_".join (['FONT_SIZE',sizename])
588             dark_rc_subst_dict[key] = points
589             light_rc_subst_dict[key] = points
590             ui_conf_dict[key] = points
591
592     # various font names, eg @BOLD_MONOSPACE@
593     for font_sym,text in iter(font_names.items()):
594         key = font_sym
595         dark_rc_subst_dict[key] = text
596         light_rc_subst_dict[key] = text
597         ui_conf_dict[key] = text
598
599     # RC files
600     dark_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme(
601         'gtk2_ardour/ardour3_ui_dark.rc.in', 'ARDOUR_DARK')
602     dark_rc_subst_dict['COLPREFIX'] = 'ARDOUR_DARK'
603     light_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme(
604         'gtk2_ardour/ardour3_ui_light.rc.in', 'ARDOUR_LIGHT')
605     light_rc_subst_dict['COLPREFIX'] = 'ARDOUR_LIGHT'
606
607     obj              = bld(features = 'subst')
608     obj.source       = [ 'ardour3_ui_dark.rc.in' ]
609     obj.target       = 'ardour3_ui_dark.rc.pre'
610     obj.install_path = None
611     set_subst_dict(obj, dark_rc_subst_dict)
612
613     obj              = bld(features = 'subst')
614     obj.source       = [ 'ardour3_ui_light.rc.in' ]
615     obj.target       = 'ardour3_ui_light.rc.pre'
616     obj.install_path = None
617     set_subst_dict(obj, light_rc_subst_dict)
618
619     obj              = bld(features = 'subst')
620     obj.source       = [ 'ardour3_styles.rc.in' ]
621     obj.target       = 'ardour3_dark_styles.rc'
622     obj.install_path = None
623     set_subst_dict(obj, dark_rc_subst_dict)
624
625     obj              = bld(features = 'subst')
626     obj.source       = [ 'ardour3_styles.rc.in' ]
627     obj.target       = 'ardour3_light_styles.rc'
628     obj.install_path = None
629     set_subst_dict(obj, light_rc_subst_dict)
630
631     obj              = bld(features = 'subst')
632     obj.source       = [ 'ardour3_fonts.rc.in' ]
633     obj.target       = 'ardour3_dark_fonts.rc'
634     obj.install_path = None
635     set_subst_dict(obj, dark_rc_subst_dict)
636
637     obj              = bld(features = 'subst')
638     obj.source       = [ 'ardour3_fonts.rc.in' ]
639     obj.target       = 'ardour3_light_fonts.rc'
640     obj.install_path = None
641     set_subst_dict(obj, light_rc_subst_dict)
642
643     obj              = bld(rule = autowaf.copyfile) 
644     obj.source       = [ 'ardour3_widget_list.rc' ]
645     obj.target       = 'ardour3_widgets.rc'
646     obj.install_path = None
647
648     obj = bld (rule = include_processor)
649     obj.source = [ 'ardour3_ui_dark.rc.pre' ]
650     # find and add all ##include dependencies as sources
651     obj.source += _doPyp (bld.path.find_resource ('ardour3_ui_dark.rc.in').srcpath(), True)
652     obj.target = 'ardour3_ui_dark.rc'
653     obj.install_path = bld.env['CONFDIR']
654
655     obj = bld (rule = include_processor)
656     obj.source = [ 'ardour3_ui_light.rc.pre' ]
657     # find and add all ##include dependencies as sources
658     obj.source += _doPyp (bld.path.find_resource ('ardour3_ui_light.rc.in').srcpath(), True)
659     obj.target = 'ardour3_ui_light.rc'
660     obj.install_path = bld.env['CONFDIR']
661
662     obj              = bld(features = 'subst')
663     obj.source       = [ 'ardour3_ui_default.conf.in' ]
664     obj.target       = 'ardour3_ui_default.conf'
665     obj.install_path = None
666     set_subst_dict(obj, ui_conf_dict)
667
668     # Menus
669     menus_argv = []
670     if bld.is_defined('GTKOSX'):
671         menus_argv = [ '-E', '-P', '-DGTKOSX' ]
672     else:
673         menus_argv = [ '-E', '-P' ]
674
675     # always build all versions of the menu definitions
676     # so that we can try them out with different program builds.
677     for program in [ 'ardour', 'trx' ]:
678         obj = bld(features = 'command-output')
679         obj.command = 'cpp'
680         obj.command_is_external = True
681         obj.no_inputs = True
682         obj.argv = menus_argv
683         obj.dep_vars = ['GTKOSX']
684         obj.stdin = program + '.menus.in'
685         obj.stdout = program + '.menus'
686         bld.install_files (bld.env['CONFDIR'], program + '.menus')
687
688     # Keybindings
689
690     # 'SAE-de-keypad', 'SAE-de-nokeypad', 'SAE-us-keypad',
691     # 'SAE-us-nokeypad', 'ergonomic-us'
692
693     #
694     # explicitly state the use of perl here so that it works on windows too
695     # 
696     a_rule = 'perl ../tools/fmt-bindings --platform="%s" --winkey="%s" --accelmap <${SRC} >${TGT}' % (sys.platform, bld.env['WINDOWS_KEY'] )
697     for b in [ 'mnemonic-us' ] :
698         obj = bld(
699             target = b + '.bindings',
700             source = b + '.bindings.in',
701             rule = a_rule
702             )
703         obj.install_path = bld.env['CONFDIR']
704
705     # not modified at present
706     bld.install_files(bld.env['CONFDIR'], 'step_editing.bindings')
707     bld.install_files(bld.env['CONFDIR'], 'mixer.bindings')
708
709     # Icons/Images
710     bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/*.png'))
711     bld.install_files(os.path.join (bld.env['DATADIR'], 'pixmaps'), bld.path.ant_glob('pixmaps/*.xpm'))
712     bld.install_files(bld.env['DATADIR'], 'splash.png')
713     bld.install_files(bld.env['DATADIR'], 'small-splash.png')
714     bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf')
715
716     # Default UI configuration
717     bld.install_files(bld.env['CONFDIR'], 'ardour3_ui_default.conf')
718
719     # Default export stuff
720     bld.install_files(os.path.join(bld.env['CONFDIR'],' export'), bld.path.ant_glob('export/*.format'))
721
722     # i18n
723     if bld.is_defined('ENABLE_NLS'):
724         mo_files = bld.path.ant_glob('po/*.mo')
725         for mo in mo_files:
726             lang = os.path.basename(mo.srcpath()).replace('.mo', '')
727             bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
728                                         lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
729                            mo)
730
731 def i18n(bld):
732     autowaf.build_i18n(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
733                        'Paul Davis')
734
735 def i18n_pot(bld):
736     autowaf.build_i18n_pot(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
737                        'Paul Davis')
738
739 def i18n_po(bld):
740     autowaf.build_i18n_po(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
741                        'Paul Davis')
742
743 def i18n_mo(bld):
744     autowaf.build_i18n_mo(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
745                        'Paul Davis')