libnoidea-git
maintainer dbermond
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from the project's own git repository on a plausibly official host (videolan.org), which is normal for AUR packages; the low severity is due to few votes and recent upload, not code risk.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own git repository on a plausibly official host (videolan.org), which is normal for AUR packages; the low severity is due to few votes and recent upload, not code risk.
PKGBUILD
1
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
2
3
pkgname=libnoidea-git
4
pkgver=r42.g5f1bcc1
5
pkgrel=1
6
pkgdesc='Library to interact with Network Device Interface (NDI) streams (git version)'
7
arch=('x86_64')
8
url='https://code.videolan.org/videolan/libnoidea/'
9
license=('LGPL-2.1-or-later')
10
depends=(
11
'glibc'
12
'libmicrodns')
13
makedepends=(
14
'git'
15
'meson')
16
provides=('libnoidea' 'libndi-git')
17
conflicts=('libnoidea' 'libndi-git')
18
replaces=('libndi-git')
19
source=('git+https://code.videolan.org/videolan/libnoidea.git')
20
sha256sums=('SKIP')
21
22
pkgver() {
23
printf 'r%s.g%s' "$(git -C libnoidea rev-list --count HEAD)" "$(git -C libnoidea rev-parse --short HEAD)"
24
}
25
26
build() {
27
arch-meson build libnoidea -Dmicrodns='enabled'
28
meson compile -C build
29
}
30
31
check() {
32
meson test -C build --print-errorlogs
33
}
34
35
package() {
36
meson install -C build --destdir "$pkgdir"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 15:30:38 | LOW | 2 |