Package Details: openboard 1.7.0-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: bartus
Votes: 53
Popularity: 1.48
First Submitted: 2016-12-06 14:42 (UTC)
Last Updated: 2024-03-12 15:34 (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 .. 14 Next › Last »

bartus commented on 2021-12-08 09:00 (UTC)

@fsiegert: sic! I must have a brain aneurysm or something, as I saw the invers of what the commit was (-_ლ) of course it's right.

fsiegert commented on 2021-12-08 07:45 (UTC)

@bartus: Thanks for taking a look. From what I understand it's not redundant -- actually quite the opposite: because we are moving the icon into /usr/share (and it thus won't exist in /opt/OpenBoard/), the desktop file needs to lose the reference to /opt/OpenBoard/. Or am I misunderstanding your point?

bartus commented on 2021-12-07 17:21 (UTC)

@fsiegert: isn't b35f243d5e22 redundant, as we already copy the PNG icon to /use/share ? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=openboard#n51

faustian commented on 2021-11-16 23:27 (UTC)

Thanks a lot. Now works

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!