guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: libva: Update to 2.5.0.


From: guix-commits
Subject: 15/20: gnu: libva: Update to 2.5.0.
Date: Sun, 4 Aug 2019 07:53:28 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 81e74dc80bff444d7feebec32381a8fb41c514a6
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 1 14:27:11 2019 +0200

    gnu: libva: Update to 2.5.0.
    
    * gnu/packages/video.scm (libva): Update to 2.5.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 9febda6..e46984e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -700,7 +700,7 @@ libebml is a C++ library to read and write EBML files.")
 (define-public libva
   (package
     (name "libva")
-    (version "2.4.1")
+    (version "2.5.0")
     (source
      (origin
        (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/";
                             "libva/libva-" version "/libva-" version 
".tar.bz2")))
        (sha256
-        (base32 "0w7fkkrnfizzglviybxiyhxcvd3mfsiqlpda7rwj3ccihn857q79"))))
+        (base32 "0y38mw1ggxm15zq06r4qpwhd5wx4bppw1rsxpr6sq1m5d79rra1s"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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