@ImFenyx It's hard to tell what exactly is wrong, but if this command gives you an error (I assume it should):
python -c 'from PyQt6.QtWebEngineCore import QWebEngineDownloadRequest'
It's an issue with your python-pyqt6-webengine
not with this package.
According to libtree /usr/lib/python3.13/site-packages/PyQt6/QtWebEngineCore.abi3.so
, libtheora is linked by libavcodec, so you may check if there's something wrong with it.
Pinned Comments
alllexx88 commented on 2024-12-24 08:51 (UTC)
Since python has recently been upgraded to 3.13, you need to rebuild the package if you installed it last before the upgrade, e.g., with
yay
(thanks @marco.righi) you can:alllexx88 commented on 2024-04-06 19:31 (UTC)
This PKGBUILD uses a
pacman
feature to compute checksums in CVS packages, which requirespacman>=6.1.0
. If you're coming from Manjaro or an other Arch-based distro withpacman<6.1.0
, you need to pass--skipchecksums
tomakepkg
, if building manually, or, if installing withyay
, add--mflags --skipchecksums
, e.g.: