summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorioctl2020-12-06 12:04:06 +0300
committerioctl2020-12-06 12:04:06 +0300
commitbf50833583caa4bb07e5f647ff6b0406185ed9a9 (patch)
treebd0950757af74f5c280289e061ffefcddd2cb518
parent4392d3d4d0c04d08a9dc4ce511eb5c6f032d5e0f (diff)
downloadaur-bf50833583caa4bb07e5f647ff6b0406185ed9a9.tar.gz
Add qt5 to dependency list.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296e7b55bfb3..68161efd0ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openpose
pkgdesc = OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CMU-Perceptual-Computing-Lab/openpose
arch = x86_64
license = ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH USE ONLY
@@ -14,6 +14,7 @@ pkgbase = openpose
depends = libgl
depends = glu
depends = glut
+ depends = qt5-base
source = https://github.com/CMU-Perceptual-Computing-Lab/openpose/archive/v1.7.0.tar.gz
md5sums = 178876507c11dab3da2fcd68c748d90b
diff --git a/PKGBUILD b/PKGBUILD
index 56c0ecb484a4..df83253bfb20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=openpose
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation'
arch=('x86_64')
url='https://github.com/CMU-Perceptual-Computing-Lab/openpose'
license=("ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH USE ONLY")
-depends=('caffe' 'libgl' 'glu' 'glut')
+depends=('caffe' 'libgl' 'glu' 'glut' 'qt5-base')
makedepends=('cmake' 'doxygen' 'graphviz' 'wget' 'boost')
source=("${url}/archive/v${pkgver}.tar.gz")
md5sums=('178876507c11dab3da2fcd68c748d90b')