venus-protocol-git
LOW
maintainer orphaned
0 votes
scanned 2026-09-09 15:19:51.016417
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: Lone_Wolf <lone_wolf@klaas-de-kat.nl>
2
3
pkgname=venus-protocol-git
4
pkgdesc="Virtio-GPU protocol for Vulkan command serialization"
5
pkgver=r378.3b74c14
6
pkgrel=1
7
arch=('any')
8
makedepends=(
9
git meson ninja python-mako
10
)
11
depends=(
12
)
13
provides=(venus-protocol)
14
conflicts=(
15
venus-protocol
16
)
17
url="https://docs.mesa3d.org/drivers/venus.html"
18
license=('LicenseRef-unknown')
19
source=(
20
'venus-protocol-git::git+https://gitlab.freedesktop.org/virgl/venus-protocol.git'
21
)
22
sha256sums=('SKIP'
23
)
24
25
26
pkgver() {
27
cd $pkgname
28
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
29
}
30
31
build () {
32
33
meson setup $pkgname _build
34
meson configure --no-pager _build
35
meson compile -C _build
36
}
37
38
package() {
39
meson install -C _build --destdir "$pkgdir"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 15:19:51 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 17:21:34 | Low | 1 |