[yocto] Opusenc e shout2

2019-02-14 Thread Leonardo Jose Duarte MendesJunior
Good morning,

I'm compiling the gstreamer1.0 and its plugins, but the plugins opusenc and
shout2send are not found in the image.
Any idea what can it be?How can I solve this?

Thanks.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Opusenc e shout2

2019-02-14 Thread Randy MacLeod

On 2/14/19 7:43 AM, Leonardo Jose Duarte MendesJunior wrote:

Good morning,

I'm compiling the gstreamer1.0 and its plugins, but the plugins:


opusenc 


Seems to be a PACKAGECONIFG:

$ grep opus meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-*bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:# 
the opus encoder/decoder elements are now in the -base package,
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:# 
but the opus parser remains in -bad
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:PACKAGECONFIG[opusparse] 
  = "--enable-opus,--disable-opus,libopus"
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb:PACKAGECONFIG[opus] 
= "--enable-opus,--disable-opus,libopus"




and shout2send 


That's disabled:
$ grep shout 
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bb

--disable-shout2 \

You'll have to work on understanding why it was disabled and
send a patch to fix it.

../Randy


are not found in the image.
Any idea what can it be?How can I solve this?

Thanks.






--
# Randy MacLeod
# Wind River Linux
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Opusenc e shout2

2019-02-14 Thread Leonardo Jose Duarte MendesJunior
Thanks!

Em qui, 14 de fev de 2019 às 11:09, Randy MacLeod <
randy.macl...@windriver.com> escreveu:

> On 2/14/19 7:43 AM, Leonardo Jose Duarte MendesJunior wrote:
> > Good morning,
> >
> > I'm compiling the gstreamer1.0 and its plugins, but the plugins:
>
> > opusenc
>
> Seems to be a PACKAGECONIFG:
>
> $ grep opus meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-*bb
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:#
> the opus encoder/decoder elements are now in the -base package,
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:#
> but the opus parser remains in -bad
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:PACKAGECONFIG[opusparse]
>
>= "--enable-opus,--disable-opus,libopus"
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb:PACKAGECONFIG[opus]
>
>  = "--enable-opus,--disable-opus,libopus"
>
>
>
> > and shout2send
>
> That's disabled:
> $ grep shout
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bb
>  --disable-shout2 \
>
> You'll have to work on understanding why it was disabled and
> send a patch to fix it.
>
> ../Randy
>
> > are not found in the image.
> > Any idea what can it be?How can I solve this?
> >
> > Thanks.
> >
> >
> >
>
>
> --
> # Randy MacLeod
> # Wind River Linux
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto