Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Julien CORJON <corjon.j@ecagroup.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 4/5] qt5webengine: new package
Date: Wed, 23 Dec 2015 15:04:41 +0000	[thread overview]
Message-ID: <567AB808.5080702@ecagroup.com> (raw)
In-Reply-To: <CAAMH-yuNSevj_UQPxjxeGZDMmxmVF2O9_B=D6y0ZKwHJc2N2nA@mail.gmail.com>

Gary,

Le 23/12/2015 15:21, Gary Bisson a ?crit :
> Julien, Thomas, All,
>
> Thanks for the quick replies.
>
> On Wed, Dec 23, 2015 at 11:15 AM, Julien CORJON <corjon.j@ecagroup.com> wrote:
>> Gary,
>>
>> Le 23/12/2015 10:49, Thomas Petazzoni a ?crit :
>>> Gary,
>>>
>>> On Wed, 23 Dec 2015 10:40:50 +0100, Gary Bisson wrote:
>>>
>>>> Any update on this package? I'm asking since webkit is declared as
>>>> deprecated/legacy without an alternative. Let me know if I can be of any
>>>> help.
>>
>> I did not work on this qt module since my previous post. And QtWebkit
>> will be removed in Qt 5.6.0 released package (but sources will be still
>> available [1])
>>
>>>
>>> Right now, there is no longer any qt5webengine patch pending in
>>> patchwork, so we're waiting for someone to resend an updated version of
>>> the patch.
>>>
>>> If you have some time, and Julien Corjon agrees, maybe you can adopt
>>> his patch?
>>
>> Sure, you can adopt my patch and make every modifications needed to make
>> it work :-)
>
> Ok I'll look at it when I have time. I definitely would like to see
> the package for next release. Not sure I'll be able to submit anything
> before next year though.

Chromium is not an easy one. I give up because I didn't had enough time 
and skill...

>
> Regarding the current patch, I'm not sure about the armhf patch, does
> it default to armhf all the time (except when OS=android) even if the
> toolchain doesn't support it?

It default to armhf for arm7 even if the toolchain doesn't support it. 
It had some issue to compile with the linaro toolchain so i took this 
patch from chromium.

> Also dependencies need some work since this package implicitly depend
> on OpenGL, so the select of BR2_PACKAGE_QT5DECLARATIVE_QUICK can fail
> currently.

Indeed

>
>> With the release of Qt 5.6.0-beta I have start a branch to take a look
>> on status of pending Qt patch and evaluate the integration effort of the
>> 'new/not integrated yet' modules in Buildroot (canvas3D, location,
>> QuickControl2, Wayland, WebEngine, WebView).
>
> I don't feel brave enough to look at all those items, that's for sure.
> I'll let you know once I've spent some time on webengine.
>
> Regards,
> Gary
>

  reply	other threads:[~2015-12-23 15:04 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 18:35 [Buildroot] [PATCH v2 1/3] qt5: bump version to 5.5.0 Julien Corjon
2015-07-08 18:35 ` [Buildroot] [PATCH v2 2/3] qt5base: reorder patches Julien Corjon
2015-07-08 18:35 ` [Buildroot] [PATCH v2 3/3] qt5quick1, qt5script, qt5webkit: tag as legacy compatibility Julien Corjon
2015-07-10 14:20   ` [Buildroot] [PATCH v3 1/5] qt5: bump version to 5.5.0 Julien Corjon
2015-07-10 14:20     ` [Buildroot] [PATCH v3 2/5] qt5base: reorder patches Julien Corjon
2015-07-10 14:20     ` [Buildroot] [PATCH v3 3/5] qt5quick1, qt5script, qt5webkit: tag as legacy compatibility Julien Corjon
2015-07-10 14:20     ` [Buildroot] [PATCH v3 4/5] qt5webengine: new package Julien Corjon
2015-07-19 13:02       ` Thomas Petazzoni
2015-07-20  9:17         ` Julien CORJON
2015-07-20  9:25           ` Thomas Petazzoni
2015-12-23  9:40             ` Gary Bisson
2015-12-23  9:49               ` Thomas Petazzoni
2015-12-23 10:15                 ` Julien CORJON
2015-12-23 14:21                   ` Gary Bisson
2015-12-23 15:04                     ` Julien CORJON [this message]
2015-07-10 14:20     ` [Buildroot] [PATCH v3 5/5] qt/qt5webchannel: " Julien Corjon
2015-07-21  8:51     ` [Buildroot] [PATCH v4 0/4] qt5 bump to 5.5.0 Julien Corjon
2015-07-21  8:51       ` [Buildroot] [PATCH v4 1/4] qt5: bump version " Julien Corjon
2015-07-21  9:13         ` Thomas Petazzoni
2015-07-21  8:51       ` [Buildroot] [PATCH v4 2/4] qt/qt5base: reorder patches Julien Corjon
2015-07-21  8:51       ` [Buildroot] [PATCH v4 3/4] qt/qt5quick1, qt/qt5script, qt/qt5webkit: tag as legacy compatibility Julien Corjon
2015-07-21  8:51       ` [Buildroot] [PATCH v4 4/4] qt/qt5webchannel: new package Julien Corjon
2015-07-21 11:30       ` [Buildroot] [PATCH v5 0/4] qt5 bump to 5.5.0 Julien Corjon
2015-07-21 11:30         ` [Buildroot] [PATCH v5 1/4] qt5: bump version " Julien Corjon
2015-07-21 11:30         ` [Buildroot] [PATCH v5 2/4] qt/qt5base: reorder patches Julien Corjon
2015-07-21 11:30         ` [Buildroot] [PATCH v5 3/4] qt/qt5quick1, qt/qt5script, qt/qt5webkit: tag as legacy compatibility Julien Corjon
2015-07-21 11:30         ` [Buildroot] [PATCH v5 4/4] qt/qt5webchannel: new package Julien Corjon
2015-07-21 21:41         ` [Buildroot] [PATCH v5 0/4] qt5 bump to 5.5.0 Thomas Petazzoni
2015-07-19 21:22 ` [Buildroot] [PATCH v2 1/3] qt5: bump version " Thomas Petazzoni
2015-07-20 11:07   ` Julien CORJON

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=567AB808.5080702@ecagroup.com \
    --to=corjon.j@ecagroup.com \
    --cc=buildroot@busybox.net \
    /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