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
3pkgname=libnoidea-git
4pkgver=r42.g5f1bcc1
5pkgrel=1
6pkgdesc='Library to interact with Network Device Interface (NDI) streams (git version)'
7arch=('x86_64')
8url='https://code.videolan.org/videolan/libnoidea/'
9license=('LGPL-2.1-or-later')
10depends=(
11 'glibc'
12 'libmicrodns')
13makedepends=(
14 'git'
15 'meson')
16provides=('libnoidea' 'libndi-git')
17conflicts=('libnoidea' 'libndi-git')
18replaces=('libndi-git')
19source=('git+https://code.videolan.org/videolan/libnoidea.git')
20sha256sums=('SKIP')
21
22pkgver() {
23 printf 'r%s.g%s' "$(git -C libnoidea rev-list --count HEAD)" "$(git -C libnoidea rev-parse --short HEAD)"
24}
25
26build() {
27 arch-meson build libnoidea -Dmicrodns='enabled'
28 meson compile -C build
29}
30
31check() {
32 meson test -C build --print-errorlogs
33}
34
35package() {
36 meson install -C build --destdir "$pkgdir"
37}
38

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion