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.36
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 .. 14 Next › Last »

Mckol commented on 2022-11-07 10:13 (UTC)

I had the same issue and yes, you need to reinstall it, but also make sure you do a clean build. This is especially relevant with AUR helpers.

fsiegert commented on 2022-09-09 07:15 (UTC)

@gbaldassin: You probably just need to re-install (i.e. compile) OpenBoard from the AUR after the poppler update, no?

gbaldassin commented on 2022-09-09 02:44 (UTC) (edited on 2022-09-09 08:09 (UTC) by gbaldassin)

openboard: error while loading shared libraries: libpoppler.so.123: cannot open shared object file: No such file or directory

libraries installed: /usr/lib/libpoppler.so.124 /usr/lib/libpoppler.so.124.0.0

SOLVED: created a link sudo ln -s libpoppler.so.124.0.0 libpoppler.so.123 thank you

lwgwvflcoq commented on 2022-06-09 08:47 (UTC)

@fsiegert thank you!

fsiegert commented on 2022-06-07 12:08 (UTC)

Sorry about the slow response, I have finally managed to find the time to update my installation and fix the issues with OpenBoard compilation here. At the same time I have updated to OpenBoard 1.6.2. Please give the latest version a try and let me know if there are still any issues.

dogunbound commented on 2022-05-24 20:35 (UTC)

https://github.com/bartoszek/AUR-openboard/issues/12

Fails build. Possible workaround in the issue

skan commented on 2022-05-09 12:05 (UTC)

https://github.com/bartoszek/AUR-openboard/issues/12

tombenko commented on 2022-04-17 23:07 (UTC)

There is a new Quazip packages, with new directory names. Please, modify the quazip.patch!

carlosal1015 commented on 2022-03-22 13:17 (UTC)

Thanks! Is working now.

fsiegert commented on 2022-03-22 08:16 (UTC)

Hi @luuuciano, I hope I have now traced this ffmpeg down (+ fixed another poppler version problem along the way). You can probably remove the pkgignore now and retry. :)