Hi, As you may know calibre 6 depends on qt6, py-qt6, qt6-webengine and its py-qt6 counterpart. While qt6, py-qt6 are now present in the tree, after having required their share of work, qt6-webengine still is being worked on here: https://reviews.freebsd.org/D37859 Once this is committed to the tree I will be able to perform final testing and commit an update to calibre. The calibre update I'm working on (and actually already works, but depends on the uncommitted qt6-webengine port above) is available here: https://github.com/madpilot78/freebsd-ports/tree/qt6-webengine-pyqt (you'll need the wwww/py-qt6-wenengine port from there too) I plan to commit this to the tree once all the other required parts are available, and I have had time to perform some final testing on it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e62b9acfff7a0864fc7996953cfa07b5790f4ae8 commit e62b9acfff7a0864fc7996953cfa07b5790f4ae8 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-01-15 20:46:22 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-01-15 20:46:22 +0000 deskutils/calibre: Update to 6.11.0 Since version 6 calibre depends on qt6 and py-qt6. PR: 268620 deskutils/calibre/Makefile | 22 ++++++++++------- deskutils/calibre/distinfo | 6 ++--- deskutils/calibre/pkg-plist | 60 +++++++++++++++++++++++++++++++++++++++------ 3 files changed, 68 insertions(+), 20 deletions(-)
Hi, I was finally able to update calibre to the latest version (6.11). Many thanks to the help and work from the kde team who provided the required dependencies.