mingw-w64-vtk-git
maintainer xantares
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Git repository from the official project host (gitlab.kitware.com), building from source is normal for AUR packages, and the non-whitelisted host is the project's own infrastructure, so the risk is low despite the static analyzer flag.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a Git repository from the official project host (gitlab.kitware.com), building from source is normal for AUR packages, and the non-whitelisted host is the project's own infrastructure, so the risk is low despite the static analyzer flag.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source=("git+https://gitlab.kitware.com/vtk/vtk.git")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=mingw-w64-vtk-git
2
pkgver=r99103.27b35226104
3
pkgrel=1
4
pkgdesc='Software system for 3D computer graphics, image processing, and visualization (mingw-w64)'
5
arch=('any')
6
url='https://www.vtk.org'
7
license=('BSD')
8
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-expat' 'mingw-w64-netcdf' 'mingw-w64-libtiff' 'mingw-w64-libjpeg-turbo' 'mingw-w64-freetype2' 'mingw-w64-libpng' 'mingw-w64-libxml2' 'mingw-w64-hdf5' 'mingw-w64-freeglut' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-double-conversion' 'mingw-w64-pugixml' 'mingw-w64-libtheora' 'mingw-w64-gl2ps' 'mingw-w64-cgns' 'mingw-w64-libharu' 'mingw-w64-verdict' 'mingw-w64-scnlib')
9
makedepends=('mingw-w64-cmake' 'mingw-w64-wine' 'git' 'ninja-makeflags')
10
provides=('mingw-w64-vtk')
11
conflicts=('mingw-w64-vtk')
12
options=('!buildflags' 'staticlibs' '!strip')
13
source=("git+https://gitlab.kitware.com/vtk/vtk.git")
14
sha256sums=('SKIP')
15
16
_architectures="x86_64-w64-mingw32"
17
18
pkgver () {
19
cd "${srcdir}/vtk"
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
prepare() {
24
cd "${srcdir}/vtk"
25
}
26
27
build() {
28
cd "${srcdir}/vtk"
29
for _arch in ${_architectures}; do
30
${_arch}-cmake -G Ninja \
31
-DCMAKE_MAKE_PROGRAM=/usr/bin/ninja-makeflags \
32
-DCMAKE_BUILD_TYPE=Release \
33
-DVTK_USE_EXTERNAL=ON \
34
-DVTK_BUILD_TESTING=OFF \
35
-DVTK_QT_VERSION=5 \
36
-DVTK_MODULE_USE_EXTERNAL_VTK_cli11=OFF \
37
-DVTK_MODULE_USE_EXTERNAL_VTK_ioss=OFF \
38
-DVTK_MODULE_USE_EXTERNAL_VTK_eigen=OFF \
39
-DVTK_MODULE_USE_EXTERNAL_VTK_exprtk=OFF \
40
-DVTK_MODULE_USE_EXTERNAL_VTK_fmt=OFF \
41
-DVTK_MODULE_USE_EXTERNAL_VTK_fast_float=OFF \
42
-DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson=OFF \
43
-DVTK_MODULE_USE_EXTERNAL_VTK_pegtl=OFF \
44
-DVTK_MODULE_USE_EXTERNAL_VTK_token=OFF \
45
-DVTK_MODULE_USE_EXTERNAL_VTK_utf8=OFF \
46
-DVTK_MODULE_ENABLE_VTK_GUISupportQt=YES \
47
-DVTK_MODULE_ENABLE_VTK_cli11=YES \
48
-DVTK_MODULE_ENABLE_VTK_FiltersParallelStatistics=YES \
49
-DVTK_MODULE_ENABLE_VTK_FiltersParallelVerdict=YES \
50
-DVTK_MODULE_ENABLE_VTK_FiltersParallelDIY2=YES \
51
-DVTK_MODULE_ENABLE_VTK_IOAvmesh=YES \
52
-DVTK_MODULE_ENABLE_VTK_IOH5part=YES \
53
-DVTK_MODULE_ENABLE_VTK_IOH5Rage=YES \
54
-DVTK_MODULE_ENABLE_VTK_IOOMF=YES \
55
-DVTK_MODULE_ENABLE_VTK_IOParallelExodus=YES \
56
-DVTK_MODULE_ENABLE_VTK_IOParallelLSDyna=YES \
57
-DVTK_MODULE_ENABLE_VTK_IOPIO=YES \
58
-DVTK_MODULE_ENABLE_VTK_IOTRUCHAS=YES \
59
-DVTK_MODULE_ENABLE_VTK_IOVPIC=YES \
60
-DVTK_MODULE_ENABLE_VTK_IOXdmf2=YES \
61
-DVTK_MODULE_ENABLE_VTK_RenderingParallel=YES \
62
-DVTK_MODULE_ENABLE_VTK_RenderingVolumeAMR=YES \
63
-B build-${_arch} .
64
cmake --build build-${_arch}
65
done
66
}
67
68
package() {
69
cd "$srcdir/vtk"
70
for _arch in ${_architectures}; do
71
DESTDIR="$pkgdir" cmake --install build-${_arch}
72
rm -r "$pkgdir"/usr/${_arch}/share
73
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
74
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
75
done
76
}
77
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |