From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ptmx.org (ptmx.org [178.63.28.110]) by mail.openembedded.org (Postfix) with ESMTP id EBE5177E35 for ; Fri, 2 Jun 2017 08:42:48 +0000 (UTC) Received: from [172.16.1.14] (62-178-118-86.cable.dynamic.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id C711B48219; Fri, 2 Jun 2017 10:42:48 +0200 (CEST) To: "Burton, Ross" References: <1494933979-5139-1-git-send-email-dv@pseudoterminal.org> <1494933979-5139-5-git-send-email-dv@pseudoterminal.org> From: Carlos Rafael Giani Message-ID: <6ae04e38-de16-a2bf-9e66-07b569da9aac@pseudoterminal.org> Date: Fri, 2 Jun 2017 10:42:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [PATCH 5/9] gstreamer1.0-plugins-ugly: upgrade to version 1.12.0 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 08:42:50 -0000 Content-Type: multipart/alternative; boundary="------------BA73C08FE9AC31074AB56E36" Content-Language: en-US --------------BA73C08FE9AC31074AB56E36 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Note that this might be because of a change I did in gstreamer1.0-vaapi.inc. Previously, the PACKAGECONFIG line contained "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)}". I replaced that with a PACKAGECONFIG_GL variable that can be overridden by distros and/or BSP layers, just like how PACKAGECONFIG_GL works in gstreamer1.0-plugins-bad.inc . On 2017-06-01 17:32, Burton, Ross wrote: > > On 16 May 2017 at 12:26, Carlos Rafael Giani > wrote: > > * libmad plugin was removed in 1.12.0, since mad is GPLed, > unmaintained, > and both gst-libav & the mpg123 plugin are fully functional > alternatives > > > Something in this series is causing other plugins to change their > dependencies and I'm not sure if it's intentional or not. > > For example, this happens when upgrading base/good/bad: > > packages/corei7-64-poky-linux/gstreamer1.0-vaapi/gstreamer1.0-vaapi: > RDEPENDS: removed all items "libwayland-egl (['>= 17.1.1']) > libgles2-mesa (['>= 17.1.1'])" > > I've not dug into this to see if that is expected or not. > > Ross --------------BA73C08FE9AC31074AB56E36 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Note that this might be because of a change I did in gstreamer1.0-vaapi.inc. Previously, the PACKAGECONFIG line contained "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)}". I replaced that with a PACKAGECONFIG_GL variable that can be overridden by distros and/or BSP layers, just like how PACKAGECONFIG_GL works in gstreamer1.0-plugins-bad.inc .


On 2017-06-01 17:32, Burton, Ross wrote:

On 16 May 2017 at 12:26, Carlos Rafael Giani <dv@pseudoterminal.org> wrote:
* libmad plugin was removed in 1.12.0, since mad is GPLed, unmaintained,
  and both gst-libav & the mpg123 plugin are fully functional alternatives

Something in this series is causing other plugins to change their dependencies and I'm not sure if it's intentional or not.

For example, this happens when upgrading base/good/bad:

packages/corei7-64-poky-linux/gstreamer1.0-vaapi/gstreamer1.0-vaapi: RDEPENDS: removed all items "libwayland-egl (['>= 17.1.1']) libgles2-mesa (['>= 17.1.1'])"

I've not dug into this to see if that is expected or not.

Ross

--------------BA73C08FE9AC31074AB56E36--