From unknown Sun Aug 10 20:05:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#33710 <33710@debbugs.gnu.org> To: bug#33710 <33710@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add dav1d. Reply-To: bug#33710 <33710@debbugs.gnu.org> Date: Mon, 11 Aug 2025 03:05:42 +0000 retitle 33710 [PATCH] gnu: Add dav1d. reassign 33710 guix-patches submitter 33710 Efraim Flashner severity 33710 normal tag 33710 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 11 14:35:15 2018 Received: (at submit) by debbugs.gnu.org; 11 Dec 2018 19:35:15 +0000 Received: from localhost ([127.0.0.1]:44197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWnoI-0005EI-7r for submit@debbugs.gnu.org; Tue, 11 Dec 2018 14:35:15 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37229) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWnoF-0005E0-9r for submit@debbugs.gnu.org; Tue, 11 Dec 2018 14:35:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWno9-0001xk-Ex for submit@debbugs.gnu.org; Tue, 11 Dec 2018 14:35:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37176) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWno9-0001xg-BL for submit@debbugs.gnu.org; Tue, 11 Dec 2018 14:35:05 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWno8-0001EU-FK for guix-patches@gnu.org; Tue, 11 Dec 2018 14:35:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWno3-0001t2-GQ for guix-patches@gnu.org; Tue, 11 Dec 2018 14:35:04 -0500 Received: from flashner.co.il ([178.62.234.194]:34916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWno3-0001sW-9a for guix-patches@gnu.org; Tue, 11 Dec 2018 14:34:59 -0500 Received: from localhost (unknown [5.102.239.133]) by flashner.co.il (Postfix) with ESMTPSA id C9DFC40119; Tue, 11 Dec 2018 19:34:57 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dav1d. Date: Tue, 11 Dec 2018 21:34:47 +0200 Message-Id: <20181211193447.11765-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.20.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * 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 o= ther languages.") helps you create the film you have always dreamed of. Easily add sub-ti= tles, transitions, and effects and then export your film to many common format= s.") (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))) --=20 2.19.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 11 20:21:39 2018 Received: (at 33710) by debbugs.gnu.org; 12 Dec 2018 01:21:39 +0000 Received: from localhost ([127.0.0.1]:44330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWtDX-00081x-6M for submit@debbugs.gnu.org; Tue, 11 Dec 2018 20:21:39 -0500 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:10119 helo=smtp.centurylink.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWtDT-00081h-Qq for 33710@debbugs.gnu.org; Tue, 11 Dec 2018 20:21:37 -0500 DKIM-Signature: v=1; a=rsa-sha1; d=centurylink.net; s=ctl201402; c=relaxed/simple; q=dns/txt; i=@centurylink.net; t=1544577690; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=L9Gjkjb4/vSjdKR/RHwTyJKe0BU=; b=Xh2xvm+kRD4k1CrJVz1F68vshS1kq4Tazr10P/NxoHuDi3smd9LW//G8KkeXRau+ UTsntyg/z6UK55Fy9pDghbz5qVPRXlBKGzayd0l4ij8uOuJSo7K9YSeWJAJVd6KH wJof4GJaJpQjMjL3eycIn/jSmB1XR6LhuL3uqX3jBa0cQAd1/5DPFMgSxitnLB4k 62DKXo1qsJCKsLMK/bjUlmckfGMN1XDS9bySLIzXglUiOvZfSr/AMsZNn755ICLf bk6Qqyk/mLUnFLWXFbkPNhtjco+mPrvhOs9eHKSd7P3Pqn6nO6wAoyK1CRftKknY hdRM8ZIOhCToIIMlpTQuXw==; X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=BJfNU2YG c=1 sm=1 tr=0 a=cjJt/q+I1cGZQhdwTxhucA==:117 a=cjJt/q+I1cGZQhdwTxhucA==:17 a=KGjhK52YXX0A:10 a=2ur7OfE09M0A:10 a=zSv6zi-ZgakA:10 a=NIfUrUhfAAAA:8 a=OJ8P3NHvC2XLuq1V84MA:9 a=CjuIK1q_8ugA:10 a=jzZ6mI3cwvyDnTC2qg4A:9 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: ZXJpY2JhdmllckBjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp04.onyx.dfw.sync.lan smtp.user=ericbavier@centurylink.net; auth=pass (LOGIN) Received: from [97.116.125.252] ([97.116.125.252:43994] helo=localhost) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPSA (cipher=AES256-GCM-SHA384) id 18/13-11645-992601C5; Tue, 11 Dec 2018 20:21:29 -0500 Date: Tue, 11 Dec 2018 19:21:24 -0600 From: Eric Bavier To: Efraim Flashner Subject: Re: [bug#33710] [PATCH] gnu: Add dav1d. Message-ID: <20181211192124.19445915@centurylink.net> In-Reply-To: <20181211193447.11765-1-efraim@flashner.co.il> References: <20181211193447.11765-1-efraim@flashner.co.il> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/9gFbn8QAWniuxikqyTfcS5L"; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 33710 Cc: 33710@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/9gFbn8QAWniuxikqyTfcS5L Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 11 Dec 2018 21:34:47 +0200 Efraim Flashner wrote: > * gnu/packages/video.scm (dav1d): New variable. > --- > gnu/packages/video.scm | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) >=20 > 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 o= ther languages.") > helps you create the film you have always dreamed of. Easily add sub-ti= tles, > transitions, and effects and then export your film to many common format= s.") > (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))) --Sig_/9gFbn8QAWniuxikqyTfcS5L Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIyBAEBCgAdFiEEoMXjUi7471xkzbfw/XPKxxnTJWYFAlwQYpQACgkQ/XPKxxnT JWaA6g/zBNLxELjA9xT5qrT0rMuZFgdUZy5SyWKLowBpkpam2LiGBABHkZRaX3E3 +Dwb5wDFjE+HFdepV4lHw+pfhn/u+GAGEHAhOpvqrU2Y1D3gbMVrutzuU0Eh8qkC ZM0hW7LWeao1APSbJW5/oM3ZD6KNbFLWdaAwu7PGYFmfrWnV0cECF8tKDpNRH6Py nXVS/t8/5KrCu+9WtNZBiUVeembyaL7W49zAv0I61U+7nwzwsoJ2wkJ2bizr02dK tGeLlHfOBuKSgPgCnDzYprx1muVlcsm0Byc5CFtCFpTq2/qNN/dm1U1GiwaP1u7S f/Mfrdogx+A6B0LoBFgMynWlNAuNQqXQj9M0t78FkrJarjlFoVU3Now9QmIZ2swo OP43MmdocfDDVxhi3Auik/7pp3Xm0bZCVlE7ys8gCKIgyqBD0OMsJjL4g8ONucEb aTqoPO4Cl+Qynwqskb0lM5ANhI+y3kjR1hhGK5shWXesGRzUD41NNpKNNUu9Qlfi 2csN+q9YxNJe4i21Gmo+DV+SNkhdkqvWBjaEAOWGKsa91Fp/SjL89NkSnlFjiA1A SSOPKULcd80bdR/6/GClnO/znIpnEBZul3lQyK1NoSFoMbGP7BbJEicSFHfv4fqc LYT9iPeYOpwgXezdMdwspO8m0/9avRkYEu5rfJdqsimHcqYFtQ== =orub -----END PGP SIGNATURE----- --Sig_/9gFbn8QAWniuxikqyTfcS5L-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 12 02:25:27 2018 Received: (at 33710-done) by debbugs.gnu.org; 12 Dec 2018 07:25:27 +0000 Received: from localhost ([127.0.0.1]:44440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWytb-0002GA-2U for submit@debbugs.gnu.org; Wed, 12 Dec 2018 02:25:27 -0500 Received: from flashner.co.il ([178.62.234.194]:47292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWytY-0002Fq-Hv for 33710-done@debbugs.gnu.org; Wed, 12 Dec 2018 02:25:25 -0500 Received: from localhost (unknown [5.102.239.133]) by flashner.co.il (Postfix) with ESMTPSA id 7531540119; Wed, 12 Dec 2018 07:25:18 +0000 (UTC) Date: Wed, 12 Dec 2018 09:25:16 +0200 From: Efraim Flashner To: Eric Bavier Subject: Re: [bug#33710] [PATCH] gnu: Add dav1d. Message-ID: <20181212072516.GF1323@macbook41> References: <20181211193447.11765-1-efraim@flashner.co.il> <20181211192124.19445915@centurylink.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LZFKeWUZP29EKQNE" Content-Disposition: inline In-Reply-To: <20181211192124.19445915@centurylink.net> User-Agent: Mutt/1.11.0 (2018-11-25) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33710-done Cc: 33710-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --LZFKeWUZP29EKQNE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 11, 2018 at 07:21:24PM -0600, Eric Bavier wrote: > On Tue, 11 Dec 2018 21:34:47 +0200 > Efraim Flashner wrote: >=20 > > * gnu/packages/video.scm (dav1d): New variable. > > --- > > gnu/packages/video.scm | 20 ++++++++++++++++++++ > > 1 file changed, 20 insertions(+) > >=20 > > 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 form= ats.") > > (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/videol= an/" > > + "dav1d/" version "/dav1d-" version ".tar.x= z")) > > + (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-sour= ce, and >=20 > We do not need to mention the "open-source" nature of the software. >=20 Not sure how I missed that one > > +focused on speed and correctness.") > > + (license license:bsd-2))) >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --LZFKeWUZP29EKQNE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlwQt9cACgkQQarn3Mo9 g1FrSQ/+N3tFrN4mecy0bSot6M4OoshvL9Mo+Fpz7eVVEEPSPGLAZmqAZ4+s8Kpk uslfQ49kDYSw4uzYapdAJ4lCIVt0IqyPndPPBG7fjpxmYmBxKdIXAGj8ci3qNKOX G0TE7AqVchsvwk1wyDDtI7EOI/UzygzN/zmHKipIqRvrAnVakw68bLHzmROGak14 y1sW3gxdoSXbD3oHmnwI3l1oNuqaaofIQHMHNuHnddS/gJlMeeRMQYq9dC2Uk+b0 DEJSXNsrmv3uCc+FCyqCjrBNVKwOCarze+VVujTMTSKL4JSDkWnrXL/s35yO3MdR CDmWvfp80TLNMWUcowd5nLWYbt7FTaQ/PNTgdYM1hF6q8WkW0ge/JSKXiXTyIDuK gFh/zgsjXV2z5VFBicTiIosSieE2DMZLJbVZjuDqeX046bfGJ//nLkpZW3yH2Wqe InugwlbLwSyxBcjir74vAZxwdFang86uDYekhlSDDr5QXTZXu8/wVHWrKxjPhkzr lfd4ysy/yQzrKjmdC11QP7Qf17xI67SRWogT3z9FrX+Km905UlZ13vXUo68Fe2eV xZg1I1kAKNso4vlnsql3NGKZl0X5PfOWOnx6X0xBepJUuOU1vcbwbRNdKHMV5km9 h/kaeN9A/Zp6NiGNAWotD9I8IniJrM4kffuGDG068T/m9Sa93V8= =+8ac -----END PGP SIGNATURE----- --LZFKeWUZP29EKQNE-- From unknown Sun Aug 10 20:05:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 09 Jan 2019 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator