All of lore.kernel.org
 help / color / mirror / Atom feed
* GStreamer 1.0 meson build transition
@ 2019-10-26 10:57 Carlos Rafael Giani
  2019-10-28 16:44 ` Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Rafael Giani @ 2019-10-26 10:57 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

I've been working on migrating the GStreamer 1.0 recipes from autotools 
to meson.

As expected, it is far from a straightforward change. Obviously, 
autotools/m4 specific patches need to be discarded or replaced. But 
there are also other differences, like how the OpenGL platforms and APIs 
get selected, or how the unit tests are built and run. Some of these 
changes are severe, and break not only the current way we do things in 
the recipes, but also some gstreamer1.0 bbappends. Some packageconfigs 
also changed. Certain checks are again done automatically without the 
ability to explicitely enabling/disabling them (like valgrind checks), 
so this needs patching again (ugh). gst-libav no longer has its own 
libav/FFmpeg copy, and relies on an external one now. Furthermore, I've 
had to create new nontrivial meson.build patches for proper ptest 
functionality.

I think it would make sense to not try to get a meson based build done 
for GStreamer 1.16, and instead target it for 1.18. Minor version 
upgrades like 1.16.0 -> 1.16.1 aren't expected to bring major changes 
with them, while major upgrades like 1.16 -> 1.18 are generally known to 
potentially bring such changes. Also, there's a chance that new patches 
might make their way into 1.18 before its release.

I write this in case anybody else is also working on meson, and/or 
planning on upgrading the existing recipes once 1.18 is out, to avoid us 
working in parallel on the same recipes without knowing. I'll push my 
changes to a development branch in the meta-gstreamer1.0 recipes in a 
few days so that people can bring in input if they want.

cheers,
   Carlos



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

end of thread, other threads:[~2019-10-29 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-26 10:57 GStreamer 1.0 meson build transition Carlos Rafael Giani
2019-10-28 16:44 ` Ross Burton
2019-10-28 23:01   ` Carlos Rafael Giani
2019-10-29 12:30     ` Ross Burton

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.