gnu: libva: Update to 2.4.0.
* gnu/packages/video.scm (libva): Update to 2.4.0.
This commit is contained in:
parent
143d658932
commit
fcf7cd0041
|
@ -627,7 +627,7 @@ libebml is a C++ library to read and write EBML files.")
|
||||||
(define-public libva
|
(define-public libva
|
||||||
(package
|
(package
|
||||||
(name "libva")
|
(name "libva")
|
||||||
(version "2.3.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -639,7 +639,7 @@ libebml is a C++ library to read and write EBML files.")
|
||||||
(string-append "https://www.freedesktop.org/software/vaapi/releases/"
|
(string-append "https://www.freedesktop.org/software/vaapi/releases/"
|
||||||
"libva/libva-" version "/libva-" version ".tar.bz2")))
|
"libva/libva-" version "/libva-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r6wiw4k044cpb39rfqqdw6qmzw0268whpz124hywck9v980x130"))))
|
(base32 "14ckq67z3pcd7jrnrm3ckss440g6dzp2m0ff5rps54qmq9b309lr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue