summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-09-22LV2 UI extension updates.David Robillard1-4/+4
LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/slv2@763 a436a847-0d15-0410-975c-d299462d15a1
2007-08-08Update ingen for SLV2 changes.David Robillard1-2/+2
SLV2 0.2.0. git-svn-id: http://svn.drobilla.net/lad/slv2@688 a436a847-0d15-0410-975c-d299462d15a1
2007-08-08Added individial building stuff for flowcanvas, raul, patchage.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@684 a436a847-0d15-0410-975c-d299462d15a1
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to ↵David Robillard1-1/+2
SLV2PortDataType. Fixed autoconf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@682 a436a847-0d15-0410-975c-d299462d15a1
2007-08-07SLV2 0.1.0... maybe.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@681 a436a847-0d15-0410-975c-d299462d15a1
2007-07-31First steps towards Ingen SWIG bindings.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@661 a436a847-0d15-0410-975c-d299462d15a1
2007-07-31Added experimental Python bindings via swig.David Robillard1-3/+17
Fixed building from slv2 directory. git-svn-id: http://svn.drobilla.net/lad/slv2@660 a436a847-0d15-0410-975c-d299462d15a1
2007-07-30Use AC_PROG_CC_C_0 or whatever, for some arcane reason noone actually cares ↵David Robillard1-1/+1
about. git-svn-id: http://svn.drobilla.net/lad/slv2@659 a436a847-0d15-0410-975c-d299462d15a1
2007-07-30Fix SLV2 config.h path stuff.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@656 a436a847-0d15-0410-975c-d299462d15a1
2007-07-29Build system fixes, building from top level doesn't recursively configure ↵David Robillard1-7/+15
slv2, but slv2 is still independently packageable/buildable. Think I've finally figured out how to do recursive autohell without resorting to suicide... git-svn-id: http://svn.drobilla.net/lad/slv2@650 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/slv2@610 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Move as much generated autohell crap to config/ as possible.David Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@609 a436a847-0d15-0410-975c-d299462d15a1
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 ↵David Robillard1-5/+9
is more useful with unknown extended port types this way). Switched enum symbol naming scheme to be more typical and future proof. Added LV2 OSC support. git-svn-id: http://svn.drobilla.net/lad/slv2@600 a436a847-0d15-0410-975c-d299462d15a1
2007-07-01Removed redundant GUI loading stub (I'm an idiot).David Robillard1-1/+1
Cleaned up messy GUI code. Added _gtk2 to gtk2 specific GUI function names (is a nicer more abstract way than this possible?). Fixed instantiation bugs caused by last commit's bundle URI stuff. git-svn-id: http://svn.drobilla.net/lad/slv2@554 a436a847-0d15-0410-975c-d299462d15a1
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o ↵David Robillard1-3/+3
breaking binary compatibility). Increment libtool library version number accordingly (new methods added, still backwards compatible). git-svn-id: http://svn.drobilla.net/lad/slv2@547 a436a847-0d15-0410-975c-d299462d15a1
2007-06-01Load plugin data automatically on demand.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@528 a436a847-0d15-0410-975c-d299462d15a1
2007-05-09Ontology install path fixes.David Robillard1-21/+23
0.0.1 versioning stuff. Removed GNU 'standard' files I don't maintain anyway and make automake shutup about it. git-svn-id: http://svn.drobilla.net/lad/slv2@521 a436a847-0d15-0410-975c-d299462d15a1
2007-04-28Compile fixes, rewrote ladspa2lv2 as plain C using Redland.David Robillard1-11/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@479 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added random autoconf macro the warning said to.David Robillard1-0/+1
Added missing files. git-svn-id: http://svn.drobilla.net/lad/slv2@458 a436a847-0d15-0410-975c-d299462d15a1
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-2/+15
Numerous significant performance improvements. git-svn-id: http://svn.drobilla.net/lad/slv2@457 a436a847-0d15-0410-975c-d299462d15a1
2007-04-08Jack MIDI API compatibility hacks.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/slv2@420 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-1/+13
Changed port API to work by referring to either index or symbol. Plugged some leaks. Added access to plugin/port hints/properties. Updated lv2.ttl. git-svn-id: http://svn.drobilla.net/lad/slv2@285 a436a847-0d15-0410-975c-d299462d15a1
2007-02-05Fix raptor/rasqal checks to be mandatory.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@281 a436a847-0d15-0410-975c-d299462d15a1
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-7/+7
git-svn-id: http://svn.drobilla.net/lad/slv2@280 a436a847-0d15-0410-975c-d299462d15a1
2007-02-05Reorganized tree in preparation for beta release.David Robillard1-14/+10
Split simple (example) jack host and more useful one (with midi). Working Jack/LV2 midi in lv2_jack_host. Added lv2_list. git-svn-id: http://svn.drobilla.net/lad/slv2@279 a436a847-0d15-0410-975c-d299462d15a1
2007-01-12Bumped JACK version for MIDI API changes.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/slv2@256 a436a847-0d15-0410-975c-d299462d15a1
2007-01-12Fixed build errorsDavid Robillard1-29/+24
git-svn-id: http://svn.drobilla.net/lad/slv2@255 a436a847-0d15-0410-975c-d299462d15a1
2007-01-10Moved RDFWriter to RAUL.David Robillard1-1/+8
More work on LADSPA->LV2 converter (use RAUL's RDFWriter now). git-svn-id: http://svn.drobilla.net/lad/slv2@246 a436a847-0d15-0410-975c-d299462d15a1
2007-01-10Skeleton LADSPA->LV2 conversion utility.David Robillard1-0/+12
git-svn-id: http://svn.drobilla.net/lad/slv2@245 a436a847-0d15-0410-975c-d299462d15a1
2006-10-08Moved slv2 directory for consistencyDavid Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/slv2@165 a436a847-0d15-0410-975c-d299462d15a1
2006-10-05More build system fixes, everything now builds against the local copy if ↵David Robillard1-6/+5
toplevel scripts are used. git-svn-id: http://svn.drobilla.net/lad/libslv2@158 a436a847-0d15-0410-975c-d299462d15a1
2006-10-03Fix missing rasqal var substitution in configure.ac (and duplicate jack ↵David Robillard1-2/+2
substitution). git-svn-id: http://svn.drobilla.net/lad/libslv2@151 a436a847-0d15-0410-975c-d299462d15a1
2006-07-18Stricter warning cleanlinessDavid Robillard1-5/+1
git-svn-id: http://svn.drobilla.net/lad/libslv2@91 a436a847-0d15-0410-975c-d299462d15a1
2006-06-17Bumped Rasqal version number to required 0.9.11David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/libslv2@47 a436a847-0d15-0410-975c-d299462d15a1
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+100
git-svn-id: http://svn.drobilla.net/lad/libslv2@4 a436a847-0d15-0410-975c-d299462d15a1