vapoursynth-plugin-lsmashsource-git
MEDIUM
maintainer TheFeelTrain
6 votes
base
foosynth-plugin-lsmashsource-git
scanned 2026-09-27 13:18:29.354985
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: Gustavo Alvarez <sl1pkn07@gmail.com>
2
3
_plug=lsmashsource
4
pkgbase=foosynth-plugin-${_plug}-git
5
pkgname=("vapoursynth-plugin-${_plug}-git")
6
pkgver=1282.0.g0079a06
7
pkgrel=1
8
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
9
arch=('x86_64')
10
url='https://forum.doom9.org/showthread.php?t=167435'
11
license=('LGPL')
12
depends=('vapoursynth'
13
'vapoursynth-api3-headers'
14
'liblsmash.so'
15
'libavcodec.so'
16
'libavformat.so'
17
'libavutil.so'
18
'libswresample.so'
19
'libswscale.so'
20
)
21
makedepends=('git'
22
'meson'
23
'vapoursynth'
24
'l-smash'
25
'ffmpeg'
26
)
27
provides=("vapoursynth-plugin-${_plug}")
28
conflicts=("vapoursynth-plugin-${_plug}")
29
source=("${_plug}::git+https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works.git")
30
sha256sums=('SKIP')
31
32
pkgver() {
33
cd "${_plug}"
34
echo "$(git describe --long --tags | tr - . | tr -d v)"
35
}
36
37
prepare() {
38
mkdir -p build
39
40
rm -fr "${_plug}/include"
41
}
42
43
build() {
44
cd build
45
arch-meson "../${_plug}/VapourSynth" \
46
--buildtype=release
47
48
ninja
49
}
50
51
package_vapoursynth-plugin-lsmashsource-git() {
52
DESTDIR="${pkgdir}" ninja -C build install
53
install -Dm644 "${_plug}/VapourSynth/README.md" "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README"
54
}
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |