gnu: libva: Update to 2.5.0.
* gnu/packages/video.scm (libva): Update to 2.5.0.master
parent
1648530f4a
commit
81e74dc80b
|
@ -700,7 +700,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.4.1")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -712,7 +712,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 "0w7fkkrnfizzglviybxiyhxcvd3mfsiqlpda7rwj3ccihn857q79"))))
|
(base32 "0y38mw1ggxm15zq06r4qpwhd5wx4bppw1rsxpr6sq1m5d79rra1s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue