summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-07-10 18:41:21 +0200
committerMichel Zou2019-07-10 18:41:21 +0200
commitf7ad2f5eefcef982f817122cd163b89fc46e7947 (patch)
treeccca30989334f9bfc6980aff70eda3408e10e8cb
parentd80796bda039bfafc8cb2ad5b10ac2df5f91130d (diff)
downloadaur-f7ad2f5eefcef982f817122cd163b89fc46e7947.tar.gz
glew,doubleconv
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96a174cbb8b..636ad1f8e738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,8 @@ pkgbase = mingw-w64-vtk-git
depends = mingw-w64-freeglut
depends = mingw-w64-lz4
depends = mingw-w64-proj
+ depends = mingw-w64-double-conversion
+ depends = mingw-w64-glew
options = !buildflags
options = staticlibs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index d033f1adee53..d709ab89b21e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A software system for 3D computer graphics, image processing, and visua
arch=('any')
url='http://www.vtk.org/'
license=('BSD')
-depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-expat' 'mingw-w64-netcdf' 'mingw-w64-libtiff' 'mingw-w64-libjpeg-turbo' 'mingw-w64-freetype2' 'mingw-w64-libpng' 'mingw-w64-libxml2' 'mingw-w64-hdf5' 'mingw-w64-libtheora' 'mingw-w64-freeglut' 'mingw-w64-lz4' 'mingw-w64-proj')
+depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-expat' 'mingw-w64-netcdf' 'mingw-w64-libtiff' 'mingw-w64-libjpeg-turbo' 'mingw-w64-freetype2' 'mingw-w64-libpng' 'mingw-w64-libxml2' 'mingw-w64-hdf5' 'mingw-w64-libtheora' 'mingw-w64-freeglut' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-double-conversion' 'mingw-w64-glew')
makedepends=('mingw-w64-cmake' 'git' 'mingw-w64-utf8cpp')
options=('!buildflags' 'staticlibs' '!strip')
source=("git+https://gitlab.kitware.com/vtk/vtk.git")