guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dav1d: Add a source file name.


From: guix-commits
Subject: branch master updated: gnu: dav1d: Add a source file name.
Date: Wed, 25 Nov 2020 19:07:50 -0500

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f36bee1  gnu: dav1d: Add a source file name.
f36bee1 is described below

commit f36bee1416ffb1ce1111168bca82e7d0313d65dc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 26 01:06:32 2020 +0100

    gnu: dav1d: Add a source file name.
    
    * gnu/packages/video.scm (dav1d)[source](file-name): New field.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 26018a0..f1b724e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4385,6 +4385,7 @@ transitions, and effects and then export your film to 
many common formats.")
         (uri (git-reference
                (url "https://code.videolan.org/videolan/dav1d.git";)
                (commit version)))
+        (file-name (git-file-name name version))
         (sha256
          (base32
           "0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv"))))



reply via email to

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