[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: libva: Update to 2.19.0.
From: |
guix-commits |
Subject: |
04/06: gnu: libva: Update to 2.19.0. |
Date: |
Sat, 29 Jul 2023 22:07:29 -0400 (EDT) |
podiki pushed a commit to branch master
in repository guix.
commit ccb5e1872668deb942517ac2dc6207308d3bf117
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Jul 17 14:52:32 2023 +0800
gnu: libva: Update to 2.19.0.
* gnu/packages/video.scm (libva): Update to 2.19.0.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 876541e21e..c35890e9d8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1506,14 +1506,14 @@ quality and performance.")
(define-public libva
(package
(name "libva")
- (version "2.18.0")
+ (version "2.19.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/intel/libva/releases/download/"
version "/libva-" version ".tar.bz2"))
(sha256
- (base32 "10j9rm6ajgp3fda7pwl058lchdip0wq20bvydil28ff2l3mpwmx3"))))
+ (base32 "0x113spshsjcqh4pk8rkqq4r8vxf1nm83ym6ppp7zpsrsncfffwn"))))
(build-system gnu-build-system)
(native-inputs
(list config pkg-config))
- branch master updated (6b903e2104 -> 4f0ce65b74), guix-commits, 2023/07/29
- 02/06: gnu: mesa: Ungraft., guix-commits, 2023/07/29
- 04/06: gnu: libva: Update to 2.19.0.,
guix-commits <=
- 03/06: gnu: mesa: Enable zstd compression for shader cache., guix-commits, 2023/07/29
- 05/06: gnu: wayland-protocols: Update to 1.32., guix-commits, 2023/07/29
- 06/06: gnu: mesa: Update to 23.1.4., guix-commits, 2023/07/29
- 01/06: gnu: mesa: Fix VDPAU drivers path., guix-commits, 2023/07/29