summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-0/+1
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2314 a436a847-0d15-0410-975c-d299462d15a1
2009-12-09Raul 0.6.0.David Robillard1-4/+12
Drop glibmm dependency to glib dependency. Add --test configure option. Add RDF description. Bump library version number. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2297 a436a847-0d15-0410-975c-d299462d15a1
2009-07-22Remove no longer necessary autowaf.check_tool.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2171 a436a847-0d15-0410-975c-d299462d15a1
2009-07-07Fix compilation issues.David Robillard1-0/+6
Display dyn manifest configuration status in summary. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2160 a436a847-0d15-0410-975c-d299462d15a1
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1962 a436a847-0d15-0410-975c-d299462d15a1
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1914 a436a847-0d15-0410-975c-d299462d15a1
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1869 a436a847-0d15-0410-975c-d299462d15a1
2008-11-29Upgrade to waf 1.5.0.David Robillard1-11/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1823 a436a847-0d15-0410-975c-d299462d15a1
2008-11-24Use lists instead of ringbuffers for event queue - remove upper limit on ↵David Robillard1-1/+1
event queue size and related warnings on big patch load. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1776 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Actually use installation location variables for everything.David Robillard1-5/+4
Add ./waf configure --build which builds a (soon-to-be) relocatable independent bundle with all data/progs/libs in it (OSX bundle directory structure, should be possible to make a 'real' OSX bundle out of this...). Fix include paths to use "" and definitely build against local versions of libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1689 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-2/+2
Fix optional parameters all over the palce because waf is retarded and sets failed check variables to ##some#stupid#name#like#this instead of false. Portability fixes (Ingen (except GUI) and all dependencies builds on OSX). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1681 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1647 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Check for compiler_cc in raul.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1641 a436a847-0d15-0410-975c-d299462d15a1
2008-10-06Specify absolute include paths to fix waf dependency tracking.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1626 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-8/+3
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Remove JACK dependence from RAUL.David Robillard1-8/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1596 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-1/+8
Only call autowaf functions once no matter how many sub-projects call them (global counter, barf). Print pretty summary for everything with options, in order so you can see which project caused which check. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Library versioning.David Robillard1-1/+16
Work on documentation buildding. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1573 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Build RAUL against JACK if possible.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1566 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Install pkg-config files for libraries.David Robillard1-5/+14
Ingen now successfully builds against Waf built/installed libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1557 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1548 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Even more waf (only check for any given package once, even with recursive ↵David Robillard1-0/+45
invocation). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1543 a436a847-0d15-0410-975c-d299462d15a1