gnu: libva: Update to 2.0.0.
* gnu/packages/video.scm (libva): Update to 2.0.0.
This commit is contained in:
parent
4527a97fac
commit
e2179529b7
|
@ -533,7 +533,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 "1.8.3")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -545,7 +545,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 "16xbk0awl7wp0vy0nyjvxk11spbw25mp8kwd9bmhd6x9xffi5vjn"))))
|
(base32 "0cz5i62jnibmnx0i80i9yipq39v16qr6fw461f6hvrh9lbwh21mv"))))
|
||||||
(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