summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2023-06-09 23:37:58 +0200
committerChristoph Haag2023-06-09 23:37:58 +0200
commit834409dda04d15813bd259bf8906c77be2c290cd (patch)
tree777b8e4d8d239619e166a1220812ebf9099fb248
parent245086897ee1751694e53314ded81cf88ad6c311 (diff)
downloadaur-834409dda04d15813bd259bf8906c77be2c290cd.tar.gz
fix build with new libdc1394
Credit: wsippel on discord
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639d5d99a35e..9b06d67dfb09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = basalt-monado-git
pkgdesc = Visual-Inertial Mapping with Non-Linear Factor Recovery
- pkgver = r464.303eee5
+ pkgver = r467.3948e54
pkgrel = 1
url = https://gitlab.freedesktop.org/mateosss/basalt
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 74a6699001d9..5a7fce7edbf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# MAINTAINER: haagch <christoph.haag@collabora.com>
pkgname=basalt-monado-git
-pkgver=r464.303eee5
+pkgver=r467.3948e54
pkgrel=1
pkgdesc="Visual-Inertial Mapping with Non-Linear Factor Recovery"
arch=('i686' 'x86_64')
@@ -31,6 +31,7 @@ prepare() {
cd thirdparty/Pangolin
git checkout include/pangolin/utils/picojson.h
git apply ../../../279c17d9c9eb9374c89489b449f92cb93350e8cd.patch
+ sed -i '1s/^/#include <stdint.h>\n/' include/pangolin/platform.h
}
build() {