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