Package Details: openboardview 9.95.0-2

Git Clone URL: https://aur.archlinux.org/openboardview.git (read-only, click to copy)
Package Base: openboardview
Description: Linux SDL/ImGui edition software for viewing .brd files
Upstream URL: https://openboardview.org/
Licenses: MIT
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 5
Popularity: 0.000002
First Submitted: 2018-04-18 22:24 (UTC)
Last Updated: 2023-12-12 12:40 (UTC)

Latest Comments

freswa commented on 2023-12-12 12:43 (UTC)

@Repentinus Thx, applied.

Repentinus commented on 2023-12-07 23:10 (UTC)

Building with GCC13 seems to require this patch.

diff --git a/PKGBUILD b/PKGBUILD
index ec92984..11b79a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=OpenBoardView
 pkgname=${_pkgname,,}
 pkgver=9.95.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux SDL/ImGui edition software for viewing .brd files'
 arch=('i686' 'x86_64')
 url='https://openboardview.org/'
@@ -17,6 +17,7 @@ source=("git+https://github.com/OpenBoardView/OpenBoardView.git#tag=${pkgver}"
         'git+https://github.com/nothings/stb.git'
         'git+https://github.com/sheredom/utf8.h.git'
         'git+https://github.com/madler/zlib.git'
+        'gcc13.patch::https://github.com/OpenBoardView/OpenBoardView/commit/b03d0f69ec1611f5eb93f81291b4ba8c58cd29eb.diff'
 )
 b2sums=('SKIP'
         'SKIP'
@@ -24,7 +25,8 @@ b2sums=('SKIP'
         'SKIP'
         'SKIP'
         'SKIP'
-        'SKIP')
+        'SKIP'
+        '81aa5ce1297d2e54ffca843bfd3a5ca7d3c1039e1f7f65560eb54b6de87876ae5705d058c371921d26384177373d23639ce0acbaf8ffd15faf201b7f04ffcb3c')

 prepare() {
   cd ${_pkgname}
@@ -37,6 +39,7 @@ prepare() {
   git config submodule.'src/utf8'.url "${srcdir}"/utf8.h
   git config submodule.'src/zlib'.url "${srcdir}"/zlib
   git -c protocol.file.allow=always submodule update --recursive
+  git apply "$srcdir/gcc13.patch"
 }

 build() {

thrimbor commented on 2022-02-27 10:35 (UTC)

https://github.com/OpenBoardView/OpenBoardView/commit/befed74c5a4e9e1f59f3dcd4069301e6edc4036a.patch needs to be added. This package has been broken for almost two years now.

hannu commented on 2022-01-18 09:44 (UTC)

The build fails. The PKGBUILD for openboardview-git works.

utzlol commented on 2020-12-26 15:22 (UTC)

Any solution?


[ 48%] Building CXX object src/openboardview/CMakeFiles/openboardview.dir/FileFormats/BRDFile.cpp.o
/home/yudha/openboardview/src/OpenBoardView/src/openboardview/FileFormats/BRDFile.cpp: In constructor 'BRDFile::BRDFile(std::vector<char>&)':
/home/yudha/openboardview/src/OpenBoardView/src/openboardview/FileFormats/BRDFile.cpp:216:37: error: expected unqualified-id before '&' token
  216 |    } catch (const std::out_of_range &e) {
      |                                     ^
/home/yudha/openboardview/src/OpenBoardView/src/openboardview/FileFormats/BRDFile.cpp:216:36: error: expected ')' before '&' token
  216 |    } catch (const std::out_of_range &e) {
      |            ~                       ^~
      |                                    )
/home/yudha/openboardview/src/OpenBoardView/src/openboardview/FileFormats/BRDFile.cpp:216:37: error: expected '{' before '&' token
  216 |    } catch (const std::out_of_range &e) {
      |                                     ^
/home/yudha/openboardview/src/OpenBoardView/src/openboardview/FileFormats/BRDFile.cpp:216:38: error: 'e' was not declared in this scope
  216 |    } catch (const std::out_of_range &e) {
      |                                      ^
make[2]: *** [src/openboardview/CMakeFiles/openboardview.dir/build.make:212: src/openboardview/CMakeFiles/openboardview.dir/FileFormats/BRDFile.cpp.o] Error 1
make[2]: Leaving directory '/home/yudha/openboardview/src/OpenBoardView/build'
make[1]: *** [CMakeFiles/Makefile2:258: src/openboardview/CMakeFiles/openboardview.dir/all] Error 2
make[1]: Leaving directory '/home/yudha/openboardview/src/OpenBoardView/build'
make: *** [Makefile:171: all] Error 2
make: Leaving directory '/home/yudha/openboardview/src/OpenBoardView/build'
==> ERROR: A failure occurred in build().
    Aborting...

freswa commented on 2020-05-24 00:00 (UTC)

@flacs It's always the special variants that conflict on the regular variant, not the other way around

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

Please add openboardview-git to conflicts.

icewind commented on 2019-01-05 20:44 (UTC)

requires python as makedepends