Date: Thursday, November 10, 2022 @ 09:23:48 Author: arojas Revision: 1346389
upgpkg: vtk 9.1.0-22: Drop unused qt5-webkit and qt5-x11extras dependencies, add qt5-declarative instead Modified: vtk/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-10 07:45:51 UTC (rev 1346388) +++ PKGBUILD 2022-11-10 09:23:48 UTC (rev 1346389) @@ -7,7 +7,7 @@ pkgname=vtk pkgver=9.1.0 -pkgrel=21 +pkgrel=22 pkgdesc="Software system for 3D computer graphics, image processing, and visualization" arch=(x86_64) url="https://www.vtk.org/" @@ -16,7 +16,7 @@ makedepends=(adios2 cmake boost doxygen ffmpeg gdal git gnuplot java-environment=11 liblas libxt mariadb-libs openimagedenoise openmp openmpi openvdb openvr ospray pdal postgresql-libs python-matplotlib qt5-base - qt5-tools qt5-webkit qt5-x11extras tk unixodbc wget + qt5-tools qt5-declarative tk unixodbc wget cgns cli11 eigen expat fmt freetype2 gl2ps glew hdf5 libjpeg jsoncpp libjsoncpp.so libharu proj libxml2 lz4 xz python-mpi4py netcdf libogg libpng rapidjson sqlite libtheora libtiff utf8cpp zfp zlib) @@ -29,8 +29,7 @@ 'python-mpi4py: OpenMPI python support' 'python-matplotlib: for Matplotlib rendering' 'openmpi: OpenMPI support' - 'qt5-x11extras' - 'qt5-webkit: WebKit support' + 'qt5-declarative: QML plugin' 'tk: tcl bindings' adios2 cgns
