Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: Alexander Kanavin <alex.kanavin@gmail.com>,
	Jose Quaresma <quaresma.jose@gmail.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH v4 00/21] Updates the gstreamer to version 1.18.0
Date: Thu, 29 Oct 2020 12:32:34 +0000	[thread overview]
Message-ID: <2002eb09317f295e090792f561e8ff33a67b8e96.camel@linuxfoundation.org> (raw)
In-Reply-To: <CANNYZj9x+mWxJ6NnUarwF3Q1YjoqmDYq83ZwFc8aQY2fyQjtuQ@mail.gmail.com>

On Thu, 2020-10-29 at 13:20 +0100, Alexander Kanavin wrote:
> Wait, ffmpeg has been available in oe-core for a long time:
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/ffmpeg
> 
> So the issue is not the absence of ffmpeg.

Right, that shouldn't be the issue. I think its the disabling of X11
that is breaking something somehow.

You can see the configuration used at the start of:

https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/2629/steps/8/logs/step1b

the key component being:

DISTRO_FEATURES_remove = 'x11'

I think ffmpeg is being disabled due to x11 being removed but something
which depends on ffmpeg is being left enabled accidentally. 

Cheers,

Richard


  parent reply	other threads:[~2020-10-29 12:32 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 18:41 [PATCH v4 00/21] Updates the gstreamer to version 1.18.0 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 01/21] gstreamer1.0: upgrade " Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 02/21] gstreamer1.0: Fix reproducibility issue around libcap Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 03/21] gstreamer1.0-plugins-base: upgrade to version 1.18.0 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 04/21] gstreamer1.0-plugins-base: add new meson option as PACKAGECONFIG Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 05/21] gstreamer1.0-plugins-good: upgrade to version 1.18.0 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 06/21] gstreamer1.0-plugins-good: disable new meson options Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 07/21] gstreamer1.0-plugins-good: add new meson option as PACKAGECONFIG Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 08/21] gstreamer1.0-plugins-bad: upgrade to version 1.18.0 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 09/21] gstreamer1.0-plugins-bad: disable new meson options Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 10/21] gstreamer1.0-plugins-bad: add new meson options as PACKAGECONFIG Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 11/21] gstreamer1.0-plugins-ugly: upgrade to version 1.18.0 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 12/21] gstreamer1.0-python: " Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 13/21] gstreamer1.0-python: install append is not need any more Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 14/21] gstreamer1.0-rtsp-server: upgrade to version 1.18.0 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 15/21] gstreamer1.0-vaapi: " Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 16/21] gst-examples: " Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 17/21] gstreamer1.0-omx: " Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 18/21] gstreamer1.0-libav: " Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 19/21] gst-devtools: add version 1.18.0 (gst-validate -> gst-devtools) Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 20/21] orc: Upgrade 0.4.31 -> 0.4.32 Jose Quaresma
2020-10-23 18:41 ` [PATCH v4 21/21] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland Jose Quaresma
2020-10-29 11:18 ` [OE-core] [PATCH v4 00/21] Updates the gstreamer to version 1.18.0 Richard Purdie
2020-10-29 12:00   ` Jose Quaresma
2020-10-29 12:20     ` Alexander Kanavin
2020-10-29 12:32       ` Jose Quaresma
2020-10-29 12:32       ` Richard Purdie [this message]
2020-10-29 12:52         ` Jose Quaresma
2020-10-29 13:03           ` Alexander Kanavin
2020-10-29 13:10             ` Jose Quaresma
2020-10-29 13:17               ` Richard Purdie
2020-10-29 13:28                 ` Jose Quaresma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2002eb09317f295e090792f561e8ff33a67b8e96.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=quaresma.jose@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox