convert editor routes code to use Stripable
[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 import subprocess
13 import glob
14 import copy
15
16 # Mandatory variables
17 top = '.'
18 out = 'build'
19
20 from waflib import TaskGen
21 @TaskGen.extension('.m')
22 def m_hook(self, node):
23         """Alias .m files to be compiled the same as .c files, gcc will do the right thing."""
24         return self.create_compiled_task('c', node)
25
26 path_prefix = 'gtk2_ardour/'
27
28 gtk2_ardour_sources = [
29         'about.cc',
30         'actions.cc',
31         'add_route_dialog.cc',
32         'ambiguous_file_dialog.cc',
33         'analysis_window.cc',
34         'ardour_button.cc',
35         'ardour_dialog.cc',
36         'ardour_display.cc',
37         'ardour_dropdown.cc',
38         'ardour_knob.cc',
39         'ardour_ui.cc',
40         'ardour_ui2.cc',
41         'ardour_ui_dependents.cc',
42         'ardour_ui_dialogs.cc',
43         'ardour_ui_ed.cc',
44         'ardour_ui_mixer.cc',
45         'ardour_ui_options.cc',
46         'ardour_window.cc',
47         'audio_clock.cc',
48         'audio_region_editor.cc',
49         'audio_region_view.cc',
50         'audio_streamview.cc',
51         'audio_time_axis.cc',
52         'automation_controller.cc',
53         'automation_line.cc',
54         'automation_region_view.cc',
55         'automation_streamview.cc',
56         'automation_time_axis.cc',
57         'axis_view.cc',
58         'big_clock_window.cc',
59         'bundle_manager.cc',
60         'button_joiner.cc',
61         'clock_group.cc',
62         'configinfo.cc',
63         'control_point.cc',
64         'control_point_dialog.cc',
65         'cursor_context.cc',
66         'curvetest.cc',
67         'debug.cc',
68         'duplicate_routes_dialog.cc',
69         'edit_note_dialog.cc',
70         'editing.cc',
71         'editor.cc',
72         'editor_actions.cc',
73         'editor_audio_import.cc',
74         'editor_pt_import.cc',
75         'editor_audiotrack.cc',
76         'editor_canvas.cc',
77         'editor_canvas_events.cc',
78         'editor_component.cc',
79         'editor_cursors.cc',
80         'editor_drag.cc',
81         'editor_route_groups.cc',
82         'editor_export_audio.cc',
83         'editor_group_tabs.cc',
84         'editor_keys.cc',
85         'editor_locations.cc',
86         'editor_markers.cc',
87         'editor_mixer.cc',
88         'editor_mouse.cc',
89         'editor_ops.cc',
90         'editor_regions.cc',
91         'editor_routes.cc',
92         'editor_rulers.cc',
93         'editor_selection.cc',
94         'editor_snapshots.cc',
95         'editor_summary.cc',
96         'editor_tempodisplay.cc',
97         'editor_timefx.cc',
98         'engine_dialog.cc',
99         'enums.cc',
100         'export_channel_selector.cc',
101         'export_dialog.cc',
102         'export_file_notebook.cc',
103         'export_filename_selector.cc',
104         'export_format_dialog.cc',
105         'export_format_selector.cc',
106         'export_preset_selector.cc',
107         'export_report.cc',
108         'export_timespan_selector.cc',
109         'fft.cc',
110         'fft_graph.cc',
111         'fft_result.cc',
112         'floating_text_entry.cc',
113         'sfdb_freesound_mootcher.cc',
114         'gain_meter.cc',
115         'generic_pluginui.cc',
116         'ghostregion.cc',
117         'global_port_matrix.cc',
118         'group_tabs.cc',
119         'gtk_pianokeyboard.c',
120         'gui_object.cc',
121         'insert_remove_time_dialog.cc',
122         'instrument_selector.cc',
123         'interthread_progress_window.cc',
124         'io_selector.cc',
125         'hit.cc',
126         'keyboard.cc',
127         'keyeditor.cc',
128         'latency_gui.cc',
129         'led.cc',
130         'level_meter.cc',
131         'location_ui.cc',
132         'lua_script_manager.cc',
133         'luainstance.cc',
134         'luawindow.cc',
135         'main.cc',
136         'main_clock.cc',
137         'marker.cc',
138         'midi_automation_line.cc',
139         'midi_channel_dialog.cc',
140         'midi_channel_selector.cc',
141         'midi_cut_buffer.cc',
142         'midi_export_dialog.cc',
143         'midi_list_editor.cc',
144         'midi_port_dialog.cc',
145         'midi_region_view.cc',
146         'midi_scroomer.cc',
147         'midi_selection.cc',
148         'midi_streamview.cc',
149         'midi_time_axis.cc',
150         'midi_tracer.cc',
151         'midi_velocity_dialog.cc',
152         'missing_file_dialog.cc',
153         'missing_plugin_dialog.cc',
154         'mixer_actor.cc',
155         'mixer_group_tabs.cc',
156         'mixer_strip.cc',
157         'mixer_ui.cc',
158         'meterbridge.cc',
159         'meter_strip.cc',
160         'meter_patterns.cc',
161         'monitor_section.cc',
162         'monitor_selector.cc',
163         'mono_panner.cc',
164         'mono_panner_editor.cc',
165         'mouse_cursors.cc',
166         'nag.cc',
167         'new_plugin_preset_dialog.cc',
168         'normalize_dialog.cc',
169         'note.cc',
170         'note_base.cc',
171         'note_player.cc',
172         'note_select_dialog.cc',
173         'nsm.cc',
174         'nsmclient.cc',
175         'option_editor.cc',
176         'opts.cc',
177         'panner2d.cc',
178         'panner_editor.cc',
179         'panner_interface.cc',
180         'panner_ui.cc',
181         'patch_change.cc',
182         'piano_roll_header.cc',
183         'pingback.cc',
184         'playlist_selector.cc',
185         'plugin_eq_gui.cc',
186         'plugin_pin_dialog.cc',
187         'plugin_setup_dialog.cc',
188         'plugin_selector.cc',
189         'plugin_ui.cc',
190         'port_group.cc',
191         'port_insert_ui.cc',
192         'port_matrix.cc',
193         'port_matrix_body.cc',
194         'port_matrix_column_labels.cc',
195         'port_matrix_component.cc',
196         'port_matrix_grid.cc',
197         'port_matrix_labels.cc',
198         'port_matrix_row_labels.cc',
199         'processor_box.cc',
200         'patch_change_dialog.cc',
201         'progress_reporter.cc',
202         'prompter.cc',
203         'public_editor.cc',
204         'quantize_dialog.cc',
205         'rc_option_editor.cc',
206         'region_editor.cc',
207         'region_gain_line.cc',
208         'region_layering_order_editor.cc',
209         'region_selection.cc',
210         'region_view.cc',
211         'return_ui.cc',
212         'rhythm_ferret.cc',
213         'route_group_dialog.cc',
214         'route_group_menu.cc',
215         'route_params_ui.cc',
216         'route_processor_selection.cc',
217         'route_time_axis.cc',
218         'route_ui.cc',
219         'ruler_dialog.cc',
220         'save_as_dialog.cc',
221         'search_path_option.cc',
222         'script_selector.cc',
223         'selection.cc',
224         'selection_memento.cc',
225         'send_ui.cc',
226         'session_dialog.cc',
227         'session_import_dialog.cc',
228         'session_metadata_dialog.cc',
229         'session_option_editor.cc',
230         'sfdb_ui.cc',
231         'shuttle_control.cc',
232         'soundcloud_export_selector.cc',
233         'splash.cc',
234         'speaker_dialog.cc',
235         'startup.cc',
236         'step_editor.cc',
237         'step_entry.cc',
238         'stereo_panner.cc',
239         'stereo_panner_editor.cc',
240         'streamview.cc',
241         'strip_silence_dialog.cc',
242         'sys_ex.cc',
243         'tape_region_view.cc',
244         'tempo_curve.cc',
245         'tempo_dialog.cc',
246         'tempo_lines.cc',
247         'theme_manager.cc',
248         'time_axis_view.cc',
249         'time_axis_view_item.cc',
250         'time_fx_dialog.cc',
251         'time_info_box.cc',
252         'time_selection.cc',
253         'timers.cc',
254         'tooltips.cc',
255         'track_selection.cc',
256         'track_view_list.cc',
257         'transform_dialog.cc',
258         'transpose_dialog.cc',
259         'ui_config.cc',
260         'utils.cc',
261         'vca_master_strip.cc',
262         'verbose_cursor.cc',
263         'visibility_group.cc',
264         'window_manager.cc',
265 # video-timeline related sources:
266         'video_image_frame.cc',
267         'add_video_dialog.cc',
268         'editor_videotimeline.cc',
269         'vca_time_axis.cc',
270         'video_timeline.cc',
271         'video_monitor.cc',
272         'transcode_ffmpeg.cc',
273         'transcode_video_dialog.cc',
274         'video_server_dialog.cc',
275         'utils_videotl.cc',
276         'export_video_dialog.cc',
277         'export_video_infobox.cc',
278         'video_tool_paths.cc'
279 ]
280
281 def enoify (major, minor):
282     # Code names based on
283     # https://en.wikipedia.org/wiki/Brian_Eno_discography
284     #
285     # sort Studio albums + Collaborative albums + Compilation albums by Month/Year.
286     # (no Singles, no EPs, no Video Albums, no Production)
287     if major == 3:
288         return "\\n\\\"E-No\\\""
289     elif major == 4:
290         if minor == 0:
291             return "\\n\\\"No Pussyfooting\\\""
292         elif minor == 1:
293             return "\\n\\\"Here Come the Warm Jets\\\""
294         elif minor == 2:
295             return "\\n\\\"Taking Tiger Mountain\\\""
296         elif minor == 3:
297             return "\\n\\\"Lady June's Linguistic Leprosy\\\""
298         elif minor == 4:
299             return "\\n\\\"Discreet Music\\\""
300         elif minor == 5:
301             return "\\n\\\"Another Green World\\\""
302         elif minor == 6:
303             return "\\n\\\"Evening Star\\\""
304         elif minor == 7:
305             return "\\n\\\"Cluster and Eno\\\""
306     elif major == 5:
307         if minor == 0:
308             return "\\n\\\"Before and After Science\\\""
309         elif minor == 1:
310             return "\\n\\\"After the Heat\\\""
311     return "\\\"\\\""
312
313 def options(opt):
314     autowaf.set_options(opt)
315
316 def configure(conf):
317     conf.load('misc')
318     conf.load('compiler_cxx')
319     autowaf.configure(conf)
320
321     # TODO: Insert a sanity check for on OS X to ensure CoreAudio is present
322
323     autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F',
324                       mandatory=True)
325     autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW35F',
326                       atleast_version='3.3.5', mandatory=False)
327     autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
328                       atleast_version='1.2.1')
329     autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD',
330                       atleast_version='2.10.1')
331     autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK',
332                       atleast_version='2.18')
333     autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
334                       atleast_version='2.18')
335     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
336     autowaf.check_pkg(conf, 'x11', uselib_store='X11', atleast_version='1.1', mandatory=False)
337     autowaf.check_pkg(conf, 'fontconfig', uselib_store='FONTCONFIG')
338
339
340     if sys.platform == 'darwin':
341         retval = conf.run_c_code (code='#include <AppKit/NSWindow.h>\n\
342         int main(void) { (void) NSWindowWillStartLiveResizeNotification; return 0; }\n',
343                                   env = conf.env.derive (),
344                                   features = [ 'c' ],
345                                   compiler = 'cc',
346                                   compile_filename='test.m',
347                                   mandatory = False,
348             )
349
350         if retval == 0:
351             autowaf.display_msg (conf, 'Checking for Cocoa live resizing constants', 'ok')
352             conf.define ('HAVE_COCOA_LIVE_RESIZING', 1)
353         else:
354             autowaf.display_msg (conf, 'Checking for Cocoa live resizing constants', 'too old - AU plugin windows will be fixed size')
355
356     conf.write_config_header('gtk2ardour-config.h', remove=False)
357
358     bak = conf.env['define_key']
359     conf.define('VERSIONSTRING', str (conf.env['VERSION']))
360     conf.define('CODENAME', enoify(int(conf.env['MAJOR']), int(conf.env['MINOR'])))
361     conf.env['define_key'] = ['VERSIONSTRING', 'CODENAME' ]
362     conf.write_config_header('gtk2ardour-version.h')
363     conf.env['define_key'] = bak;
364
365     # Boost headers
366     autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
367     autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
368
369 # Add a waf `feature' to allow compilation of things using winegcc
370 from waflib.TaskGen import feature
371 @feature("wine")
372 def set_winegcc(self):
373     self.env.LINK_CXX = self.env.LINK_CC = 'wineg++'
374     self.env.CC = 'winegcc'
375
376 def _doPyp(infileName, deps = False):
377     outStr = ''
378     out = []
379     re_spaces = re.compile("\s+")
380
381     if infileName == '-':
382         fd = sys.stdin
383     else:
384         fd = open(infileName)
385     inLines = fd.readlines()
386     if fd != sys.stdin:
387         fd.close()
388
389
390     for line in inLines:
391         bits = re_spaces.split(line)
392         if bits[0] == '##include':
393             incName = bits[1]
394             if (deps):
395                 out += [ incName ]
396             else:
397                 # assume included file comes from same place as source file
398                 incName = os.path.join (os.path.dirname (infileName), incName);
399                 outStr += _doPyp(incName)
400         else:
401             if not deps:
402                 outStr += line
403
404     # done
405     if deps:
406         return out
407     else:
408         return outStr
409
410 def include_processor(task):
411     infileName = task.inputs[0].srcpath()
412     outfileName = os.path.join(out, task.outputs[0].bldpath())
413     fdOut = open (outfileName, "w")
414     fdOut.write (_doPyp(infileName))
415     fdOut.close ()
416
417
418 def build_color_scheme(path, prefix):
419     f = open (path, 'r')
420     color_scheme = ''
421     for line in f:
422         if re.search ('^#@color', line):
423             line.strip() # remove newline
424             words = line.split()
425             if len(color_scheme):
426                 color_scheme += ';'
427             color_scheme += prefix
428             color_scheme += '_'
429             color_scheme += words[1]
430             color_scheme += ':'
431             color_scheme += words[2]
432     f.close()
433     return color_scheme
434
435 def build(bld):
436
437     VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
438     I18N_PACKAGE = 'gtk2_ardour' + bld.env['MAJOR']
439
440     # Tool to dump lua-bindings (of gtk2ardour + libs)
441     if re.search ("linux", sys.platform) != None and bld.env['LUABINDINGDOC']:
442         obj = bld (features = 'cxx c cxxprogram')
443         obj.install_path = None
444         obj.source    = list(gtk2_ardour_sources)
445         obj.target    = 'luadoc'
446         obj.includes  = ['.', '../libs']
447         obj.ldflags   = ['-no-undefined']
448         obj.use       = [
449                 'libpbd',
450                 'libardour',
451                 'libardour_cp',
452                 'libtimecode',
453                 'libmidipp',
454                 'libgtkmm2ext',
455                 'libcanvas',
456                 'libptformat',
457                 ]
458         obj.defines = [
459                 'NOMAIN',
460                 'PACKAGE="' + I18N_PACKAGE + '"',
461                 'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
462                 'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
463                 'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
464                 ]
465         obj.linkflags = ''
466         obj.uselib    = 'UUID FLAC FONTCONFIG GLIBMM GTHREAD GTK OGG CURL DL GTKMM CANVAS FFTW3F LO TAGLIB XML '
467         obj.source += [ 'luadoc.cc', 'bundle_env_linux.cc' ]
468         if bld.is_defined('HAVE_SUIL'):
469             obj.source += [ 'lv2_plugin_ui.cc' ]
470             obj.use += [ 'SUIL' ]
471         if bld.is_defined('LXVST_SUPPORT'):
472             obj.source += [ 'vst_plugin_ui.cc' ]
473             obj.source += [ 'linux_vst_gui_support.cc', 'lxvst_plugin_ui.cc' ]
474             obj.defines += [ 'LXVST_SUPPORT' ]
475             obj.use += [ 'X11' ]
476
477
478     if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
479         # Windows VST support w/wine
480         # If we require VST support we build a stub main() and the FST library
481         # here using winegcc, and link it to the GTK front-end library
482         obj = bld (features = 'cxx c cxxprogram wine')
483         obj.source = ( '../libs/fst/vstwin.c', '../vst/winmain.c' )
484         #
485         # XXX do we really need to explicitly link to all of these for the wine executable?
486         #
487         obj.use          = [ 'libpbd',
488                              'libmidipp',
489                              'libardour',
490                              'libardour_cp',
491                              'libtimecode',
492                              'libmidipp',
493                              'libgtk2_ardour',
494                              'libgtkmm2ext',
495                              'libcanvas',
496                              'libptformat',
497                              ]
498         obj.target = 'ardour-' + str (bld.env['VERSION']) + '-vst.exe.so'
499         obj.includes  = [ '../libs/fst', '.' ]
500         obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
501         obj.linkflags += bld.env['LDFLAGS']
502         obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
503         obj.install_path = bld.env['DLLDIR']
504         # end of the wine executable
505
506         # now the shared library containing the GTK GUI for ardour
507         obj = bld (features = 'cxx c cxxshlib')
508         # operate on copy to avoid adding sources twice
509         obj.source    = list(gtk2_ardour_sources)
510         obj.includes  = [ '../libs/fst', '.' ]
511         obj.name      = 'libgtk2_ardour'
512         obj.target    = 'gtk2_ardour'
513         obj.cflags  = [ '-fPIC' ]
514
515     else:
516         # just the normal executable version of the GTK GUI
517         if bld.env['build_target'] == 'mingw':
518             obj = bld (features = 'cxx c cxxprogram winres')
519         else:
520             obj = bld (features = 'cxx c cxxprogram')
521         # operate on copy to avoid adding sources twice
522         obj.source    = list(gtk2_ardour_sources)
523         obj.target = 'ardour-' + str (bld.env['VERSION'])
524         obj.includes = ['.']
525         obj.ldflags = ['-no-undefined']
526
527         if bld.is_defined('WINDOWS_VST_SUPPORT'):
528         # Windows VST support mingw
529             obj.includes += [ '../libs/fst' ]
530
531     # at this point, "obj" refers to either the normal native executable
532     # OR the shared library built for use with wine on linux.
533
534     obj.use      = [ 'libpbd',
535                      'libardour',
536                      'libardour_cp',
537                      'libtimecode',
538                      'libmidipp',
539                      'libgtkmm2ext',
540                      'libcanvas',
541                      'libptformat',
542                      ]
543
544     obj.defines = [
545         'PACKAGE="' + I18N_PACKAGE + '"',
546         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
547         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
548         'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
549         ]
550     obj.install_path = bld.env['DLLDIR']
551     obj.linkflags    = ''
552     obj.uselib       = 'UUID FLAC FONTCONFIG GLIBMM GTHREAD GTK OGG CURL DL GTKMM CANVAS FFTW3F LO TAGLIB XML '
553
554     if sys.platform == 'darwin':
555         obj.uselib += ' AUDIOUNITS OSX '
556         obj.use    += ' libappleutility'
557         obj.source += [ 'cocoacarbon.mm', 'bundle_env_cocoa.cc' ]
558     elif bld.env['build_target'] == 'mingw':
559         obj.source += [ 'bundle_env_mingw.cc' ]
560         obj.source += [ 'windows_icon.rc' ]
561     else:
562         obj.source += [ 'bundle_env_linux.cc' ]
563
564     obj.includes += ['../libs']
565
566     obj.use += 'libptformat'
567
568     if bld.env['build_target'] == 'mingw':
569         obj.linkflags += ' -mwindows'
570
571     if bld.is_defined('HAVE_SUIL'):
572         obj.source += [ 'lv2_plugin_ui.cc' ]
573         obj.use += [ 'SUIL' ]
574
575     if bld.is_defined('HAVE_FFTW35F') and bld.env['build_target'] != 'mingw':
576         bld.env['LIB_FFTW3F'] += ['fftw3f_threads']
577
578     if bld.is_defined('NEED_INTL'):
579         obj.linkflags += ' -lintl'
580
581     if bld.is_defined('WINDOWS_VST_SUPPORT'):
582         obj.source += [ 'windows_vst_plugin_ui.cc' ]
583         obj.defines += [ 'WINDOWS_VST_SUPPORT' ]
584         if bld.env['build_target'] != 'mingw':
585             obj.use += [ 'X11' ]
586
587     if bld.is_defined('LXVST_SUPPORT'):
588         obj.source += [ 'linux_vst_gui_support.cc', 'lxvst_plugin_ui.cc' ]
589         obj.defines += [ 'LXVST_SUPPORT' ]
590         obj.use += [ 'X11' ]
591
592     if bld.is_defined('WINDOWS_VST_SUPPORT') or bld.is_defined('LXVST_SUPPORT'):
593         obj.source += [ 'vst_plugin_ui.cc' ]
594
595     if bld.is_defined('PHONE_HOME'):
596         obj.defines += [ 'PHONE_HOME' ]
597
598     if bld.is_defined('HAVE_COREAUDIO'):
599         TaskGen.task_gen.mappings['.mm'] = TaskGen.task_gen.mappings['.cc']
600         obj.use += ' libappleutility '
601
602     if bld.is_defined('AUDIOUNIT_SUPPORT'):
603         obj.source += [ 'au_pluginui.mm' ]
604
605     # Wrappers
606
607     wrapper_subst_dict = {
608             'INSTALL_PREFIX' : bld.env['PREFIX'],
609             'LIBDIR'         : os.path.normpath(bld.env['DLLDIR']),
610             'DATADIR'        : os.path.normpath(bld.env['DATADIR']),
611             'CONFDIR'        : os.path.normpath(bld.env['CONFDIR']),
612             'LIBS'           : 'build/libs',
613             'VERSION'        : str (bld.env['VERSION']),
614             'EXECUTABLE'     : 'build/gtk2_ardour/ardour-' + str (bld.env['VERSION'])
615     }
616
617     def set_subst_dict(obj, dict):
618         for i in dict:
619             setattr(obj, i, dict[i])
620
621     obj              = bld(features = 'subst')
622     obj.source       = 'ardev_common.sh.in'
623     obj.target       = 'ardev_common_waf.sh'
624     obj.chmod        = Utils.O755
625     obj.dict         = wrapper_subst_dict
626     set_subst_dict(obj, wrapper_subst_dict)
627
628     obj              = bld(features = 'subst')
629     obj.source       = 'ardour.sh.in'
630     obj.target       = 'ardour' + str (bld.env['MAJOR'])
631     obj.chmod        = Utils.O755
632     obj.dict         = wrapper_subst_dict
633     obj.install_path = bld.env['BINDIR']
634     set_subst_dict(obj, wrapper_subst_dict)
635
636     if bld.is_defined('WINDOWS_VST_SUPPORT'):
637         obj              = bld(features = 'subst')
638         obj.source       = '../vst/ardourvst.in'
639         obj.target       = 'ardourvst' + str (bld.env['MAJOR'])
640         obj.chmod        = Utils.O755
641         obj.dict         = wrapper_subst_dict
642         obj.install_path = bld.env['BINDIR']
643         set_subst_dict(obj, wrapper_subst_dict)
644
645     # Font configuration
646
647     font_subst_dict = {}
648     font_sizes      = {}
649     base_font       = ""
650
651     # Set up font sizes
652     if sys.platform == 'darwin':
653         basefont = ""
654         font_sizes = {
655                 'SMALLER' : '9',
656                 'SMALL' : '10',
657                 'NORMAL' : '11',
658                 'BIG' : '13',
659                 'BIGGER' : '17',
660                 'LARGE' : '18',
661                 'LARGER' : '28',
662                 'HUGER' : '36',
663                 'MASSIVE' : '60',
664         }
665
666         # There is no acceptable monospace font available on older versions of OS X
667         # and no API on those versions to load TTF files that will work with
668         # GTK/fontconfig/pango.
669         #
670         # In addition, the ArdourMono font gets clipped for some reason on OS X
671         #
672         # Moreover, Lucida Grande just seems to work even though it is not monospace
673         # so just use it.
674         #
675         font_names = {
676             'MONOSPACE' : 'Monaco',
677             'CLOCKFONT' : 'Lucida Grande',
678         }
679     else: # Linux/X11 fonts
680         basefont = '' # unspecified - use system defaults
681         font_sizes = {
682                 'SMALLER' : '6',
683                 'SMALL' : '7',
684                 'NORMAL' : '8',
685                 'BIG' : '11',
686                 'BIGGER' : '13.5',
687                 'LARGE' : '14.5',
688                 'LARGER' : '19',
689                 'HUGER' : '27',
690                 'MASSIVE' : '48',
691         }
692         font_names = {
693                 'MONOSPACE' : 'ArdourMono',
694                 'CLOCKFONT' : 'ArdourMono',
695         }
696
697     # Set up font substitution dictionary
698     # @FONT_XXXX@
699     for style in ['', 'BOLD', 'ITALIC']:
700         for sizename,points in iter(font_sizes.items()):
701             if (len (style)):
702                 key = "_".join (['FONT',style,sizename])
703                 fontstyle = " ".join ([basefont,style.lower(),points])
704             else:
705                 key = "_".join (['FONT',sizename])
706                 fontstyle = " ".join ([basefont,points])
707
708             font_subst_dict[key] = fontstyle
709
710     # @FONT_SIZE_XXXX@
711     for sizename,points in iter(font_sizes.items()):
712             key = "_".join (['FONT_SIZE',sizename])
713             font_subst_dict[key] = points
714
715     # various font names, eg @BOLD_MONOSPACE@
716     for font_sym,text in iter(font_names.items()):
717         key = font_sym
718         font_subst_dict[key] = text
719
720     # RC file
721
722     obj              = bld(features = 'subst')
723     obj.source       = [ 'clearlooks.rc.in' ]
724     obj.target       = 'clearlooks.rc'
725     obj.install_path = bld.env['CONFDIR']
726     set_subst_dict(obj, font_subst_dict)
727
728     obj              = bld(features = 'subst')
729     obj.source       = [ 'default_ui_config.in' ]
730     obj.target       = 'default_ui_config'
731     obj.install_path = bld.env['CONFDIR']
732     set_subst_dict(obj, font_subst_dict)
733
734     # Menus
735     menus_argv = []
736     if sys.platform == 'darwin':
737         menus_argv = [ '-E', '-P', '-D__APPLE__', '-' ]
738     else:
739         menus_argv = [ '-E', '-P' ]
740
741     if bld.is_defined('PTFORMAT'):
742         menus_argv += [ '-DPTFORMAT' ]
743
744     # always build all versions of the menu definitions
745     # so that we can try them out with different program builds.
746     for program in [ 'ardour', 'trx' ]:
747         obj = bld(features = 'command-output')
748         obj.command = 'cpp'
749         obj.command_is_external = True
750         obj.no_inputs = True
751         obj.argv = menus_argv
752         obj.dep_vars = ['PTFORMAT', 'GTKOSX', 'WINDOWS']
753         obj.stdin = program + '.menus.in'
754         obj.stdout = program + '.menus'
755         bld.install_files (bld.env['CONFDIR'], program + '.menus')
756
757     # Freedesktop
758     freedesktop_subst_dict = {
759                     'ARDOUR_EXEC' : str (bld.env['lwrcase_dirname']),
760                     'ARDOUR_ICON' : str (bld.env['lwrcase_dirname']),
761                     'VERSION': str (bld.env['VERSION']),
762     }
763
764     if bld.env['FREEDESKTOP']:
765         obj              = bld(features = 'subst')
766         obj.source       = 'ardour.desktop.in'
767         obj.target       = str (bld.env['lwrcase_dirname']) + '.desktop'
768         obj.chmod        = Utils.O644
769         obj.dict         = freedesktop_subst_dict
770         set_subst_dict(obj, freedesktop_subst_dict)
771
772         obj              = bld(features = 'subst')
773         obj.source       = 'ardour-mime-info.xml'
774         obj.target       = 'ardour.xml'
775         obj.chmod        = Utils.O644
776
777         # build appdata with translations
778         appdata_i18n_mo(bld)
779         appdata_i18n_xmlin(bld)
780         obj              = bld(features = 'subst')
781         obj.source       = 'ardour.appdata.xml.in'
782         obj.target       = str (bld.env['lwrcase_dirname']) + '.appdata.xml'
783         obj.chmod        = Utils.O644
784         obj.dict         = freedesktop_subst_dict
785         set_subst_dict(obj, freedesktop_subst_dict)
786
787     # Keybindings
788
789     # NATIVE ARDOUR BINDING FILES
790     # explicitly state the use of perl here so that it works on windows too
791     # 
792     a_rule = 'perl ../tools/fmt-bindings --platform="%s" --winkey="%s" --accelmap ${SRC[0].abspath()} >${TGT}' % (sys.platform, bld.env['WINDOWS_KEY'] )
793     for b in [ 'ardour' ] :
794         obj = bld(
795             target = b + '.keys',
796             source = [ b + '.keys.in', 'mixer.bindings', 'processor_box.bindings', 'step_editing.bindings', 'monitor.bindings' ],
797             rule = a_rule
798             )
799         obj.install_path = bld.env['CONFDIR']
800         
801     # Icons/Images
802     bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/*.png'))
803     bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf')
804
805     # Application/Product specific resources (icon, splash)
806     pgmname = Options.options.program_name;
807     bld.install_files(os.path.join(bld.env['DATADIR'], 'resources'), bld.path.ant_glob('resources/' + pgmname + '*'))
808
809     if bld.env['build_target'] == 'mingw':
810         # These icons need to overwrite the files already installed in the icons
811         # directory above. Do this in the external packaging scripts for now.
812         #bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/cursor_square/*.png'))
813         bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), 'icons/cursor_square/hotspots')
814
815     # Default UI configuration
816     bld.install_files(bld.env['CONFDIR'], 'default_ui_config')
817     # Color Themes
818     bld.install_files(bld.env['CONFDIR'], 'dark.colors')
819
820     # Default export stuff
821     bld.install_files(os.path.join(bld.env['CONFDIR'], 'export'), bld.path.ant_glob('export/*.format'))
822
823     # i18n
824     if bld.is_defined('ENABLE_NLS'):
825         mo_files = bld.path.ant_glob('po/*.mo')
826         for mo in mo_files:
827             lang = os.path.basename(mo.srcpath()).replace('.mo', '')
828             bld.install_as (os.path.join(os.path.normpath(bld.env['LOCALEDIR']), lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
829                             mo)
830
831 def i18n(bld):
832         I18N_PACKAGE = 'gtk2_ardour' + bld.env['MAJOR']
833         autowaf.build_i18n(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
834                            'Paul Davis')
835         appdata_i18n_pot(bld)
836         appdata_i18n_po(bld)
837
838 def i18n_pot(bld):
839         I18N_PACKAGE = 'gtk2_ardour' + bld.env['MAJOR']
840         autowaf.build_i18n_pot(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
841                                'Paul Davis')
842         appdata_i18n_pot(bld)
843
844 def i18n_po(bld):
845         I18N_PACKAGE = 'gtk2_ardour' + bld.env['MAJOR']
846         autowaf.build_i18n_po(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
847                               'Paul Davis')
848         appdata_i18n_po(bld)
849
850 def i18n_mo(bld):
851         I18N_PACKAGE = 'gtk2_ardour' + bld.env['MAJOR']
852         autowaf.build_i18n_mo(bld, top, 'gtk2_ardour', I18N_PACKAGE, gtk2_ardour_sources,
853                               'Paul Davis')
854
855 def appdata_i18n_pot(bld):
856     potfile = os.path.join(bld.top_dir, 'gtk2_ardour', 'appdata',
857             'ardour.appdata.pot')
858     if bld.cmd == 'build':
859         Logs.info('Generating pot file from Ardour appdata')
860         itsfile = os.path.join(bld.top_dir, 'tools', 'as-metainfo.its')
861         adsource = os.path.join(bld.top_dir, 'gtk2_ardour',
862                 'ardour.appdata.xml.in.in')
863         Logs.info('Updating ' + potfile)
864         subprocess.call(('itstool', '-i', itsfile, '-o', potfile, adsource))
865     elif bld.cmd == 'clean' and os.path.exists(potfile):
866         Logs.info('Removing Ardour appdata pot file')
867         os.remove(potfile)
868
869 def appdata_i18n_po(bld):
870     autowaf.build_i18n_po(bld, bld.top_dir, os.path.join(
871         'gtk2_ardour', 'appdata'), 'ardour.appdata', 'dummy', 'dummy')
872
873 def appdata_i18n_mo(bld):
874     autowaf.build_i18n_mo(bld, bld.top_dir, os.path.join(
875         'gtk2_ardour', 'appdata'), 'ardour.appdata', 'dummy', 'dummy')
876
877 def appdata_i18n_xmlin(bld):
878     adxmlinfile = os.path.join(bld.top_dir, 'gtk2_ardour',
879             'ardour.appdata.xml.in')
880     if bld.cmd == 'build':
881         itsfile = os.path.join(bld.top_dir, 'tools', 'as-metainfo.its')
882         adxmlininfile = os.path.join(bld.top_dir, 'gtk2_ardour',
883                 'ardour.appdata.xml.in.in')
884         mo_glob = os.path.join(bld.top_dir, 'gtk2_ardour', 'appdata', 'po', '*.mo')
885         mo_files = glob.glob(mo_glob)
886         Logs.info('Generating ' + adxmlinfile)
887         subprocess.call(['itstool', '-i', itsfile, '-o', adxmlinfile,
888             '-j', adxmlininfile] + mo_files)
889     elif bld.cmd == 'clean' and os.path.exists(adxmlinfile):
890         Logs.info('Removing ' + adxmlinfile)
891         os.remove(adxmlinfile)