gnu: libvdpau: Update to 1.5.

* gnu/packages/video.scm (libvdpau): Update to 1.5.
This commit is contained in:
Marius Bakke 2022-07-01 22:16:08 +02:00
parent 6c83dd6f4e
commit cf2e29cc30
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3468,7 +3468,7 @@ Wayland compositors.")
(define-public libvdpau (define-public libvdpau
(package (package
(name "libvdpau") (name "libvdpau")
(version "1.4") (version "1.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3478,7 +3478,7 @@ Wayland compositors.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hc4mcrbr1yhfiy4zfd8wc2iiqbp90z6jswap0jia20vmyk5lqld")))) "1zfbh5q9adzlydpgwq7hl5w1j2b29j7zns6dxf9fp9pvkj23fz5l"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))