GNU bug report logs - #33710
[PATCH] gnu: Add dav1d.

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Tue, 11 Dec 2018 19:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33710 in the body.
You can then email your comments to 33710 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33710; Package guix-patches. (Tue, 11 Dec 2018 19:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Efraim Flashner <efraim <at> flashner.co.il>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 11 Dec 2018 19:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: guix-patches <at> gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: [PATCH] gnu: Add dav1d.
Date: Tue, 11 Dec 2018 21:34:47 +0200
* gnu/packages/video.scm (dav1d): New variable.
---
 gnu/packages/video.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fc6caf3ff..67c0cccaa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3264,3 +3264,23 @@ API.  It includes bindings for Python, Ruby, and other languages.")
 helps you create the film you have always dreamed of.  Easily add sub-titles,
 transitions, and effects and then export your film to many common formats.")
     (license license:gpl3+)))
+
+(define-public dav1d
+  (package
+    (name "dav1d")
+    (version "0.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "https://downloads.videolan.org/pub/videolan/"
+                            "dav1d/" version "/dav1d-" version ".tar.xz"))
+        (sha256
+         (base32
+          "0dw0liday8cbyrirhm6bgzhxg4cdy66nspfkdlq338gdsfqcvrsc"))))
+    (build-system meson-build-system)
+    (native-inputs `(("nasm" ,nasm)))
+    (home-page "https://code.videolan.org/videolan/dav1d")
+    (synopsis "AV1 decoder")
+    (description "dav1d is a new AV1 cross-platform decoder, open-source, and
+focused on speed and correctness.")
+    (license license:bsd-2)))
-- 
2.19.2





Information forwarded to guix-patches <at> gnu.org:
bug#33710; Package guix-patches. (Wed, 12 Dec 2018 01:22:01 GMT) Full text and rfc822 format available.

Message #8 received at 33710 <at> debbugs.gnu.org (full text, mbox):

From: Eric Bavier <ericbavier <at> centurylink.net>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 33710 <at> debbugs.gnu.org
Subject: Re: [bug#33710] [PATCH] gnu: Add dav1d.
Date: Tue, 11 Dec 2018 19:21:24 -0600
[Message part 1 (text/plain, inline)]
On Tue, 11 Dec 2018 21:34:47 +0200
Efraim Flashner <efraim <at> flashner.co.il> wrote:

> * gnu/packages/video.scm (dav1d): New variable.
> ---
>  gnu/packages/video.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index fc6caf3ff..67c0cccaa 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -3264,3 +3264,23 @@ API.  It includes bindings for Python, Ruby, and other languages.")
>  helps you create the film you have always dreamed of.  Easily add sub-titles,
>  transitions, and effects and then export your film to many common formats.")
>      (license license:gpl3+)))
> +
> +(define-public dav1d
> +  (package
> +    (name "dav1d")
> +    (version "0.1.0")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append "https://downloads.videolan.org/pub/videolan/"
> +                            "dav1d/" version "/dav1d-" version ".tar.xz"))
> +        (sha256
> +         (base32
> +          "0dw0liday8cbyrirhm6bgzhxg4cdy66nspfkdlq338gdsfqcvrsc"))))
> +    (build-system meson-build-system)
> +    (native-inputs `(("nasm" ,nasm)))
> +    (home-page "https://code.videolan.org/videolan/dav1d")
> +    (synopsis "AV1 decoder")
> +    (description "dav1d is a new AV1 cross-platform decoder, open-source, and

We do not need to mention the "open-source" nature of the software.

> +focused on speed and correctness.")
> +    (license license:bsd-2)))

[Message part 2 (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Wed, 12 Dec 2018 07:26:02 GMT) Full text and rfc822 format available.

Notification sent to Efraim Flashner <efraim <at> flashner.co.il>:
bug acknowledged by developer. (Wed, 12 Dec 2018 07:26:02 GMT) Full text and rfc822 format available.

Message #13 received at 33710-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Eric Bavier <ericbavier <at> centurylink.net>
Cc: 33710-done <at> debbugs.gnu.org
Subject: Re: [bug#33710] [PATCH] gnu: Add dav1d.
Date: Wed, 12 Dec 2018 09:25:16 +0200
[Message part 1 (text/plain, inline)]
On Tue, Dec 11, 2018 at 07:21:24PM -0600, Eric Bavier wrote:
> On Tue, 11 Dec 2018 21:34:47 +0200
> Efraim Flashner <efraim <at> flashner.co.il> wrote:
> 
> > * gnu/packages/video.scm (dav1d): New variable.
> > ---
> >  gnu/packages/video.scm | 20 ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> > 
> > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> > index fc6caf3ff..67c0cccaa 100644
> > --- a/gnu/packages/video.scm
> > +++ b/gnu/packages/video.scm
> > @@ -3264,3 +3264,23 @@ API.  It includes bindings for Python, Ruby, and other languages.")
> >  helps you create the film you have always dreamed of.  Easily add sub-titles,
> >  transitions, and effects and then export your film to many common formats.")
> >      (license license:gpl3+)))
> > +
> > +(define-public dav1d
> > +  (package
> > +    (name "dav1d")
> > +    (version "0.1.0")
> > +    (source
> > +      (origin
> > +        (method url-fetch)
> > +        (uri (string-append "https://downloads.videolan.org/pub/videolan/"
> > +                            "dav1d/" version "/dav1d-" version ".tar.xz"))
> > +        (sha256
> > +         (base32
> > +          "0dw0liday8cbyrirhm6bgzhxg4cdy66nspfkdlq338gdsfqcvrsc"))))
> > +    (build-system meson-build-system)
> > +    (native-inputs `(("nasm" ,nasm)))
> > +    (home-page "https://code.videolan.org/videolan/dav1d")
> > +    (synopsis "AV1 decoder")
> > +    (description "dav1d is a new AV1 cross-platform decoder, open-source, and
> 
> We do not need to mention the "open-source" nature of the software.
> 

Not sure how I missed that one

> > +focused on speed and correctness.")
> > +    (license license:bsd-2)))
> 



-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 214 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.