Package Details: openboard 1.7.1-3

Git Clone URL: https://aur.archlinux.org/openboard.git (read-only, click to copy)
Package Base: openboard
Description: Interactive whiteboard software for schools and universities
Upstream URL: http://openboard.ch/index.en.html
Licenses: GPL3
Submitter: fsiegert
Maintainer: fsiegert (bartus, Vekhir)
Last Packager: Vekhir
Votes: 54
Popularity: 0.47
First Submitted: 2016-12-06 14:42 (UTC)
Last Updated: 2024-06-21 22:55 (UTC)

Pinned Comments

bartus commented on 2024-03-12 15:41 (UTC) (edited on 2024-03-13 09:39 (UTC) by bartus)

Since version v1.7.0 the Qt5 backend is no longer actively maintained and supported.
Control environment variable can be used to force build against qt5
  • ENABLE_QT5=1 to build against qt5 (default:off)
Usage cases:
  • makepkg ENABLE_QT5=1
  • yay -S openboard --mflags="ENABLE_QT5=1"
Yay users warning:

If you want to build against qt5, you have to call pacman -S qt5-{base,declarative,multimedia,tools,svg,webchannel,webengine} beforehand.

fsiegert commented on 2023-01-16 12:04 (UTC)

@unphysicalix: That's correct, you have to rebuild after dependency packages are updated. Let me make this post sticky to avoid people running into this again and again.

If OpenBoard stops working and when starting it from the command line you get an error message of the type:

openboard: error while loading shared libraries: *.so.1.1: cannot open shared object 

Then you most likely just need to rebuild OpenBoard (either with makepkg or with your favourite AUR helper) because a dependency package has been updated.

(That's the one disadvantage of AUR packages. I don't know what the threshold is for the package to be migrated into the community repository instead.)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

faustian commented on 2021-11-14 16:10 (UTC)

src/adaptors/UBExportDocument.cpp:46:14: fatal error: quazip.h: No such file or directory 46 | #include "quazip.h" | ^~~~~~~~~~ compilation terminated. make[1]: [Makefile.Release:3285: build/linux/release/objects/UBExportDocument.o] Error 1 make[1]: Leaving directory '/home/faustd/Downloads/OpenBoard-1.6.1' make: [Makefile:42: release] Error 2

fsiegert commented on 2021-04-30 20:06 (UTC)

@bartus That's strange indeed... I was assuming base-devel is automatically installed if makepkg is available, but apparently not. So I guess this is indeed redundant and we can remove it at the next iteration.

@dS810 You should install base-devel in any case (cf. link from bartus).

dS810 commented on 2021-04-30 18:03 (UTC)

@fsiegert Now it works as expected. Thank you!

bartus commented on 2021-04-30 17:16 (UTC) (edited on 2021-04-30 17:19 (UTC) by bartus)

@fsiegert: including patch in makedepends array is a bit funny not to mention redundant, as it gets installed with base-devel group alongside gcc, as prerequisite to build any AUR package. ¯\_(ツ)_/¯ @@wiki@@

fsiegert commented on 2021-04-30 14:57 (UTC)

@dS810 Can you try again please? I have added 'patch' as explicit dependency.

dS810 commented on 2021-04-30 13:01 (UTC) (edited on 2021-04-30 13:03 (UTC) by dS810)

I can't install this package. Error Message: (Line 28. Command not found)

==> Entpacke Quellen...
  -> Entpacke v1.6.1.tar.gz mit bsdtar
==> Beginne prepare()...
  -> drop_ThirdParty_repo
/tmp/trizen-artem/openboard/PKGBUILD: Zeile 28: patch: Kommando nicht gefunden.
==> FEHLER: Ein Fehler geschah in prepare().
    Breche ab...
:: Unable to build openboard - makepkg exited with code: 4

fbettio commented on 2021-03-22 12:35 (UTC)

@fsiegert You are right! Sorry, I've made a bit of a mess with the installation steps! Thanks again for your quick reply.

fsiegert commented on 2021-03-22 10:29 (UTC)

@fbettio It works fine for me, and your error message looks like you installed OpenBoard, then updated your system (including libpoppler) and then didn't recompile OpenBoard, such that it doesn't find the correct libpoppler.

Btw... rebuild-detector can help with these problems: https://aur.archlinux.org/packages/rebuild-detector