lib32-libvdpau
LOW
maintainer shira
1 votes
scanned 2026-08-27 03:31:49.411297
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: Maxime Gauduin <alucryd@gmail.com>
2
# Contributor: Jan de Groot <jgc@archlinux.org>
3
4
pkgname=lib32-libvdpau
5
pkgver=1.5
6
pkgrel=5
7
pkgdesc='Nvidia VDPAU library'
8
arch=(x86_64)
9
url=https://www.freedesktop.org/wiki/Software/VDPAU/
10
license=(custom)
11
depends=(
12
lib32-libxext
13
libvdpau
14
)
15
makedepends=(
16
git
17
meson
18
xorgproto
19
)
20
optdepends=(
21
'lib32-nvidia-utils: driver for NVIDIA'
22
)
23
provides=(
24
libvdpau.so
25
)
26
_tag=b40ac3c8f6cac061ddd5ed70c8305238f97a1b25
27
source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=${_tag})
28
b2sums=('SKIP')
29
30
pkgver() {
31
cd libvdpau
32
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
33
}
34
35
build() {
36
arch-meson libvdpau build --cross-file lib32
37
meson compile -C build
38
}
39
40
# According to BLFS's documentation there is only one test for this package (dlclose), and it's known to failed on some systems. Disabled until further notice
41
# check() {
42
# meson test -C build --print-errorlogs
43
# }
44
45
package() {
46
meson install -C build --destdir "$pkgdir"
47
rm -rf "${pkgdir}"/{etc,usr/include}
48
49
install -dm 755 "${pkgdir}"/usr/share/licenses
50
ln -s libvdpau "${pkgdir}"/usr/share/licenses/lib32-libvdpau
51
}
52
53
# vim:set sw=2 sts=-1 et:
54
Changes since previous scan
--- PKGBUILD @ 2026-08-25 00:14+++ PKGBUILD @ 2026-08-27 03:31@@ -3,7 +3,7 @@ pkgname=lib32-libvdpau pkgver=1.5-pkgrel=4+pkgrel=5 pkgdesc='Nvidia VDPAU library' arch=(x86_64) url=https://www.freedesktop.org/wiki/Software/VDPAU/@@ -37,9 +37,10 @@ meson compile -C build } -check() {- meson test -C build --print-errorlogs-}+# According to BLFS's documentation there is only one test for this package (dlclose), and it's known to failed on some systems. Disabled until further notice+# check() {+# meson test -C build --print-errorlogs+# } package() { meson install -C build --destdir "$pkgdir"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 03:31:49 | Low | 1 |
| 2026-08-25 00:14:31 | Clean | 2 |
| 2026-08-24 23:24:42 | Low | 1 |