Changes between Initial Version and Version 8 of Ticket #64518


Ignore:
Timestamp:
Aug 25, 2024, 9:06:27 AM (7 weeks ago)
Author:
cgilles (HumanDynamo)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64518

    • Property Status changed from new to assigned
    • Property Cc chrstphrchvz mascguy added
    • Property Summary changed from Use Qt5 LTS compilation patches git repository from KDE to Update Qt5 to last stable 5.15.14
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Type changed from enhancement to update
  • Ticket #64518 – Description

    initial v8  
    11Hi,
    22
    3 Current qt5 port use last 5.15.2 official tarball published to compile source code.
    4 
    5 Since there is no Qt5.15 LTS tarball published as opensource by Qt team, KDE project has created a own git repository including all official security/improvement collection patches published in Qt5 project.
    6 
    7 All main Linux distributions start to use this repository as source code reference to maintain the qt5 package as LTS for version > 5.15.2.
    8 
    9 In digiKam project i used successfully this repository to compile the official Linux AppImage bundle. This allow to fix plenty of bugs in application due to UPSTREAM Qt bugs (as for ex. a compatibility with Mariadb >= 10.6 with Qt Mysql plugin).
    10 
    11 The bug for digiKam relevant of this improvement is this one :
    12 
    13 https://bugs.kde.org/show_bug.cgi?id=114417
    14 
    15 The script used to checkout the KDE repository with AppImage Bundle compilation is here :
    16 
    17 https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/3rdparty/ext_qt/5.15-LTS/kde-qt5-lts.sh
    18 
    19 I highly recommend to use the KDE qt 5.15 LTS repository to maintain the qt5 port in Macports.
     3Qt5 port stil at 5.15.12 since a long time. It must be updated to last 5.15.14.
    204
    215Best