diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-01-10 22:15:49 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:11 +0700 |
commit | 1bc6472841d4e6eb6ad1418997629c8642fed686 (patch) | |
tree | dbad6249f5612f01d839259474f2921b4b82b837 /libraries | |
parent | 78ce057a6b76689694a03bcbfded64620c8965fe (diff) | |
download | slackbuilds-1bc6472841d4e6eb6ad1418997629c8642fed686.tar.gz |
libraries/VTK: Updated for version 8.1.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/VTK/README | 5 | ||||
-rw-r--r-- | libraries/VTK/VTK.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/VTK/VTK.info | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README index 966599f6e9..df8c6317fc 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -8,7 +8,9 @@ an application. The system also supports automated wrapping of the C++ core into Python, Java and Tcl, so that VTK applications may also be written using these interpreted programming languages. -You can enable a lot of optional features by passing variables to the script +Since version 8.1.0, VTK requires the qt5 package. + +You can enable a number of optional features by passing variables to the script (VAR=yes/no ./VTK.SlackBuild): IMAGING=yes|no (default: no) @@ -20,4 +22,3 @@ WEB=yes|no (default: no), requires python-twisted JAVA=yes|no (default: no), requires jdk PYTHON=yes|no (default: yes) QT=yes|no (default: yes) -VTKQT5=yes|no (default: no), requires qt5 diff --git a/libraries/VTK/VTK.SlackBuild b/libraries/VTK/VTK.SlackBuild index 9f482ec197..4bd182342e 100644 --- a/libraries/VTK/VTK.SlackBuild +++ b/libraries/VTK/VTK.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2013,2014 Youjie Zhou <jmpopush@gmail.com> # All rights reserved. -# Copyright 2016-2017 Christoph Willing, Brisbane Australia +# Copyright 2016-2018 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ # PRGNAM=VTK -VERSION=${VERSION:-8.0.1} -SHORT_VERSION=${SHORT_VERSION:-8.0} +VERSION=${VERSION:-8.1.0} +SHORT_VERSION=${SHORT_VERSION:-8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,8 +70,6 @@ wrap_python="" ; [ "${PYTHON:-yes}" != "no" ] && wrap_python="-DVTK_WRAP_PYTH wrap_java="" ; [ "${JAVA:-no}" != "no" ] && wrap_java="-DVTK_WRAP_JAVA=true" wrap_tcl="" ; [ "${TCL:-yes}" != "no" ] && wrap_tcl="-DVTK_WRAP_TCL=true" -# Also -vtk_qt_version=""; [ "${VTKQT5:-no}" = "yes" ] && vtk_qt_version="-DVTK_QT_VERSION=5" set -e @@ -118,7 +116,6 @@ cd build $wrap_python \ $wrap_java \ $wrap_tcl \ - $vtk_qt_version \ -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \ -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \ -DVTK_USE_SYSTEM_JPEG:BOOL=ON \ diff --git a/libraries/VTK/VTK.info b/libraries/VTK/VTK.info index 33060c53b3..2b0269d62a 100644 --- a/libraries/VTK/VTK.info +++ b/libraries/VTK/VTK.info @@ -1,10 +1,10 @@ PRGNAM="VTK" -VERSION="8.0.1" +VERSION="8.1.0" HOMEPAGE="http://www.vtk.org" -DOWNLOAD="http://www.vtk.org/files/release/8.0/VTK-8.0.1.tar.gz" -MD5SUM="692d09ae8fadc97b59d35cab429b261a" +DOWNLOAD="http://www.vtk.org/files/release/8.1/VTK-8.1.0.tar.gz" +MD5SUM="4fa5eadbc8723ba0b8d203f05376d932" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="qt5" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |