guix-commits
[Top][All Lists]
Advanced

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

08/40: gnu: libva: Update to 2.10.0.


From: guix-commits
Subject: 08/40: gnu: libva: Update to 2.10.0.
Date: Sun, 13 Dec 2020 15:46:14 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 575f83504b5b4f6a92eac7a3eeb2a0c206618138
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 16:26:05 2020 +0100

    gnu: libva: Update to 2.10.0.
    
    * gnu/packages/video.scm (libva): Update to 2.10.0.
    [source](uri): Change to new URL.  Remove old mirror.
---
 gnu/packages/video.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f4c7174..e4576de 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1328,19 +1328,14 @@ libebml is a C++ library to read and write EBML files.")
 (define-public libva
   (package
     (name "libva")
-    (version "2.9.0")
+    (version "2.10.0")
     (source
      (origin
        (method url-fetch)
-       (uri (list
-             ;; Newer releases are only available on GitHub.
-             (string-append "https://github.com/01org/libva/releases/download/";
-                            version "/libva-" version ".tar.bz2")
-             ;; Keep the old URL around for compatibility.
-             (string-append 
"https://www.freedesktop.org/software/vaapi/releases/";
-                            "libva/libva-" version "/libva-" version 
".tar.bz2")))
+       (uri (string-append "https://github.com/intel/libva/releases/download/";
+                           version "/libva-" version ".tar.bz2"))
        (sha256
-        (base32 "0jsq6ia3fzyzvq7lxsrn4a8kn2kx4z3v777xkxn6k4ny5lww2i73"))))
+        (base32 "0dh2zjn6wi74ga75r6pbrrj8hjm213zyxvn9bv78z0fra1dy70gs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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