add dependencies

This commit is contained in:
Christoph Haag 2020-05-08 02:10:52 +02:00
parent 17491d23ae
commit 941174cf00
2 changed files with 8 additions and 3 deletions

View file

@ -1,15 +1,20 @@
pkgbase = libsurvive-git
pkgdesc = Open-Source tool for working with lighthouse-based tracking data, including support for the HTC Vive, Vive Pro and Valve Index.
pkgver = 1398.457a0a5
pkgver = 1396.0d06d9a
pkgrel = 1
url = https://github.com/cntools/libsurvive
arch = x86_64
arch = i686
license = MIT
makedepends = git
makedepends = cmake
makedepends = ninja
depends = hidapi
depends = xr-hardware
depends = libpcap
depends = lapacke
depends = cblas
depends = zlib
provides = libsurvive
conflicts = libsurvive
source = libsurvive::git+https://github.com/cntools/libsurvive.git

View file

@ -6,10 +6,10 @@ pkgdesc="Open-Source tool for working with lighthouse-based tracking data, inclu
arch=(x86_64 i686)
url="https://github.com/cntools/libsurvive"
license=(MIT)
depends=("hidapi" "xr-hardware")
depends=("hidapi" "xr-hardware" "libpcap" "lapacke" "cblas" "zlib")
conflicts=($basename)
provides=($basename)
makedepends=("cmake" "ninja")
makedepends=("git" "cmake" "ninja")
source=($basename::"git+https://github.com/cntools/libsurvive.git"
"0001-add-pkg-config-file.patch"
"0002-install-redist-headers.patch")