lib32-libvdpau

LOW
maintainer shira 1 votes scanned 2026-08-27 03:31:49.411297
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: Maxime Gauduin <alucryd@gmail.com>
2# Contributor: Jan de Groot <jgc@archlinux.org>
3
4pkgname=lib32-libvdpau
5pkgver=1.5
6pkgrel=5
7pkgdesc='Nvidia VDPAU library'
8arch=(x86_64)
9url=https://www.freedesktop.org/wiki/Software/VDPAU/
10license=(custom)
11depends=(
12 lib32-libxext
13 libvdpau
14)
15makedepends=(
16 git
17 meson
18 xorgproto
19)
20optdepends=(
21 'lib32-nvidia-utils: driver for NVIDIA'
22)
23provides=(
24 libvdpau.so
25)
26_tag=b40ac3c8f6cac061ddd5ed70c8305238f97a1b25
27source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=${_tag})
28b2sums=('SKIP')
29
30pkgver() {
31 cd libvdpau
32 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
33}
34
35build() {
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
45package() {
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)SeverityRules
2026-08-27 03:31:49 Low 1
2026-08-25 00:14:31 Clean 2
2026-08-24 23:24:42 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