From e2179529b76271c3f632e137e48e6b0054768ccd Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 1 Nov 2017 23:14:47 +0100 Subject: gnu: libva: Update to 2.0.0. * gnu/packages/video.scm (libva): Update to 2.0.0. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 9fd252aaf2..42a15340ea 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -533,7 +533,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libva (package (name "libva") - (version "1.8.3") + (version "2.0.0") (source (origin (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/" "libva/libva-" version "/libva-" version ".tar.bz2"))) (sha256 - (base32 "16xbk0awl7wp0vy0nyjvxk11spbw25mp8kwd9bmhd6x9xffi5vjn")))) + (base32 "0cz5i62jnibmnx0i80i9yipq39v16qr6fw461f6hvrh9lbwh21mv")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3