guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: libva: Update to 2.0.0.


From: Marius Bakke
Subject: 05/10: gnu: libva: Update to 2.0.0.
Date: Wed, 1 Nov 2017 18:36:28 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e2179529b76271c3f632e137e48e6b0054768ccd
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 1 23:14:47 2017 +0100

    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(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9fd252a..42a1534 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]