Re: [Audacity-devel] LV2/LADSPA library summary
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Lars L. <lar...@gm...> - 2008-07-08 21:41:16
|
On Tue, 2008-07-08 at 16:31 +0100, Richard Ash wrote: > > My original plan was to have each as a separate library in lib-src, with > > separate user control for using system/local copies of each (with > > autoconf), but now I'm thinking it would be better to group Raptor, > > Rasqal and librdf as one single Redland conglomerate that is treated as > > a single library in the way that all three either need to be installed, > > or all three are built from local source. It would reduce the number of > > extra libraries from 5 to 3, which is good, while it would add some > > redundant code and link dependencies for users who just want LADSPA > > categories and not LV2 support, which is bad. > I'm inclined to agree that the reduced complexity and reduced number of > possible configurations outweighs the extra dependencies. Chris seems to agree (we discussed it on IRC). I'll add local/system checks to the Linux build system - the code is already in CVS: lib-src/redland for the Redland libraries (librdf, Raptor and Rasqal) lib-src/liblrdf for liblrdf lib-src/slv2 for SLV2 This means that lib-src/libraptor will be retired (we'll use the one bundled with Redland instead). Did anyone except me commit any changes in that directory? Any patches that need to be cherry-picked to the new Raptor? --ll |