summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2021-05-19 12:35:12 +0200
committerGrey Christoforo2021-05-19 12:35:12 +0200
commit56043c2794ab7fc2fa43d18724b1567f5104b82d (patch)
tree869cf76cbc3a9bf1f040e2814a2831128228af44
parentafc3cb490e89ef0fb3ca4b4f99c6fc3e1aaab734 (diff)
downloadaur-56043c2794ab7fc2fa43d18724b1567f5104b82d.tar.gz
bump release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 202823888589..c94e37e38d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vtk9-java
pkgdesc = A software system for 3D computer graphics, image processing, and visualization. version 9 with java bindings
pkgver = 9.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://vtk.org
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 928a45baa19d..9f7446f827be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vtk9-java
pkgver=9.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='A software system for 3D computer graphics, image processing, and visualization. version 9 with java bindings'
arch=('x86_64')
url="http://vtk.org"
@@ -16,7 +16,6 @@ libharu
libjpeg-turbo
libogg
libpng
-liblas
libtheora
libtiff
libxml2
@@ -89,7 +88,8 @@ build() {
cmake -B build_dir -S vtk-v${pkgver} -W no-dev -G Ninja \
-D CMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-D CMAKE_BUILD_TYPE=None \
- -D CMAKE_SKIP_RPATH=ON \
+ -D CMAKE_SKIP_RPATH=OFF \
+ -D CMAKE_SKIP_INSTALL_RPATH=ON \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D BUILD_SHARED_LIBS=ON \
@@ -132,8 +132,7 @@ build() {
-D VTK_USE_EXTERNAL=ON \
-D VTK_USE_TK=ON \
-D VTK_USE_OGGTHEORA_ENCODER=ON \
- -D VTK_INSTALL_TCL_DIR=/usr/lib/tcl${_tkver}/vtk/ \
- -D VTK_WRAP_JAVA=ON
+ -D VTK_INSTALL_TCL_DIR=/usr/lib/tcl${_tkver}/vtk/
cmake --build build_dir
}