Package Details: openboardview-git 9.95.0.r12.g8528b80-1

Git Clone URL: https://aur.archlinux.org/openboardview-git.git (read-only, click to copy)
Package Base: openboardview-git
Description: Linux SDL/ImGui edition software for viewing .brd files
Upstream URL: http://openboardview.org/
Licenses: MIT
Conflicts: openboardview
Provides: openboardview
Submitter: tm-x
Maintainer: tm-x
Last Packager: tm-x
Votes: 13
Popularity: 0.050131
First Submitted: 2016-09-06 16:28 (UTC)
Last Updated: 2023-11-10 13:21 (UTC)

Latest Comments

thrimbor commented on 2023-11-12 06:11 (UTC)

This failed to build on my system because it assumes that the CMake backend used is GNU Make without explicitly specifying it. I suggest to change 30 to cmake -- build . and line 43 to DESTDIR="$pkgdir" cmake --install .. That will allow it to work with other CMake backends such as ninja.

flacs commented on 2020-05-22 20:19 (UTC)

Please add the openboardview package to conflicts.

piernov commented on 2018-08-14 09:34 (UTC)

mdbtools should be an optdepends rather than depends as openboardview works without it. It is only required for bvconv.sh which will be used by only a few people. mdbtools is AUR only and pulls a lot of dependencies for the build so better not force it onto everyone.

swiftgeek commented on 2018-04-27 10:42 (UTC) (edited on 2018-04-27 10:42 (UTC) by swiftgeek)

mdbtools is required for bvconv, so would be great to add it as optdep

piernov commented on 2017-08-08 23:20 (UTC)

Also please add python as a make dependency.

piernov commented on 2017-07-25 01:10 (UTC)

The recommended procedure for making packages is now by calling directly CMake, without using the build.sh script, it'll install the new desktop/mime-type files too. bvconf.sh and the LICENSE file will still have to be installed manually. Something along the lines of: mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make DESTDIR="${pkgdir}" install

tm-x commented on 2016-10-29 12:47 (UTC)

@piernov: Thanks for the feedback, I’ve updated the PKGBUILD accordingly.

piernov commented on 2016-10-27 23:28 (UTC)

We merged inflex-ui-features branch back to the original repository. The git URL is now "https://github.com/OpenBoardView/OpenBoardView.git". As @swiftgeek said, I'm wondering why it's in /opt, and why the "utilities" folder would be an issue. It contains only one script which should probably go in /usr/bin as well. Finally, gtk3 is a runtime dependency too. Without it the open file dialog will be unavaible. At least it should be optional if you don't want to add an hard requirement on it.

tm-x commented on 2016-09-27 12:06 (UTC)

Yes, because of the utilities folder.

swiftgeek commented on 2016-09-27 09:08 (UTC)

Any reason to put it in /opt/bin instead of /usr/bin ?