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