guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: libvpx: Update to 1.7.0.


From: Marius Bakke
Subject: 10/10: gnu: libvpx: Update to 1.7.0.
Date: Thu, 1 Feb 2018 06:14:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8a4644336d5063fd0bf43e90e3c0823c76e82e4e
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 12:06:17 2018 +0100

    gnu: libvpx: Update to 1.7.0.
    
    * gnu/packages/video.scm (libvpx): Update to 1.7.0.
    [source]: Use GIT-FETCH.
---
 gnu/packages/video.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0f419e3..8cbe590 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1115,15 +1115,17 @@ access to mpv's powerful playback capabilities.")
 (define-public libvpx
   (package
     (name "libvpx")
-    (version "1.6.1")
+    (version "1.7.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "http://storage.googleapis.com/";
-                                  "downloads.webmproject.org/releases/webm/"
-                                  name "-" version ".tar.bz2"))
+              ;; XXX: Upstream does not provide tarballs for > 1.6.1.
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://chromium.googlesource.com/webm/libvpx";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "06d8hqjkfs6wl45qf4pwh1kpbvkx6cwywd5y8d4lgagvjwm0qb0w"))
+                "0vvh89hvp8qg9an9vcmwb7d9k3nixhxaz6zi65qdjnd0i56kkcz6"))
               (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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