one of the packages that is installed as a dependecys has a pgp issue. Please run this command to fix it
gpg --recv-keys C4DAFEE1
Search Criteria
Package Details: openlp 3.0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openlp.git (read-only, click to copy) |
---|---|
Package Base: | openlp |
Description: | Church presentation software. |
Upstream URL: | http://openlp.org/ |
Keywords: | bible church pdf presentation projection song video |
Licenses: | GPLv2 |
Submitter: | floft |
Maintainer: | macxcool |
Last Packager: | macxcool |
Votes: | 18 |
Popularity: | 0.33 |
First Submitted: | 2015-08-11 00:27 (UTC) |
Last Updated: | 2023-07-12 22:10 (UTC) |
Dependencies (25)
- phonon-qt5 (phonon-qt5-git)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-alembic (python-alembic-1.4.1)
- python-beautifulsoup4
- python-chardet
- python-lxml
- python-pillow (python-pillow-git, python-pillow-simd)
- python-pyenchant
- python-pyicu
- python-pymupdf
- python-pyqt5 (python-pyqt5-webkit, python-pyqt5-sip4)
- python-qrcode
- python-qtawesome (python-qtawesome-git)
- python-waitress
- python-websockets
- qt5-multimedia (qt5-multimedia-git)
- qt5-webkit (qt5-webkit-git, qt5-webkit-movableink-git)
- python-pip (make)
- python-setuptools (make)
- Show 6 more dependencies...
Required by (0)
Sources (2)
ioangogo commented on 2016-08-23 22:01 (UTC)
thelinuxguy commented on 2016-07-22 06:47 (UTC)
Ahh.. sorry I missed another dependency. "qt5-webkit"
I will update the pkg asap
kimmetry commented on 2016-07-21 22:47 (UTC)
This is what I get when initializing. Does anyone have a clue what the problem could be?
Traceback (most recent call last):
File "/usr/bin/openlp", line 27, in <module>
from openlp.core.common import is_win, is_macosx
File "/usr/lib/python3.5/site-packages/openlp/__init__.py", line 26, in <module>
from openlp import core, plugins
File "/usr/lib/python3.5/site-packages/openlp/core/__init__.py", line 41, in <module>
from openlp.core.lib import ScreenList
File "/usr/lib/python3.5/site-packages/openlp/core/lib/__init__.py", line 327, in <module>
from .htmlbuilder import build_html, build_lyrics_format_css, build_lyrics_outline_css
File "/usr/lib/python3.5/site-packages/openlp/core/lib/htmlbuilder.py", line 392, in <module>
from PyQt5 import QtWebKit
ImportError: libQt5WebKit.so.5: cannot open shared object file: No such file or directory
thelinuxguy commented on 2016-04-28 09:41 (UTC)
thanks, I really should test the package in a non kde environment.
jonarnold commented on 2016-04-25 02:18 (UTC)
It seems like this now needs qt5-multimedia as a dependency.
Without it I got this:
Traceback (most recent call last):
File "/usr/bin/openlp", line 27, in <module>
from openlp.core.common import is_win, is_macosx
File "/usr/lib/python3.5/site-packages/openlp/__init__.py", line 26, in <module>
from openlp import core, plugins
File "/usr/lib/python3.5/site-packages/openlp/core/__init__.py", line 41, in <module>
from openlp.core.lib import ScreenList
File "/usr/lib/python3.5/site-packages/openlp/core/lib/__init__.py", line 331, in <module>
from .renderer import Renderer
File "/usr/lib/python3.5/site-packages/openlp/core/lib/renderer.py", line 31, in <module>
from openlp.core.ui import MainDisplay
File "/usr/lib/python3.5/site-packages/openlp/core/ui/__init__.py", line 103, in <module>
from .maindisplay import MainDisplay, Display
File "/usr/lib/python3.5/site-packages/openlp/core/ui/maindisplay.py", line 35, in <module>
from PyQt5 import QtCore, QtWidgets, QtWebKit, QtWebKitWidgets, QtOpenGL, QtGui, QtMultimedia
ImportError: libQt5Multimedia.so.5: cannot open shared object file: No such file or directory
tgc commented on 2016-02-12 21:37 (UTC)
For optional mysql/mariadb and postgresql support, please add python-mysql-connector and python-psycopg2 as optional dependencies.
macxcool commented on 2015-12-29 15:47 (UTC)
https://lists.openlp.io/pipermail/openlp-dev/2015-December/000013.html
macxcool commented on 2015-12-29 15:45 (UTC)
@thelinuxguy FYI there's a discussion on openlp-dev about QT5.6 and the dropping of qtwebkit in favour of qtwebengine. Apparently cross-platform support is bad in qtwebengine so OpenLP will be staying with qtwebkit since the other big distros won't be moving to 5.6 soon. This might be a problem in Arch.
thelinuxguy commented on 2015-12-22 10:43 (UTC)
@morkatros: First of all you found out that the issue is with python-alembic, in that case there is no need to file it here.
The issue is about a failed gpg check I assume. In that case go read the wiki about that https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
The failure is on your side
morkatros commented on 2015-12-22 00:23 (UTC)
error in the compilation of python-alembic
Pinned Comments
macxcool commented on 2023-07-21 11:37 (UTC)
According to the OpenLP devs, python-pillow has been removed from the code and will not be a dependency for the next release.
macxcool commented on 2023-07-13 16:22 (UTC) (edited on 2023-07-26 23:23 (UTC) by macxcool)
Python Pillow (python-pillow) 10.0 breaks OpenLP, so the version of python-pillow is set to <10.0. You can use 'downgrade' to install a pre 10.0 version and optionally mark it as ignored in your pacman.conf file.
If you don't want to mark it as ignored in pacman.conf, just add --ignore python-pillow to your command line. Most (all?) AUR helpers will just pass this on to pacman.