All of lore.kernel.org
 help / color / mirror / Atom feed
* gst-plugins-base tremor build time dependence?
@ 2013-05-20 12:47 Javier Viguera
  2013-06-05 16:16 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Viguera @ 2013-05-20 12:47 UTC (permalink / raw)
  To: openembedded-core

Hi all,

In gst-plugins-base package there is a patch that explicitly removes the 
'-DTREMOR' symbol so the package compiles without that support:

<http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch>

But then the gst-plugins-base bitbake recipe has a build-time dependence 
on tremor:

<http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb>

DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora 
util-linux *tremor*"

Is this expected?
Can tremor build-time dependence be removed?

If this is the case i can cook up a patch, but I'm not sure if I'm 
missing something else.

-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gst-plugins-base tremor build time dependence?
  2013-05-20 12:47 gst-plugins-base tremor build time dependence? Javier Viguera
@ 2013-06-05 16:16 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-06-05 16:16 UTC (permalink / raw)
  To: Javier Viguera; +Cc: openembedded-core

Hi Javier,

On Monday 20 May 2013 14:47:38 Javier Viguera wrote:
> In gst-plugins-base package there is a patch that explicitly removes the
> '-DTREMOR' symbol so the package compiles without that support:
> 
> <http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia
> /gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch>
> 
> But then the gst-plugins-base bitbake recipe has a build-time dependence
> on tremor:
> 
> <http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia
> /gstreamer/gst-plugins-base_0.10.36.bb>
> 
> DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora
> util-linux *tremor*"
> 
> Is this expected?
> Can tremor build-time dependence be removed?
> 
> If this is the case i can cook up a patch, but I'm not sure if I'm
> missing something else.

I just had a look at this. It's not at all clear from the commit message that 
added this patch (which was quite a long time ago) but I don't think it can be 
removed outright; without tremor the ivorbisdec plugin won't be built, so 
despite the removal of -DTREMOR, tremor still appears to be being used. If 
this is something you don't want then it's probably more a case of needing to 
introduce a PACKAGECONFIG option to disable it.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-05 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 12:47 gst-plugins-base tremor build time dependence? Javier Viguera
2013-06-05 16:16 ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.