summaryrefslogtreecommitdiff
path: root/headless/wscript
AgeCommit message (Collapse)Author
2020-02-14Fix cross-compile linking (arm-linux ld)Robin Gareus
Explicitly specify required libraries (waf does no longer forward .uselib dependencies of libraries used by .use). This leads to undefined symbols.
2019-07-02Consolidate headless startup scripts and make hardev work againRobin Gareus
This fixes an issue with inconsistent startup scripts. LD_LIBRARY_PATH was incomplete since at least 5.0 (5.12 is broken, too) likewise ctrl surface path were outdated, etc. Prefer to use `gtk2_ardour/ardev_common.sh.in` as the central point to define environment variables for running Ardour from the source-tree. Other start scripts e.g. `vst/ardevst` already did this.
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2014-12-28fix [rare] concurrent build issue:Robin Gareus
[709/779] subst: headless/hardev_common.sh.in -> build/headless/hardev_common_waf.sh [710/779] hardev_common_waf.sh: -> build/headless/hardev_common_waf.sh chmod: cannot access `headless/hardev_common_waf.sh': No such file or directory
2014-07-13minor fixes to wscript files to make things python3 compatiblePaul Davis
2014-06-07Change define to be consistant even though it isn't currently usedTim Mayberry
2014-04-28remove redundant os.path.join() calls when specifying install path as ↵Paul Davis
bld.env['LIBDIR']
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-01allow hardour to build even when --exports-hidden is used with waf configurePaul Davis
2014-02-24hardour does not yet support wine-buildsRobin Gareus
2014-02-24new headless (GUI-free) version of ardour. run waf, cd headless and run ↵Paul Davis
./hardev DIR SNAPSHOT_NAME. not bug free yet (startup race condition)