Package Details: openlp-git 3.1.2.r238.g1d1988a31-1

Git Clone URL: https://aur.archlinux.org/openlp-git.git (read-only, click to copy)
Package Base: openlp-git
Description: Church presentation and lyrics projection software.
Upstream URL: https://openlp.org/
Licenses: GPL-3.0-or-later
Conflicts: openlp
Provides: openlp
Submitter: thelinuxguy
Maintainer: putte64
Last Packager: putte64
Votes: 2
Popularity: 0.000000
First Submitted: 2019-11-27 21:34 (UTC)
Last Updated: 2026-05-16 06:28 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

putte64 commented on 2026-05-16 06:39 (UTC)

Lot's of changes in the last commit, hopefully for the better. New versioning, new build system and clean up dependencies according to latest master. OpenLP is bulding and running on my Hyprland install, but some tweaks and windowrules is required.

putte64 commented on 2024-02-10 14:41 (UTC)

@matj1 Thank you for your feedback. Your AUR-helper should now download the latest version of PKGBUILD (as you found out and did by yourself). The PKGBUILD will then always get the latest git version available, even if it looks like its not updated. But it will not warn you of new versions available unfortunately. (As far as I know, that's the nature of GIT repos)

matj1 commented on 2024-02-05 14:16 (UTC)

This website says that openlp-git was last updated on 2023-07-20. It didn't update on my system, so it crashed every time, but I explicitly reinstalled it, I got a new version (3.1.0), and it works now.

I don't know where the problem is. There obviously is a new version, but AUR does not know that there is a new version, so it doesn't update openlp-git.

putte64 commented on 2023-07-09 11:51 (UTC) (edited on 2024-04-29 09:39 (UTC) by putte64)

openlp-git allows you to use python 3.12. Works in my test install, might not be good for production.

Update: Dependency python-sqlalchemy has been added

putte64 commented on 2022-10-12 14:07 (UTC) (edited on 2022-12-29 22:13 (UTC) by putte64)

There's a important and easy bug to be fixed in the PKGBUILD script.

In line 54: tdestdir="$pkgdir/usr/share/$pkgname/i18n"

$pkgname is pointing to "openlp-git", but for translations to work, it must be replaced with "openlp". (not $pkgname ofcourse, but the path)

Edit: This should be fixed now

ClawOfLight commented on 2022-03-12 13:52 (UTC)

PDF support works when installing 'python-pymupdf', which pulls in a library. Can you replace the 'mupdf' optdepend please?

thelinuxguy commented on 2022-03-03 07:14 (UTC)

Added qrcode dep

WTechNinja commented on 2022-02-13 19:04 (UTC) (edited on 2022-02-13 19:06 (UTC) by WTechNinja)

The latest build doesn't run without python-qrcode, don't know when that was added but it must've been pretty recent. (I'm on build r17204.024ac3d78-1)

thelinuxguy commented on 2022-01-27 18:44 (UTC)

I've just updated the package adding python-pip as makedepends. Let me know if you have any issues