guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libva: Update to 2.1.0.


From: Marius Bakke
Subject: 02/04: gnu: libva: Update to 2.1.0.
Date: Sat, 17 Feb 2018 11:24:51 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 2c01c42e9be13b7274241724ba92a899b372bbd3
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 17 16:57:15 2018 +0100

    gnu: libva: Update to 2.1.0.
    
    * gnu/packages/video.scm (libva): Update to 2.1.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 61fe62f..371d90a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -536,7 +536,7 @@ libebml is a C++ library to read and write EBML files.")
 (define-public libva
   (package
     (name "libva")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
@@ -548,7 +548,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 "0cz5i62jnibmnx0i80i9yipq39v16qr6fw461f6hvrh9lbwh21mv"))))
+        (base32 "03sb1b3fxw8myf9kz6rxw5f3v1p0vfmk34779qx0q8fk24x9bypk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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