guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libva: Update to 1.7.0.


From: Efraim Flashner
Subject: 03/04: gnu: libva: Update to 1.7.0.
Date: Mon, 16 May 2016 03:10:50 +0000 (UTC)

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

commit 5c1c2254cbf61b57b1d31cfdc40ec042aa55218b
Author: Efraim Flashner <address@hidden>
Date:   Mon May 9 11:04:29 2016 +0300

    gnu: libva: Update to 1.7.0.
    
    * gnu/packages/video.scm (libva): Update to 1.7.0.
    [home-page]: Use https.
---
 gnu/packages/video.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6578a40..1bd5198 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -323,7 +323,7 @@ SMPTE 314M.")
 (define-public libva
   (package
     (name "libva")
-    (version "1.6.1")
+    (version "1.7.0")
     (source
      (origin
        (method url-fetch)
@@ -331,7 +331,7 @@ SMPTE 314M.")
              "https://www.freedesktop.org/software/vaapi/releases/libva/libva-";
              version".tar.bz2"))
        (sha256
-        (base32 "0bjfb5s8dk3lql843l91ffxzlq47isqks5sj19cxh7j3nhzw58kz"))))
+        (base32 "0py9igf4kicj7ji22bjawkpd6my013qpg0s4ir2np9l1rk5vr2d6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -362,7 +362,7 @@ SMPTE 314M.")
        #:make-flags
        (list (string-append "dummy_drv_video_ladir="
                             (assoc-ref %outputs "out") "/lib/dri"))))
-    (home-page "http://www.freedesktop.org/wiki/Software/vaapi/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/vaapi/";)
     (synopsis "Video acceleration library")
     (description "The main motivation for VA-API (Video Acceleration API) is
 to enable hardware accelerated video decode/encode at various



reply via email to

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