diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-10 18:57:40 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-10 21:04:24 +0100 |
commit | fcf7cd00414422189a56400c34e8372fd6707022 (patch) | |
tree | cad0b64b102fdd44f320d77b46b3777f28d4aecd /gnu/packages | |
parent | 143d6589327807f89a209a75158aed2b1d0d2715 (diff) | |
download | patches-fcf7cd00414422189a56400c34e8372fd6707022.tar patches-fcf7cd00414422189a56400c34e8372fd6707022.tar.gz |
gnu: libva: Update to 2.4.0.
* gnu/packages/video.scm (libva): Update to 2.4.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c0f439ea93..a5a684c67e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -627,7 +627,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libva (package (name "libva") - (version "2.3.0") + (version "2.4.0") (source (origin (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/" "libva/libva-" version "/libva-" version ".tar.bz2"))) (sha256 - (base32 "1r6wiw4k044cpb39rfqqdw6qmzw0268whpz124hywck9v980x130")))) + (base32 "14ckq67z3pcd7jrnrm3ckss440g6dzp2m0ff5rps54qmq9b309lr")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |