guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dav1d: Update to 0.8.0.


From: guix-commits
Subject: branch master updated: gnu: dav1d: Update to 0.8.0.
Date: Wed, 25 Nov 2020 15:12:19 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b6404ff  gnu: dav1d: Update to 0.8.0.
b6404ff is described below

commit b6404ffe006f968a62b4cdf62f0ffa4a31b4ed26
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Nov 25 14:31:53 2020 -0500

    gnu: dav1d: Update to 0.8.0.
    
    * gnu/packages/video.scm (dav1d): Update to 0.8.0.
    [source]: Use GIT-FETCH, because there is no tarball for 0.8.0.
---
 gnu/packages/video.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 26cd358..44bc098 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4378,15 +4378,16 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.7.1")
+    (version "0.8.0")
     (source
       (origin
-        (method url-fetch)
-        (uri (string-append "https://downloads.videolan.org/pub/videolan";
-                            "/dav1d/" version "/dav1d-" version ".tar.xz"))
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://code.videolan.org/videolan/dav1d.git";)
+               (commit version)))
         (sha256
          (base32
-          "1hnkfcg57bv5rib6cnj39dy1jx0q7zi5fb2fz52hf2y0bv8bad1k"))))
+          "0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv"))))
     (build-system meson-build-system)
     (native-inputs `(("nasm" ,nasm)))
     (home-page "https://code.videolan.org/videolan/dav1d";)



reply via email to

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