summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1962 a436a847-0d15-0410-975c-d299462d15a1
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-2/+2
Split low-level LV2 event buffer into separate class from EventBuffer (for reuse). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1958 a436a847-0d15-0410-975c-d299462d15a1
2009-03-07Fix path stuff.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1947 a436a847-0d15-0410-975c-d299462d15a1
2009-03-03Fix path stuff.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1946 a436a847-0d15-0410-975c-d299462d15a1
2009-02-12Fix mandatory check for boost headers.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1931 a436a847-0d15-0410-975c-d299462d15a1
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1914 a436a847-0d15-0410-975c-d299462d15a1
2008-12-22Remove unused wrapper building stuff (true relocatable binaries would be ↵David Robillard1-3/+0
better for bundles anyway). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1899 a436a847-0d15-0410-975c-d299462d15a1
2008-12-22Fix header/function checks.David Robillard1-3/+3
Fix LV2core include path. Don't write python style boolean literals to wafconfig.h. Upgrade to waf 1.5.2. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1898 a436a847-0d15-0410-975c-d299462d15a1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1887 a436a847-0d15-0410-975c-d299462d15a1
2008-11-29Don't use clashing options.David Robillard1-6/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1825 a436a847-0d15-0410-975c-d299462d15a1
2008-11-29Upgrade to waf 1.5.0.David Robillard1-33/+34
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1823 a436a847-0d15-0410-975c-d299462d15a1
2008-11-27Fix double slash in binary path in installed patchage.desktop.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1795 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Add missing files.David Robillard1-0/+3
Build wrapper scripts so bundle executable are runnable from anywhere. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1691 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard1-2/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1690 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Actually use installation location variables for everything.David Robillard1-8/+7
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/patchage@1689 a436a847-0d15-0410-975c-d299462d15a1
2008-10-19Use a non-conflicting name for app specific DATA_DIR.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1687 a436a847-0d15-0410-975c-d299462d15a1
2008-10-19Add proper copyright lines.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1683 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-12/+12
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/patchage@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/patchage@1647 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Always check for compiler_cc in addition to compiler_cxx.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1642 a436a847-0d15-0410-975c-d299462d15a1
2008-10-06Make option descriptions less confusing.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1624 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Print option defaults with help.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1607 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-3/+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/patchage@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-24/+13
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Depend on Jack 109 and the ever presence of Jack MIDI.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1597 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Fix JACK detection.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1595 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Use libjack by default unless --jack-dbus is passed (D-Bus present doesn't ↵David Robillard1-8/+8
mean Jack D-Bus is...). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1593 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build against local libraries with uselib_local instead of CFLAGS kludges.David Robillard1-1/+1
Fix parallel building (because waf knows about lib dependencies now). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1587 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-2/+3
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/patchage@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Add option system to autowaf (place for consistent global options e.g. prefix).David Robillard1-18/+9
Factor out message pretty printing from Patchage and add status printing to autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1577 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Fix building against libjack when built as a child with --no-jack-dbus.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1570 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Integrate patchage into build system.David Robillard1-116/+165
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1569 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-0/+132
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1548 a436a847-0d15-0410-975c-d299462d15a1