mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: libvdpau: Update to 1.5.
* gnu/packages/video.scm (libvdpau): Update to 1.5.
This commit is contained in:
parent
6c83dd6f4e
commit
cf2e29cc30
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue