Well, I am in the process of working with Nando, the PlanetCCRMA creator. We are building the new PlanetCCRMA Pd packages directly from the Pd-extended build system. So far its mostly working pretty well. I think this model would work well for the debian packages. You can already easily redirect every library's install target using $(DESTDIR) and $(prefix) per the GNU standards. So the Debian build could just do something like: make DESTDIR=/path/to/build/zexy prefix=/usr zexy_install make DESTDIR=/path/to/build/pdp prefix=/usr pdp_install make DESTDIR=/path/to/build/pidip prefix=/usr pidip_install make DESTDIR=/path/to/build/maxlib prefix=/usr maxlib_install etc. etc. Then each lib will be built as a distinct Debian package. .hc On Aug 9, 2006, at 6:14 PM, David Merrill wrote: Agreed - thanks for the clarification HC - I didn't understand the build process either. |
_______________________________________________ PD-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
