Package Details: openlp 3.1.1-3

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: rprice
Last Packager: rprice
Votes: 17
Popularity: 0.000121
First Submitted: 2015-08-11 00:27 (UTC)
Last Updated: 2024-05-01 05:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

amael commented on 2018-07-29 13:40 (UTC) (edited on 2018-07-29 13:40 (UTC) by amael)

This package installs its tests in /usr/lib/python3.6/site-packages/tests which is a public directory, and adds __init__.py files in them.

This conflicts with other packages that does the same mistakes.

Please move them in a prefixed directory like /usr/lib/python3.6/site-packages/openlp/tests or /usr/lib/python3.6/site-packages/tests/openlp.

thelinuxguy commented on 2016-08-24 10:10 (UTC) (edited on 2022-01-11 16:55 (UTC) by thelinuxguy)

Not compatible with python 3.10

Your options are: do not update python or uninstall OpenLP until the next major release. This can happen with a rolling release...

If you run into issues about missing GPG keys, you will need to manually add them to your keyring or skip GPG checks (makepkg --skippgpchecks). Please refer to the wiki[1] for more information.

[1] https://wiki.archlinux.org/index.php/Makepkg#Signature_checking

thelinuxguy commented on 2016-08-23 22:27 (UTC)

@ioangogo this is Not an issue of this package. If a package has a signature that you don't Trust, you need to manually add it. Please read https://wiki.archlinux.org/index.php/Makepkg#Signature_checking

ioangogo commented on 2016-08-23 22:01 (UTC)

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

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