Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726322 - media-video/avidemux-2.7.4-r1 w/ Qt-5.15: "error: aggregate 'QPainterPath topLeft' has incomplete type and cannot be defined"
Summary: media-video/avidemux-2.7.4-r1 w/ Qt-5.15: "error: aggregate 'QPainterPath top...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-05-30 19:00 UTC by Petr Zima
Modified: 2020-06-21 11:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch fixing the problem (avidemux-2.7.4-qpainterpath.patch,556 bytes, patch)
2020-05-30 19:01 UTC, Petr Zima
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Zima 2020-05-30 19:00:47 UTC
The new Qt-5.15 requires #include <QPainterPath>, similar to bug #726046.

Reproducible: Always
Comment 1 Petr Zima 2020-05-30 19:01:24 UTC
Created attachment 642778 [details, diff]
Patch fixing the problem
Comment 2 Larry the Git Cow gentoo-dev 2020-06-21 11:37:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4124df76df6819eeebfb23bbe961c07a0b8646a9

commit 4124df76df6819eeebfb23bbe961c07a0b8646a9
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-21 11:08:07 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-21 11:37:40 +0000

    media-video/avidemux: Fix build with Qt 5.15
    
    Thanks-to: Petr Zima <zima@matfyz.cz>
    Closes: https://bugs.gentoo.org/726322
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-video/avidemux/avidemux-2.7.4-r1.ebuild           | 13 ++++++-------
 media-video/avidemux/files/avidemux-2.7.4-qt-5.15.patch | 11 +++++++++++
 2 files changed, 17 insertions(+), 7 deletions(-)