guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: libva: Update to 1.7.0."


From: Efraim Flashner
Subject: 01/01: Revert "gnu: libva: Update to 1.7.0."
Date: Tue, 10 May 2016 08:48:33 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 26fceae21a26b3bc1e0ccfceb65b9c4be15733b1
Author: Efraim Flashner <address@hidden>
Date:   Tue May 10 11:48:12 2016 +0300

    Revert "gnu: libva: Update to 1.7.0."
    
    This reverts commit cdda334ec2fcdd5946ba60853b7312283bf89712.
---
 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 1bd5198..6578a40 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.7.0")
+    (version "1.6.1")
     (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 "0py9igf4kicj7ji22bjawkpd6my013qpg0s4ir2np9l1rk5vr2d6"))))
+        (base32 "0bjfb5s8dk3lql843l91ffxzlq47isqks5sj19cxh7j3nhzw58kz"))))
     (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 "https://www.freedesktop.org/wiki/Software/vaapi/";)
+    (home-page "http://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]