vapoursynth-plugin-vsmuxtools-git
MEDIUM
maintainer TheFeelTrain
0 votes
scanned 2026-08-30 19:44:01.063593
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=vsmuxtools
4
pkgname=vapoursynth-plugin-${_plug}-git
5
pkgver=0.4.2.2.g44bf19b
6
pkgrel=1
7
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
8
arch=('any')
9
url='https://github.com/Jaded-Encoding-Thaumaturgy/vs-muxtools'
10
license=('MIT')
11
depends=(
12
'vapoursynth'
13
'vapoursynth-plugin-vstools'
14
'python-numpy'
15
'python-muxtools'
16
)
17
makedepends=(
18
'git'
19
'python-build'
20
'python-wheel'
21
'python-installer'
22
'python-setuptools'
23
'python-hatchling'
24
'python-versioningit'
25
)
26
provides=("vapoursynth-plugin-${_plug}")
27
conflicts=("vapoursynth-plugin-${_plug}")
28
source=("${_plug}::git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-muxtools.git")
29
sha256sums=('SKIP')
30
31
pkgver() {
32
cd "${_plug}"
33
echo "$(git describe --long --tags | tr - . | tr -d v)"
34
}
35
36
build() {
37
cd "${_plug}"
38
python -m build --wheel --no-isolation
39
}
40
41
package() {
42
cd "${_plug}"
43
python -m installer --destdir="${pkgdir}" dist/*.whl
44
45
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/tools/${_plug}/README.md"
46
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |