vapoursynth-plugin-vodesfunc-git
MEDIUM
maintainer TheFeelTrain
0 votes
scanned 2026-08-26 01:28:49.644801
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Josh Holmer <jholmer.in@gmail.com>
2
3
_plug=vodesfunc
4
pkgname=vapoursynth-plugin-${_plug}-git
5
pkgver=1.6.1.21.gb87c906
6
pkgrel=2
7
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
8
arch=('any')
9
url='https://github.com/Vodes/vodesfunc'
10
license=('MIT')
11
depends=(
12
'vapoursynth'
13
'vapoursynth-plugin-vsscale'
14
'vapoursynth-plugin-vsrgtools'
15
'vapoursynth-plugin-vskernels'
16
'vapoursynth-plugin-vstools'
17
'vapoursynth-plugin-vsmasktools'
18
'vapoursynth-plugin-vsmuxtools'
19
'vapoursynth-plugin-descale-jet-git'
20
)
21
makedepends=(
22
'git'
23
'python-build'
24
'python-wheel'
25
'python-installer'
26
'python-setuptools'
27
)
28
provides=("vapoursynth-plugin-${_plug}")
29
conflicts=("vapoursynth-plugin-${_plug}")
30
source=("${_plug}::git+https://github.com/Vodes/vodesfunc.git")
31
sha256sums=('SKIP')
32
33
pkgver() {
34
cd "${_plug}"
35
echo "$(git describe --long --tags | tr - . | tr -d v)"
36
}
37
38
build() {
39
cd "${_plug}"
40
python -m build --wheel --no-isolation
41
}
42
43
package() {
44
cd "${_plug}"
45
python -m installer --destdir="${pkgdir}" dist/*.whl
46
47
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/tools/${_plug}/README.md"
48
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 01:28:49 | Medium | 1 |
| 2026-08-26 00:12:07 | Low | 2 |
| 2026-08-25 23:28:42 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |