gnu: libva: Update to 2.22.0.

* gnu/packages/video.scm (libva): Update to 2.22.0.

Change-Id: I7eb1b63d0dd7dc576476e8c06ff6d3f016d9c905
This commit is contained in:
John Kehayias 2024-12-11 01:34:13 -05:00
parent e11df98795
commit e02075f37d
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1583,14 +1583,14 @@ (define-public libplacebo
(define-public libva (define-public libva
(package (package
(name "libva") (name "libva")
(version "2.19.0") (version "2.22.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/intel/libva/releases/download/" (uri (string-append "https://github.com/intel/libva/releases/download/"
version "/libva-" version ".tar.bz2")) version "/libva-" version ".tar.bz2"))
(sha256 (sha256
(base32 "0x113spshsjcqh4pk8rkqq4r8vxf1nm83ym6ppp7zpsrsncfffwn")))) (base32 "1f7dwwyndigv032dny23wqp1myz7v3rv734zynrm53accm825np3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list config pkg-config)) (list config pkg-config))