Bug 12871

Summary: QT5.14 Missing module Timeline
Product: buildroot Reporter: Hien TRAN-QUANG <hien.tranquang>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:

Description Hien TRAN-QUANG 2020-05-09 09:49:37 UTC
QT5.14 added a new feature called QtQuickTimeline. In Buildroot 2020.05.rc1, the package of qtquicktimeline is missing.

Here is link to source file : http://download.qt.io/archive/qt/5.14/5.14.2/submodules/qtquicktimeline-everywhere-src-5.14.2.tar.xz

Can someone add that to buildroot ?

Thanks.

Hien TRAN-QUANG
Comment 1 Peter Seiderer 2020-05-09 11:06:06 UTC
For suggested patch see [1] (to late for 2020.05 as rc1 - fixes only - is already released, your have to apply the patch yourself (*) or use git branch next (after the patch is accepted by the maintainers)...

Note, qtquicktimeline is GPL only (not LGPL)...

(*) preferred, plus your feedback if it works for you ;-)

[1] https://patchwork.ozlabs.org/project/buildroot/patch/20200509105730.13490-1-ps.report@gmx.net/
Comment 2 Thomas Petazzoni 2020-05-09 14:35:29 UTC
Fixed by https://git.buildroot.org/buildroot/commit/?h=next&id=7bbb1484ee4f61c432591511ed29c3447cb5a636. It is indeed going to be present only for the 2020.08 release, not the upcoming 2020.05 release. Thanks!