lib32-v4l-utils

MEDIUM
maintainer groctel 2 votes scanned 2026-08-30 19:44:01.063593
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:15 source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.xz
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 offending line(s) highlighted
1# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
2_pkgbasename=v4l-utils
3pkgname=lib32-$_pkgbasename
4pkgver=1.32.0
5pkgrel=1
6pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
7arch=('x86_64')
8url="https://linuxtv.org/"
9provides=("lib32-libv4l=$pkgver")
10replaces=('lib32-libv4l')
11conflicts=('lib32-libv4l')
12license=('LGPL')
13depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd' 'lib32-libglvnd' 'lib32-json-c')
14makedepends=('meson' 'clang' 'lib32-libbpf')
15source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.xz
16 https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.xz.asc)
17validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny@googlemail.com>
18sha512sums=('5bf24c28ec66a7ac1a0c9ee976521d825d4c2f8abbbeb59c7ac55e89db10dde6ebb643d238d217d636d79fda363244558fee1effe8c5e8c573c1a3e957fe391f'
19 'SKIP')
20
21prepare() {
22 # HACK: inform upstream to make this configurable
23 cd "${_pkgbasename}-${pkgver}"
24 sed -i 's/sbin/bin/' utils/v4l2-dbg/meson.build
25}
26
27build() {
28 export CC="gcc -m32"
29 export CXX="g++ -m32"
30 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
31
32 arch-meson -Dgconv=disabled -Ddoxygen-doc=disabled -Dqv4l2=disabled -Dqvidcap=disabled \
33 "${_pkgbasename}-${pkgver}" build --libdir=/usr/lib32
34 meson compile -C build
35}
36
37package() {
38 meson install -C build --destdir "$pkgdir"
39 rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin,lib},etc}
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 19:44:01 Medium 2
2026-08-16 19:35:37 Clean 3
2026-08-16 19:33:38 Medium 2

Report a package

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

0 / 4000
Your suggestion