Search Criteria
Package Details: openboardview-git r601.360d212-1
Git Clone URL: | https://aur.archlinux.org/openboardview-git.git (read-only) |
---|---|
Package Base: | openboardview-git |
Description: | Linux SDL/ImGui edition software for viewing .brd files |
Upstream URL: | http://openboardview.org/ |
Licenses: | |
Submitter: | tm-x |
Maintainer: | tm-x |
Last Packager: | tm-x |
Votes: | 7 |
Popularity: | 0.002036 |
First Submitted: | 2016-09-06 16:28 |
Last Updated: | 2018-09-08 19:40 |
Dependencies (14)
- fontconfig (fontconfig-infinality, fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-git, fontconfig-ubuntu)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-optional-csd, gtk3-ubuntu, gtk3-adwaita-3-32-git, gtk3-typeahead, gtk3-mushrooms, gtk3-patched-filechooser-icon-view)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-nox, sdl2-hg)
- sqlite (sqlite-fossil, sqlite-replication)
- cmake (cmake-git) (make)
- fontconfig (fontconfig-infinality, fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-git, fontconfig-ubuntu) (make)
- git (git-git) (make)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-optional-csd, gtk3-ubuntu, gtk3-adwaita-3-32-git, gtk3-typeahead, gtk3-mushrooms, gtk3-patched-filechooser-icon-view) (make)
- libpng (libpng-git) (make)
- python (python-dbg) (make)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-nox, sdl2-hg) (make)
- sqlite (sqlite-fossil, sqlite-replication) (make)
- zlib (zlib-asm, zlib-static, zlib-git) (make)
- mdbtools (mdbtools-git) (optional) – MDB file format support
Latest Comments
piernov commented on 2018-08-14 09:34
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
mdbtools is required for bvconv, so would be great to add it as optdep
piernov commented on 2017-08-08 23:20
Also please add python as a make dependency.
piernov commented on 2017-07-25 01:10
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
@piernov: Thanks for the feedback, I’ve updated the PKGBUILD accordingly.
piernov commented on 2016-10-27 23:28
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
Yes, because of the utilities folder.
swiftgeek commented on 2016-09-27 09:08
Any reason to put it in /opt/bin instead of /usr/bin ?