@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?
Search Criteria
Package Details: openboard 1.7.3-1
Package Actions
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: | fsiegert |
Votes: | 54 |
Popularity: | 0.065295 |
First Submitted: | 2016-12-06 14:42 (UTC) |
Last Updated: | 2024-12-19 12:07 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- poppler (poppler-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-svg
- qt6-webchannel
- qt6-webengine
- quazip-qt6
- cmake (cmake-gitAUR) (make)
- qt6-tools (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »
fsiegert commented on 2021-12-08 07:45 (UTC)
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!
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@@
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 againstqt5
(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 callpacman -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:
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.)