guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: libvpx: Update to 1.5.0."


From: Efraim Flashner
Subject: 01/01: Revert "gnu: libvpx: Update to 1.5.0."
Date: Thu, 12 Nov 2015 18:00:14 +0000

efraim pushed a commit to branch master
in repository guix.

commit 4f8f15cd5ca6da045ac811552f503b32aced8935
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 12 19:59:42 2015 +0200

    Revert "gnu: libvpx: Update to 1.5.0."
    
    This reverts commit fb3f69394a139fca0d60efb49843599fcc2e6e28.
---
 gnu/packages/video.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d534d74..687057f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -775,7 +775,7 @@ projects while introducing many more.")
 (define-public libvpx
   (package
     (name "libvpx")
-    (version "1.5.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://storage.googleapis.com/";
@@ -783,7 +783,7 @@ projects while introducing many more.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h"))))
+                "1r0ql5kgy0c8mh5w7iiqvsd7w5njl9f9cclc7m52ln8assrdk0pm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (alist-replace
@@ -800,7 +800,7 @@ projects while introducing many more.")
                                      "--size-limit=16384x16384"
                                      (string-append "--prefix=" out)))))
                  %standard-phases)
-       #:tests? #f)) ; tests involve downloading files
+       #:tests? #f)) ; no check target
     (native-inputs
      `(("perl" ,perl)
        ("yasm" ,yasm)))



reply via email to

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