diff --git a/mingw-w64-vtk/004-accept-future-versions-of-boost-and-occ.patch b/mingw-w64-vtk/004-accept-future-versions-of-boost-and-occ.patch index cb7185a80f..970f73f5cf 100644 --- a/mingw-w64-vtk/004-accept-future-versions-of-boost-and-occ.patch +++ b/mingw-w64-vtk/004-accept-future-versions-of-boost-and-occ.patch @@ -1,13 +1,13 @@ --- a/IO/LAS/CMakeLists.txt +++ b/IO/LAS/CMakeLists.txt -@@ -10,7 +10,6 @@ - if (libLAS_VERSION VERSION_LESS "1.8.2") - vtk_module_find_package(PACKAGE Boost - COMPONENTS program_options thread system iostreams filesystem +@@ -19,7 +19,6 @@ + vtk_module_find_package( + PACKAGE Boost + COMPONENTS ${boost_components} - FORWARD_VERSION_REQ EXACT VERSION_VAR "@Boost_MAJOR_VERSION@.@Boost_MINOR_VERSION@.@Boost_SUBMINOR_VERSION@") - list(APPEND liblas_boost_dependencies - Boost::filesystem + foreach (boost_component IN LISTS boost_components) + list(APPEND liblas_boost_dependencies --- a/IO/OCCT/CMakeLists.txt +++ b/IO/OCCT/CMakeLists.txt @@ -1,6 +1,5 @@ @@ -29,7 +29,7 @@ INTERFACE --- a/Infovis/BoostGraphAlgorithms/CMakeLists.txt +++ b/Infovis/BoostGraphAlgorithms/CMakeLists.txt -@@ -23,7 +23,6 @@ +@@ -22,7 +22,6 @@ vtk_module_find_package( PACKAGE Boost diff --git a/mingw-w64-vtk/PKGBUILD b/mingw-w64-vtk/PKGBUILD index 238e11fe76..5916cc63ef 100644 --- a/mingw-w64-vtk/PKGBUILD +++ b/mingw-w64-vtk/PKGBUILD @@ -4,8 +4,8 @@ _realname=vtk pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=9.3.0 -pkgrel=13 +pkgver=9.3.1 +pkgrel=1 pkgdesc="A software system for 3D computer graphics, image processing and visualization (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -105,15 +105,13 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-adios2: I/O ADIOS2" source=(https://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz "001-no-exact-version-for-fast_float.patch" "002-Fix-build-with-gcc-13.patch" - "003-always-link-with-pdalcpp.patch::https://gitlab.kitware.com/vtk/vtk/-/commit/ccee5db7.patch" "004-accept-future-versions-of-boost-and-occ.patch" "007-dll-export-some-functions.patch" "008-Fix-vtkm_openmp-exported-target.patch") -sha256sums=('fdc7b9295225b34e4fdddc49cd06e66e94260cb00efee456e0f66568c9681be9' +sha256sums=('8354ec084ea0d2dc3d23dbe4243823c4bfc270382d0ce8d658939fd50061cab8' '411b0521fcd2864acae0af20ba6334f69f7c605c9e31996529f64aa749d61065' '20733e97ccf9b0a8e615c75936ce5e4c1db0ac00e9cac30bc359d5912da38990' - '5b734e933a91e316ec9b95f5f526e35d096cb3db2ba4868f8a7c432ec0c3d530' - '43b8a8cb2e4b5c1cd9dbe12f01fbbc234013e77acfd0bc7b0d62306cfcfd69e6' + 'a44b3ba4bdc02be4767ff48b8a7fd4206a53756a881421fca99f538b08a7b48c' 'a9b9292be90c259f0aa058e3f4a7a08b6218f20e6cb2a71e214acda2d2302a50' '988ef1d43dadf1da157fc69398f545c6d2e82d2dabd7cb830e9fba9ebaba34ac') @@ -132,7 +130,6 @@ prepare() { apply_patch_with_msg \ 001-no-exact-version-for-fast_float.patch \ 002-Fix-build-with-gcc-13.patch \ - 003-always-link-with-pdalcpp.patch \ 004-accept-future-versions-of-boost-and-occ.patch \ 008-Fix-vtkm_openmp-exported-target.patch