libva-v4l2_request-asahi
LOW
maintainer noahvogt
0 votes
scanned 2026-09-23 15:40:39.984319
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
4
pkgname=libva-v4l2_request-asahi
5
_pkgname=libva-v4l2_request
6
pkgver=1.3
7
pkgrel=2
8
pkgdesc='VA-API implementation for V4L2 stateless video decoders (Asahi fork with Apple AVD fixes)'
9
arch=(aarch64)
10
url=https://github.com/sofus13/libva-v4l2_request
11
license=(GPL-3.0-or-later)
12
depends=(
13
glibc
14
libva
15
libdrm
16
)
17
makedepends=(
18
git
19
linux-api-headers
20
meson
21
)
22
provides=("${_pkgname}=${pkgver}")
23
conflicts=("${_pkgname}")
24
source=("${_pkgname}::git+https://github.com/sofus13/libva-v4l2_request.git#tag=${pkgver}")
25
b2sums=('08def9056d9d97e1cac1f5ee7d4819c14957819e2c31e5d9b70d0acd940d2d4ee384f0c06202326b834bc9b411233d51ca595cbae9039c54605128bd90a250c0')
26
27
build() {
28
arch-meson "${_pkgname}" build
29
ninja -C build
30
}
31
32
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-23 15:40:39 | Low | 1 |