summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarius Lindvall2024-02-09 10:13:43 +0100
committerMarius Lindvall2024-02-09 10:13:43 +0100
commitfed1ca4919dc5da48b04fd0d132a1f4eed9afcb6 (patch)
tree0c7ebe2c8cc8fa86ac7d71f9ef0444cbc0386871 /PKGBUILD
parente8da9a57de63a9107951857c989146be6c3aa449 (diff)
downloadaur-fisheye-stitcher-git.tar.gz
Build fails due to HighGUI in OpenCV
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f30ce003fcbb..dc4cc759ab58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgbase=fisheye-stitcher-git
pkgname=(fisheye-stitcher-git fisheye-mls-map-3840x1920-git)
pkgver='2.0.r8.g7c0a946'
-pkgrel=1
+pkgrel=2
pkgdesc="Stitch images generated by dual-fisheye cameras."
arch=('x86_64')
url='https://github.com/drNoob13/fisheyeStitcher'
license=('MIT')
-depends=('opencv' 'vtk')
+depends=('opencv' 'vtk' 'qt6-base')
makedepends=('git' 'cmake')
provides=('fisheye-stitcher')
conflicts=('fisheye-stitcher')