[arch-commits] Commit in vtk/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Apr 3 10:20:37 UTC 2022


    Date: Sunday, April 3, 2022 @ 10:20:37
  Author: archange
Revision: 1180968

pdal 2.4.0 rebuild

As well as minor changes

Modified:
  vtk/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 10:19:46 UTC (rev 1180967)
+++ PKGBUILD	2022-04-03 10:20:37 UTC (rev 1180968)
@@ -1,5 +1,5 @@
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
 # Maintainer: Bruno Pagani <archange at archlinux dot org>
+# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
 # Contributor: Michael Migliore <mcmigliore+aur at gmail.com>
 # Contributor: Ray Rashif <schiv at archlinux dot org>
 # Contributor: Andrzej Giniewicz <gginiu at gmail dot com>
@@ -7,7 +7,7 @@
 
 pkgname=vtk
 pkgver=9.1.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Software system for 3D computer graphics, image processing, and visualization"
 arch=(x86_64)
 url="https://www.vtk.org/"
@@ -17,8 +17,8 @@
              liblas libxt openimagedenoise openmp openmpi openvdb openvr ospray pdal
              postgresql python-matplotlib qt5-base qt5-tools qt5-webkit
              qt5-x11extras tk unixodbc wget
-             cgns cli11 double-conversion eigen expat fmt freetype2 gl2ps glew hdf5
-             libjpeg jsoncpp libjsoncpp.so libharu proj libxml2 lz4 xz python-mpi4py
+             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)
 # pegtl: https://gitlab.kitware.com/vtk/vtk/-/issues/18151
 # exprtk, ioss: not packaged
@@ -35,6 +35,7 @@
             adios2
             cgns
             ffmpeg
+            fmt
             gdal
             gl2ps
             glew
@@ -60,7 +61,7 @@
 options=(staticlibs)
 sha256sums=('8fed42f4f8f1eb8083107b68eaa9ad71da07110161a3116ad807f43e5ca5ce96'
             '37cff664c4eaacf44ecb995e62e9e54e54880bae0857d598c74660a2159ccb2e'
-            '066ad5eb3f7cd101c4bbbe4d91ba97419f18537f9dadf6654776b7151c7c6a8d')
+            '955ef22d2541beb9935557ef09a802b6504855a350f27ff056734679da8f0281')
 
 prepare() {
   cd VTK-${pkgver}
@@ -119,8 +120,8 @@
   install -dv "${pkgdir}"/usr/share/java/vtk
   mv -v "${pkgdir}"/usr/lib/java/vtk.jar "${pkgdir}"/usr/share/java/vtk
   # …and the libs to the proper place
-  mv "${pkgdir}"/usr/lib/java/vtk-Linux-x86_64/*.so "${pkgdir}"/usr/lib/
-  rmdir "${pkgdir}"/usr/lib/java/{vtk-Linux-x86_64/,}
+  mv "${pkgdir}"/usr/lib/java/vtk-Linux-${CARCH}/*.so "${pkgdir}"/usr/lib/
+  rmdir "${pkgdir}"/usr/lib/java/{vtk-Linux-${CARCH}/,}
 
   # Remove third party CMake patching for older versions than ours
   rm -rv "${pkgdir}"/usr/lib/cmake/vtk/patches/3.{1{3,6,8,9},20}



More information about the arch-commits mailing list