summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-12-21Fix crash for very short lived Jack ports (fix ticket #188).David Robillard3-4/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1883 a436a847-0d15-0410-975c-d299462d15a1
2008-12-20Don't attempt to write nonexistant module location settings (fix ticket #252).David Robillard1-4/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1878 a436a847-0d15-0410-975c-d299462d15a1
2008-12-16Trim include dependency tree.David Robillard5-6/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1870 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 Robillard3-37/+38
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-11-27Add variableized patchage.desktop.in from LADI patchage that got lost along ↵David Robillard1-3/+3
the way somehow. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1794 a436a847-0d15-0410-975c-d299462d15a1
2008-11-15Add symlinks to autowaf.py to projects so it gets included in distributions ↵David Robillard1-0/+1
(oops). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1717 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Add missing files.David Robillard2-0/+44
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 Robillard2-16/+24
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 Robillard2-4/+4
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-18Build against local library versions no matter what.... hopefully....David Robillard12-14/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1677 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-03Fix initialization order.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1606 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Update build documentation for waf.David Robillard1-0/+1
Symlink an INSTALL file for each project back to a single one in root. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1604 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Good riddance.David Robillard12-344/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1602 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard12-14/+12
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 Robillard7-151/+204
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
2008-09-30Add Nedko to authors file.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1540 a436a847-0d15-0410-975c-d299462d15a1
2008-09-27Fix compilation with Jack Dbus.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1517 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Update icon cache when installing debian package.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1489 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Bump version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1488 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Remove supposedly invalid category from desktop file.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1487 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Add ChangeLog.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1485 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1482 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Clean up glade widget names.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/patchage@1478 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard13-70/+106
git-svn-id: http://svn.drobilla.net/lad/patchage@1477 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Hide projects list when LASH is not available.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1476 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Move debian -> debian-sid.David Robillard10-3/+9
git-svn-id: http://svn.drobilla.net/lad/patchage@1473 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Fix initial state of (View->Projects) menu item.David Robillard1-0/+3
Deactivate and desensitize (View->Projects) menu item when LASH D-BUS support isn't present. git-svn-id: http://svn.drobilla.net/lad/patchage@1463 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with ↵David Robillard28-741/+2703
improvements/cleanup/sanification/etc. Remove liblash stuff (meh, what the hell... here's to new beginnings). Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality. git-svn-id: http://svn.drobilla.net/lad/patchage@1462 a436a847-0d15-0410-975c-d299462d15a1
2008-08-02Format split/location code from Nedko for consistency.David Robillard2-48/+40
Make coordinates valid over all possible values (including -1). git-svn-id: http://svn.drobilla.net/lad/patchage@1318 a436a847-0d15-0410-975c-d299462d15a1
2008-08-02Apply module split restoration patch from Nedko.David Robillard3-56/+117
git-svn-id: http://svn.drobilla.net/lad/patchage@1317 a436a847-0d15-0410-975c-d299462d15a1
2008-07-10Fix patchage/raul building without jack.David Robillard5-12/+51
git-svn-id: http://svn.drobilla.net/lad/patchage@1291 a436a847-0d15-0410-975c-d299462d15a1