Remove LV2 support via SLV2 (Lilv only now).
[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
9 # Version of this package (even if built as a child)
10 MAJOR = '3'
11 MINOR = '0'
12 MICRO = '0'
13 GTK2_ARDOUR_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
14
15 # Variables for 'waf dist'
16 APPNAME = 'gtk2_ardour'
17 VERSION = GTK2_ARDOUR_VERSION
18
19 # Mandatory variables
20 top = '.'
21 out = 'build'
22
23 path_prefix = 'gtk2_ardour/'
24
25 gtk2_ardour_sources = [
26         'about.cc',
27         'actions.cc',
28         'add_midi_cc_track_dialog.cc',
29         'add_route_dialog.cc',
30         'ambiguous_file_dialog.cc',
31         'analysis_window.cc',
32         'ardour_dialog.cc',
33         'ardour_ui.cc',
34         'ardour_ui2.cc',
35         'ardour_ui_dependents.cc',
36         'ardour_ui_dialogs.cc',
37         'ardour_ui_ed.cc',
38         'ardour_ui_mixer.cc',
39         'ardour_ui_options.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         'bundle_manager.cc',
52         'cairo_widget.cc',
53         'canvas-flag.cc',
54         'canvas-hit.cc',
55         'canvas-note-event.cc',
56         'canvas-note.cc',
57         'canvas_patch_change.cc',
58         'canvas-simpleline.c',
59         'canvas-simplerect.c',
60         'canvas-sysex.cc',
61         'canvas-waveview.c',
62         'clock_group.cc',
63         'configinfo.cc',
64         'control_point.cc',
65         'control_point_dialog.cc',
66         'crossfade_edit.cc',
67         'crossfade_view.cc',
68         'curvetest.cc',
69         'debug.cc',
70         'diamond.cc',
71         'edit_note_dialog.cc',
72         'editing.cc',
73         'editor.cc',
74         'editor_actions.cc',
75         'editor_audio_import.cc',
76         'editor_audiotrack.cc',
77         'editor_canvas.cc',
78         'editor_canvas_events.cc',
79         'editor_component.cc',
80         'editor_cursors.cc',
81         'editor_drag.cc',
82         'editor_route_groups.cc',
83         'editor_export_audio.cc',
84         'editor_group_tabs.cc',
85         'editor_keys.cc',
86         'editor_locations.cc',
87         'editor_markers.cc',
88         'editor_mixer.cc',
89         'editor_mouse.cc',
90         'editor_nudge.cc',
91         'editor_ops.cc',
92         'editor_regions.cc',
93         'editor_routes.cc',
94         'editor_rulers.cc',
95         'editor_scrub.cc',
96         'editor_selection.cc',
97         'editor_snapshots.cc',
98         'editor_summary.cc',
99         'editor_tempodisplay.cc',
100         'editor_timefx.cc',
101         'engine_dialog.cc',
102         'enums.cc',
103         'export_channel_selector.cc',
104         'export_dialog.cc',
105         'export_file_notebook.cc',
106         'export_filename_selector.cc',
107         'export_format_dialog.cc',
108         'export_format_selector.cc',
109         'export_preset_selector.cc',
110         'export_timespan_selector.cc',
111         'fft.cc',
112         'fft_graph.cc',
113         'fft_result.cc',
114         'gain_meter.cc',
115         'generic_pluginui.cc',
116         'ghostregion.cc',
117         'global_port_matrix.cc',
118         'group_tabs.cc',
119         'gtk-custom-hruler.c',
120         'gtk-custom-ruler.c',
121         'gtk_pianokeyboard.c',
122         'gui_object.cc',
123         'insert_time_dialog.cc',
124         'interthread_progress_window.cc',
125         'io_selector.cc',
126         'keyboard.cc',
127         'keyeditor.cc',
128         'latency_gui.cc',
129         'led.cc',
130         'level_meter.cc',
131         'lineset.cc',
132         'location_ui.cc',
133         'main.cc',
134         'marker.cc',
135         'midi_automation_line.cc',
136         'midi_channel_dialog.cc',
137         'midi_channel_selector.cc',
138         'midi_cut_buffer.cc',
139         'midi_list_editor.cc',
140         'midi_port_dialog.cc',
141         'midi_region_view.cc',
142         'midi_scroomer.cc',
143         'midi_streamview.cc',
144         'midi_time_axis.cc',
145         'midi_tracer.cc',
146         'missing_file_dialog.cc',
147         'missing_plugin_dialog.cc',
148         'mixer_group_tabs.cc',
149         'mixer_strip.cc',
150         'mixer_ui.cc',
151         'monitor_section.cc',
152         'mono_panner.cc',
153         'mouse_cursors.cc',
154         'nag.cc',
155         'new_plugin_preset_dialog.cc',
156         'normalize_dialog.cc',
157         'note_player.cc',
158         'option_editor.cc',
159         'opts.cc',
160         'panner2d.cc',
161         'panner_ui.cc',
162         'piano_roll_header.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_import_dialog.cc',
200         'session_metadata_dialog.cc',
201         'session_option_editor.cc',
202         'sfdb_ui.cc',
203         'shuttle_control.cc',
204         'simpleline.cc',
205         'simplerect.cc',
206         'splash.cc',
207         'speaker_dialog.cc',
208         'startup.cc',
209         'step_editor.cc',
210         'step_entry.cc',
211         'stereo_panner.cc',
212         'streamview.cc',
213         'strip_silence_dialog.cc',
214         'tape_region_view.cc',
215         'tempo_dialog.cc',
216         'tempo_lines.cc',
217         'theme_manager.cc',
218         'time_axis_view.cc',
219         'time_axis_view_item.cc',
220         'time_fx_dialog.cc',
221         'time_info_box.cc',
222         'time_selection.cc',
223         'track_selection.cc',
224         'track_view_list.cc',
225         'transpose_dialog.cc',
226         'ui_config.cc',
227         'utils.cc',
228         'verbose_cursor.cc',
229         'version.cc',
230         'volume_controller.cc',
231         'waveview.cc',
232         'window_proxy.cc'
233 ]
234
235 def options(opt):
236     autowaf.set_options(opt)
237
238 def configure(conf):
239     conf.load('misc')
240     conf.load('compiler_cxx')
241     autowaf.build_version_files(
242         path_prefix + 'version.h',
243         path_prefix + 'version.cc',
244         'gtk2_ardour', MAJOR, MINOR, MICRO)
245     autowaf.configure(conf)
246
247     if re.search ("linux", sys.platform) != None:
248         autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
249
250     # TODO: Insert a sanity check for on OS X to ensure CoreAudio is present
251
252     autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
253                       atleast_version='1.2.1')
254     autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD',
255                       atleast_version='2.10.1')
256     autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK',
257                       atleast_version='2.18')
258     autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
259                       atleast_version='2.18')
260     autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6',
261                       uselib_store='GNOMECANVASMM', atleast_version='2.16')
262     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
263
264     conf.write_config_header('gtk2ardour-config.h', remove=False)
265
266     # Boost headers
267     autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
268     autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
269
270 # Add a waf `feature' to allow compilation of things using winegcc
271 from waflib.TaskGen import feature
272 @feature("wine")
273 def set_winegcc(self):
274     self.env.LINK_CXX = self.env.LINK_CC = 'wineg++'
275     self.env.CC = 'winegcc'
276
277 #pre-processor-like operation to merge GTK RC files
278 re_spaces = re.compile("\s+")
279
280 def _doPyp(infileName):
281     """
282     Does the main work of preprocessing.
283     Takes 'infileName' as a filename, opens and processes it,
284     and returns the processed file as a string
285
286     Note - this works recursively.
287     """
288     outStr = ''
289     if infileName == '-':
290         fd = sys.stdin
291     else:
292         fd = open(infileName)
293     inLines = fd.readlines()
294     if fd != sys.stdin:
295         fd.close()
296
297     for line in inLines:
298         bits = re_spaces.split(line)
299         if bits[0] == '##include':
300             incName = bits[1]
301             # assume included file comes from same place as source file
302             incName = os.path.join (os.path.dirname (infileName), incName);
303             outStr += _doPyp(incName)
304         else:
305             outStr += line
306
307     # done
308     return outStr
309
310 def include_processor(task):
311     infileName = task.inputs[0].srcpath()
312     outfileName = os.path.join(out, task.outputs[0].bldpath())
313     fdOut = open (outfileName, "w")
314     fdOut.write (_doPyp(infileName))
315     fdOut.close ()
316
317
318 def build_color_scheme(path, prefix):
319     f = open (path, 'r')
320     color_scheme = ''
321     for line in f:
322         if re.search ('^#@color', line):
323             line.strip() # remove newline
324             words = line.split()
325             if len(color_scheme):
326                 color_scheme += ';'
327             color_scheme += prefix
328             color_scheme += '_'
329             color_scheme += words[1]
330             color_scheme += ':'
331             color_scheme += words[2]
332     f.close()
333     return color_scheme
334
335
336 def build(bld):
337     # GTK front-end; if we're using VST we build this as a shared library,
338     # otherwise it's a normal executabale
339     if bld.is_defined('VST_SUPPORT'):
340         obj = bld(features = 'cxx c cxxshlib')
341     else:
342         obj = bld(features = 'cxx c cxxprogram')
343
344     obj.includes     = ['.']
345     obj.source       = gtk2_ardour_sources
346     obj.name         = 'gtk2_ardour'
347     obj.linkflags    = []
348     if bld.is_defined('VST_SUPPORT'):
349         obj.target = 'gtk2_ardour'
350         obj.includes += ['../libs/fst']
351     else:
352         obj.target = 'ardour-3.0'
353     obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
354     obj.uselib       = 'UUID FLAC GLIBMM GTHREAD GTK OGG ALSA CURL DL'
355     obj.uselib       += ' GTKMM GNOMECANVASMM '
356     obj.uselib       += ' AUDIOUNITS OSX GTKOSX '
357     obj.use          = '''libpbd libmidipp libtaglib libardour libardour_cp
358                           libgtkmm2ext libtaglib libgnomecanvas-2'''
359     if sys.platform == 'darwin':
360         obj.use += ' libappleutility'
361     obj.defines     = [
362         'PACKAGE="gtk2_ardour"',
363         'VERSIONSTRING="' + bld.env['VERSION'] + '"',
364         'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
365         'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
366         'MODULE_DIR="' + os.path.normpath(bld.env['LIBDIR']) + '"',
367         'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']),
368                                      'locale') + '"',
369         'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"'
370         ]
371     obj.includes += ['../libs']
372
373     if bld.is_defined('HAVE_SUIL'):
374         obj.source += [ 'lv2_plugin_ui.cc' ]
375         obj.uselib += ' SUIL '
376
377     if bld.is_defined('FREESOUND'):
378         obj.source +=  [ 'sfdb_freesound_mootcher.cc' ]
379
380     if bld.is_defined('VST_SUPPORT'):
381         obj.source += [ 'vst_pluginui.cc' ]
382         obj.defines += [ 'VST_SUPPORT' ]
383         bld.env.append ('LINKFLAGS', '-lX11')
384
385     if bld.is_defined('LXVST_SUPPORT'):
386         obj.source += [ 'lxvst_pluginui.cc' ]
387         obj.defines += [ 'LXVST_SUPPORT' ]
388         obj.linkflags += [ '-lX11' ]
389
390     if bld.is_defined('PHONE_HOME'):
391         obj.defines += [ 'PHONE_HOME' ]
392
393     if bld.is_defined('COREAUDIO'):
394         TaskGen.task_gen.mappings['.mm'] = TaskGen.task_gen.mappings['.cc']
395         obj.source += [ 'cocoacarbon.mm', 'au_pluginui.mm' ]
396         obj.use += ' libappleutility '
397
398     if bld.is_defined('VST_SUPPORT'):
399         # If we require VST support we build a stub main() and the FST library
400         # here using winegcc, and link it to the GTK front-end library
401         obj = bld(features = 'cxx c cxxprogram wine')
402         obj.source = '''
403                 ../libs/fst/fst.c
404                 ../libs/fst/fstinfofile.c
405                 ../libs/fst/vsti.c
406                 ../libs/fst/vstwin.c
407                 ../vst/winmain.c
408         '''
409         obj.includes = '../libs/fst'
410         obj.target = 'ardour-3.0-vst'
411         obj.linkflags += ['-mwindows', '-Wl,--export-dynamic', '-lpthread']
412         obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
413         obj.uselib = 'ALSA'
414         obj.use = ['libpbd','libmidipp','libtaglib','libardour',
415                             'libardour_cp','libgtkmm2ext','libtaglib',
416                             'gtk2_ardour']
417
418     # Wrappers
419
420     wrapper_subst_dict = {
421             'INSTALL_PREFIX' : bld.env['PREFIX'],
422             'LIBDIR'         : os.path.normpath(bld.env['LIBDIR']),
423             'LIBS'           : 'build/libs',
424             'VERSION'        : '3.0',
425             'EXECUTABLE'     : 'build/gtk2_ardour/ardour-3.0'
426     }
427
428     def set_subst_dict(obj, dict):
429         for i in dict:
430             setattr(obj, i, dict[i])
431
432     obj              = bld(features = 'subst', rule= 'chmod 0755 ${TGT}')
433     obj.source       = 'ardev_common.sh.in'
434     obj.target       = 'ardev_common_waf.sh'
435     obj.chmod        = Utils.O755
436     obj.dict         = wrapper_subst_dict
437     set_subst_dict(obj, wrapper_subst_dict)
438
439     obj              = bld(features = 'subst')
440     obj.source       = 'ardour.sh.in'
441     obj.target       = 'ardour3'
442     obj.chmod        = Utils.O755
443     obj.dict         = wrapper_subst_dict
444     obj.install_path = bld.env['BINDIR']
445     set_subst_dict(obj, wrapper_subst_dict)
446
447     # Font configuration
448
449     dark_rc_subst_dict = {}
450     light_rc_subst_dict = {}
451     font_sizes      = {}
452     base_font       = ""
453
454     # Set up font sizes
455     if bld.is_defined('GTKOSX'): # OS X fonts
456         basefont = "Lucida Grande"
457         font_sizes = {
458                 'TINY' : '7',
459                 'SMALLER' : '9',
460                 'SMALL' : '10',
461                 'NORMAL' : '11',
462                 'BIG' : '12',
463                 'BIGGER' : '14',
464                 'LARGE' : '18',
465                 'LARGER' : '28',
466                 'HUGER' : '36',
467                 'MASSIVE' : '60'
468         }
469     else: # Linux/X11 fonts
470         basefont = '' # unspecified - use system defaults
471         font_sizes = {
472                 'TINY' : '6',
473                 'SMALLER' : '8',
474                 'SMALL' : '9',
475                 'NORMAL' : '10',
476                 'BIG' : '14',
477                 'BIGGER' : '16',
478                 'LARGE' : '18',
479                 'LARGER' : '24',
480                 'HUGER' : '34',
481                 'MASSIVE' : '60'
482         }
483
484     # Set up font substitution dictionary
485     # @FONT_XXXX@
486     for style in ['', 'BOLD', 'ITALIC']:
487         for sizename,points in iter(font_sizes.items()):
488             if (len (style)):
489                 key = "_".join (['FONT',style,sizename])
490                 fontstyle = " ".join ([basefont,style.lower(),points])
491             else:
492                 key = "_".join (['FONT',sizename])
493                 fontstyle = " ".join ([basefont,points])
494
495             dark_rc_subst_dict[key] = fontstyle
496             light_rc_subst_dict[key] = fontstyle
497
498     # @FONT_SIZE_XXXX@
499     for sizename,points in iter(font_sizes.items()):
500             key = "_".join (['FONT_SIZE',sizename])
501             dark_rc_subst_dict[key] = points
502             light_rc_subst_dict[key] = points
503
504     # RC files
505     dark_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme(
506         'gtk2_ardour/ardour3_ui_dark.rc.in', 'ARDOUR_DARK')
507     dark_rc_subst_dict['COLPREFIX'] = 'ARDOUR_DARK'
508     light_rc_subst_dict['COLOR_SCHEME'] = build_color_scheme(
509         'gtk2_ardour/ardour3_ui_light.rc.in', 'ARDOUR_LIGHT')
510     light_rc_subst_dict['COLPREFIX'] = 'ARDOUR_LIGHT'
511
512     obj              = bld(features = 'subst')
513     obj.source       = [ 'ardour3_ui_dark.rc.in' ]
514     obj.target       = 'ardour3_ui_dark.rc.pre'
515     obj.install_path = None
516     set_subst_dict(obj, dark_rc_subst_dict)
517
518     obj              = bld(features = 'subst')
519     obj.source       = [ 'ardour3_ui_light.rc.in' ]
520     obj.target       = 'ardour3_ui_light.rc.pre'
521     obj.install_path = None
522     set_subst_dict(obj, light_rc_subst_dict)
523
524     obj              = bld(features = 'subst')
525     obj.source       = [ 'ardour3_styles.rc.in' ]
526     obj.target       = 'ardour3_dark_styles.rc'
527     obj.install_path = None
528     set_subst_dict(obj, dark_rc_subst_dict)
529
530     obj              = bld(features = 'subst')
531     obj.source       = [ 'ardour3_styles.rc.in' ]
532     obj.target       = 'ardour3_light_styles.rc'
533     obj.install_path = None
534     set_subst_dict(obj, light_rc_subst_dict)
535
536     obj              = bld(features = 'subst')
537     obj.source       = [ 'ardour3_fonts.rc.in' ]
538     obj.target       = 'ardour3_dark_fonts.rc'
539     obj.install_path = None
540     set_subst_dict(obj, dark_rc_subst_dict)
541
542     obj              = bld(features = 'subst')
543     obj.source       = [ 'ardour3_fonts.rc.in' ]
544     obj.target       = 'ardour3_light_fonts.rc'
545     obj.install_path = None
546     set_subst_dict(obj, light_rc_subst_dict)
547
548     obj              = bld(rule = 'cp ${SRC} ${TGT}')
549     obj.source       = [ 'ardour3_widget_list.rc' ]
550     obj.target       = 'ardour3_widgets.rc'
551     obj.install_path = None
552
553     bld (
554         rule   = include_processor,
555         source = 'ardour3_ui_dark.rc.pre',
556         target = 'ardour3_ui_dark.rc'
557         )
558
559     bld (
560         rule   = include_processor,
561         source = 'ardour3_ui_light.rc.pre',
562         target = 'ardour3_ui_light.rc'
563         )
564
565     # Menus
566     menus_argv = []
567     if bld.is_defined('GTKOSX'):
568         menus_argv = [ '-E', '-P', '-DGTKOSX' ]
569     else:
570         menus_argv = [ '-E', '-P' ]
571     obj = bld(features = 'command-output')
572     obj.command = 'cpp'
573     obj.command_is_external = True
574     obj.no_inputs = True
575     obj.argv = menus_argv
576     obj.stdin = 'ardour.menus.in'
577     obj.stdout = 'ardour.menus'
578     bld.install_files(os.path.join(bld.env['SYSCONFDIR'], 'ardour3'),
579                       'ardour.menus')
580
581     # Keybindings
582
583     # 'SAE-de-keypad', 'SAE-de-nokeypad', 'SAE-us-keypad',
584     # 'SAE-us-nokeypad', 'ergonomic-us'
585
586     for b in [ 'mnemonic-us' ] :
587         obj = bld(
588             target = b + '.bindings',
589             source = b + '.bindings.in',
590             rule = '../tools/fmt-bindings --winkey="%s" --accelmap <${SRC} >${TGT}' % bld.env['WINDOWS_KEY']
591             )
592         obj.install_path = os.path.join(bld.env['SYSCONFDIR'], 'ardour3')
593
594     # not modified at present
595     bld.install_files(os.path.join(bld.env['SYSCONFDIR'], 'ardour3'),
596                       'step_editing.bindings')
597
598     # Icons/Images
599     bld.install_files('${DATADIR}/ardour3/icons', bld.path.ant_glob('icons/*.png'))
600     bld.install_files('${DATADIR}/ardour3/pixmaps', bld.path.ant_glob('pixmaps/*.xpm'))
601     bld.install_files('${DATADIR}/ardour3', 'splash.png')
602
603     # Default UI configuration
604     bld.install_files('${SYSCONFDIR}/ardour3', 'ardour3_ui_default.conf')
605     # Generic widget style mappings
606     bld.install_files('${SYSCONFDIR}/ardour3', 'ardour3_widgets.rc')
607
608     # Default export stuff
609     bld.install_files('${SYSCONFDIR}/ardour3/export', bld.path.ant_glob('export/*.format'))
610
611     # i18n
612     if bld.is_defined('ENABLE_NLS'):
613         mo_files = bld.path.ant_glob ('po/*.mo')
614         for mo in mo_files:
615             lang = os.path.basename (mo).replace ('.mo', '')
616             bld.install_as (os.path.join(bld.env['PREFIX'], 'share', 'locale',
617                                          lang, 'LC_MESSAGES', APPNAME + '.mo'),
618                             mo)
619
620 def i18n(bld):
621     autowaf.build_i18n(bld, srcdir, 'gtk2_ardour', APPNAME, gtk2_ardour_sources)