Re: Making a portfile from a cmake based project

2016-02-29 Thread Mojca Miklavec
On 28 February 2016 at 10:05, Manu N wrote: > > Portfile submitted as https://trac.macports.org/ticket/50732 Committed, thanks. Mojca ___ macports-dev mailing list macports-dev@lists.macosforge.org

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 Ryan Schmidt
On Feb 27, 2016, at 11:13, Mojca Miklavec wrote: >> 425cc98f9140885966ce17c1d1 >> depends_libport:speex-devel > > I was unable to use that because I already had "speex" installed. I > removed -devel and it seemed to work. If both work, a path: dependency should be

Re: Making a portfile from a cmake based project

2016-02-27 Thread Mojca Miklavec
On 27 February 2016 at 17:52, Manu N wrote: > Hello again, > here's my current Portfile, located in a local portfile repository > ~/ports/audio/libebur128 > > # $Id$ > PortSystem 1.0 > PortGroup github 1.0 > github.setupjiixyj libebur128 1.1.0 v > github.tarball_from

Re: Making a portfile from a cmake based project

2016-02-27 Thread Manu N
Hello again, here's my current Portfile, located in a local portfile repository ~/ports/audio/libebur128 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setupjiixyj libebur128 1.1.0 v github.tarball_from releases PortGroup cmake 1.0 # optional, but we would

Re: Making a portfile from a cmake based project

2016-02-27 Thread Mojca Miklavec
On 27 February 2016 at 13:47, Manu N wrote: > 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.

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