vapoursynth-plugin-lsmashsource-git

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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion