Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibre 5.32.0 #6421

Merged
merged 4 commits into from
Nov 25, 2021
Merged

Calibre 5.32.0 #6421

merged 4 commits into from
Nov 25, 2021

Conversation

extrowerk
Copy link
Member

Reader still not working as

from qt.webengine import QWebEngineUrlScheme
ImportError: cannot import name 'QWebEngineUrlScheme' from 'qt.webengine'

I assume we need to rebuild PyQt with enabled webengine.

Otherwise the GUI works.

@extrowerk
Copy link
Member Author

Apparently the WebEngine support resides in a different package: PyQtWebEngine
Lets port that too.

@korli
Copy link
Contributor

korli commented Nov 23, 2021

Still WIP?

@@ -175,8 +178,10 @@ BUILD_REQUIRES="
devel:libpoppler${secondaryArchSuffix}_qt5
devel:libpoppler$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5WebEngine$secondaryArchSuffix
devel:libQt5WebKit$secondaryArchSuffix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

devel:libQt5WebKit can probably be removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep

@extrowerk
Copy link
Member Author

Still WIP?

No.

@korli korli merged commit 6dfc4f6 into haikuports:master Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants