On 2020-04-08, Stuart Longland <stuartl@longlandclan.id.au> wrote:
> Hi all,
>
> Silly question… how do you install the dependencies of a port from
> binaries automatically?
Apart from the other answers, you can cut down the dep list in many of the
larger multi-package ports.
FLAVOR="$(make show=FLAVORS:Mno_*)" make [...]
(or just take a subset of the no_* flavours).
> Situation is this: I'm wanting to add OPUS support to Asterisk as I have
> an ATA that supports this CODEC, it'd nice to be able to transcode this
> to other formats. I have a work-in-progress patch to the 'asterisk'
> port for doing this (modelled on what's being done for 'asterisk-speex')
> that I'll share once I've done some testing on both versions.
This is small/common enough I'd prefer not to add a multipackage. I'm part
way through some other flavour related changes to asterisk so I'd prefer
not to merge in a Makefile diff at the moment but I'll add opus support
to what I have. Do you just need --with-opus or also --with-opusfile?
No comments:
Post a Comment