Re: [Loopdub-devel] Building rpm for fc12 x86-64
Brought to you by:
radarsat1
From: Stephen S. <rad...@gm...> - 2010-03-12 15:51:14
|
Hi Simon, Last night I sat down and wrote a proper autotools configuration for LoopDub. I'd been meaning to do it for a while anyways. I also decided to just include the RtAudio and RtMidi sources directly into the repository, so now no bootstrap is required on Linux. Steve On Sat, Mar 6, 2010 at 9:02 PM, Stephen Sinclair <rad...@gm...> wrote: > Hi, > > On Fri, Mar 5, 2010 at 7:35 PM, Simon Lewis <sim...@sl...> wrote: >> Hello LoopDub >> >> I am trying to build an rpm for Fedora 12 (64 Bit). > > Cool! > > >> With the exception of rtmidi all other libdeps are already installed on this >> Pc. >> >> I do not want to run ./bootstrap.sh as this downloads older version of the >> libraries which are then statically linked. > > You could feel free to include the RtMidi sources directly as a diff > on the tarball if you want. Maybe RtMidi could use an RPM package > though. > > As for the fact that is uses older versions, I guess LoopDub needs to > be updated to use the newer versions but I can't promise when that > will happen. In the meantime you have to decide whether to try it > against the newer versions or simply statically link the old versions > ignoring the RPM packages. > > Feel free to request more strongly that I improve things. I won't > spend too much time on LoopDub as I have other things to worry about > these days, but I'll happily put a little work into it to make > packaging easier. I'm not currently running Fedora however, so please > tell me specifics. > >> How do I export the libpaths to SConstruct? > > Not sure. I've switched most of my other projects to autotools but > didn't get around to switching LoopDub yet. > > > Steve > |