extra/vtk to 9.3.1-1

This commit is contained in:
David Beauchamp 2024-07-24 15:01:05 -04:00
parent bedd28a81d
commit 51ece7aa5a
2 changed files with 7 additions and 12 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vtk
pkgdesc = Software system for 3D computer graphics, image processing, and visualization
pkgver = 9.3.0
pkgrel = 19
pkgver = 9.3.1
pkgrel = 1
url = https://www.vtk.org
arch = x86_64
license = BSD-3-Clause
@ -105,13 +105,11 @@ pkgbase = vtk
optdepends = unixodbc
optdepends = verdict
options = staticlibs
source = https://www.vtk.org/files/release/9.3/VTK-9.3.0.tar.gz
source = https://www.vtk.org/files/release/9.3/VTK-9.3.1.tar.gz
source = vtk-occt.patch
source = https://gitlab.kitware.com/vtk/vtk/-/commit/5055371e.patch
source = ospray-3.patch
sha256sums = fdc7b9295225b34e4fdddc49cd06e66e94260cb00efee456e0f66568c9681be9
sha256sums = 8354ec084ea0d2dc3d23dbe4243823c4bfc270382d0ce8d658939fd50061cab8
sha256sums = df958eabc7dc4f5b33383ce0fb0f90a3ba202c1c2a24d3b5b9e7cfb1fb38b011
sha256sums = 54861a8667c505fedb96b49283521ce62af62148b629e953bbd065f831f02d04
sha256sums = faf3fd2eea2f73a07f5dcbd67920161a07ae554e008ad1e4099153fec2882278
pkgname = vtk

View file

@ -16,8 +16,8 @@
pkgname=vtk
# May need bootstrapping on upgrades due to circular vtk <-> opencascade dependency
pkgver=9.3.0
pkgrel=19
pkgver=9.3.1
pkgrel=1
pkgdesc="Software system for 3D computer graphics, image processing, and visualization"
arch=(x86_64)
url="https://www.vtk.org"
@ -127,11 +127,9 @@ optdepends=(
options=(staticlibs)
source=(${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz
vtk-occt.patch
https://gitlab.kitware.com/vtk/vtk/-/commit/5055371e.patch
ospray-3.patch)
sha256sums=('fdc7b9295225b34e4fdddc49cd06e66e94260cb00efee456e0f66568c9681be9'
sha256sums=('8354ec084ea0d2dc3d23dbe4243823c4bfc270382d0ce8d658939fd50061cab8'
'df958eabc7dc4f5b33383ce0fb0f90a3ba202c1c2a24d3b5b9e7cfb1fb38b011'
'54861a8667c505fedb96b49283521ce62af62148b629e953bbd065f831f02d04'
'faf3fd2eea2f73a07f5dcbd67920161a07ae554e008ad1e4099153fec2882278')
prepare() {
@ -140,7 +138,6 @@ prepare() {
sed -i "s|3.9.0|${_fast_float_version}|" ThirdParty/fast_float/CMakeLists.txt
patch -Np1 -i "$srcdir"/vtk-occt.patch
patch -Np1 -i ../5055371e.patch # Fix link to PDAL 2.6
patch -Np1 -i ../ospray-3.patch # Fix build with ospray 3.0
}