Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Manu N
2016-03-01 7:20 GMT+01:00 Mojca Miklavec <mo...@macports.org>: > On 1 March 2016 at 07:02, Manu N wrote: >> >> Seems I'll have to dig into the buildbot documentation. > > The issue has nothing to do with the buildbot as such. The problem was > a missing dependen

Re: libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Manu N
ports.org>: > On 29 February 2016 at 16:17, Manu N wrote: >> Hello, >> trying to install libebur128, if I use the pre-built archive, the library is >> not linked to it's 'speex' dependency. Forcing to build from source does >> link correctly. >> Should I

libebur128 prebuilt archive seems not linked to it's dependency

2016-02-29 Thread Manu N
Hello, trying to install libebur128, if I use the pre-built archive, the library is not linked to it's 'speex' dependency. Forcing to build from source does link correctly. Should I create a ticket for that ? Thanks, audionuma audionuma$ sudo port install libebur128 ---> Computing dependencies

Re: Making a portfile from a cmake based project

2016-02-28 Thread Manu N
Thanks all that provided guidance. I eventually disabled the tests build as they require downloading several megs of audio files to be run, and check compliance to the r128 standard rather than correct build of the library. Portfile submitted as https://trac.macports.org/ticket/50732 audionuma

Re: Making a portfile from a cmake based project

2016-02-27 Thread Manu N
c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1 depends_libport:speex-devel 2016-02-27 13:59 GMT+01:00 Mojca Miklavec <mo...@macports.org>: > On 27 February 2016 at 13:47, Manu N <audion...@gmail.com> wrote: > > Hello, > > I would like to make a portfile

Making a portfile from a cmake based project

2016-02-27 Thread Manu N
Hello, I would like to make a portfile from a cmake based project ( https://github.com/jiixyj/libebur128 ). Currently, I can build the library using MacPorts cmake and MacPorts libspeexdsp, which is an optional dependancy. I have been reading the https://guide.macports.org/#development pages, but