lib32-v4l-utils
MEDIUM
maintainer groctel
2 votes
scanned 2026-08-30 19:44:01.063593
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
3
pkgname=lib32-$_pkgbasename
4
pkgver=1.32.0
5
pkgrel=1
6
pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
7
arch=('x86_64')
8
url="https://linuxtv.org/"
9
provides=("lib32-libv4l=$pkgver")
10
replaces=('lib32-libv4l')
11
conflicts=('lib32-libv4l')
12
license=('LGPL')
13
depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd' 'lib32-libglvnd' 'lib32-json-c')
14
makedepends=('meson' 'clang' 'lib32-libbpf')
15
source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.xz
16
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.xz.asc)
17
validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny@googlemail.com>
18
sha512sums=('5bf24c28ec66a7ac1a0c9ee976521d825d4c2f8abbbeb59c7ac55e89db10dde6ebb643d238d217d636d79fda363244558fee1effe8c5e8c573c1a3e957fe391f'
19
'SKIP')
20
21
prepare() {
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
27
build() {
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
37
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 2 |
| 2026-08-16 19:35:37 | Clean | 3 |
| 2026-08-16 19:33:38 | Medium | 2 |