libva-v4l2_request-asahi

LOW
maintainer noahvogt 0 votes scanned 2026-09-23 15:40:39.984319
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Noah Vogt <noah@noahvogt.com>
2# Based on libva-v4l2_request by Vasily Khoruzhick <anarsoul@gmail.com>
3
4pkgname=libva-v4l2_request-asahi
5_pkgname=libva-v4l2_request
6pkgver=1.3
7pkgrel=2
8pkgdesc='VA-API implementation for V4L2 stateless video decoders (Asahi fork with Apple AVD fixes)'
9arch=(aarch64)
10url=https://github.com/sofus13/libva-v4l2_request
11license=(GPL-3.0-or-later)
12depends=(
13 glibc
14 libva
15 libdrm
16)
17makedepends=(
18 git
19 linux-api-headers
20 meson
21)
22provides=("${_pkgname}=${pkgver}")
23conflicts=("${_pkgname}")
24source=("${_pkgname}::git+https://github.com/sofus13/libva-v4l2_request.git#tag=${pkgver}")
25b2sums=('08def9056d9d97e1cac1f5ee7d4819c14957819e2c31e5d9b70d0acd940d2d4ee384f0c06202326b834bc9b411233d51ca595cbae9039c54605128bd90a250c0')
26
27build() {
28 arch-meson "${_pkgname}" build
29 ninja -C build
30}
31
32package() {
33 DESTDIR="${pkgdir}" meson install -C build
34 install -Dm 644 "${srcdir}/${_pkgname}/COPYING" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
35}
36
37# vim: ts=2 sw=2 et:
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 15:40:39 Low 1

Report a package

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

0 / 4000
Your suggestion