emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41468: closed (update libaom to 2.0.0)


From: GNU bug Tracking System
Subject: bug#41468: closed (update libaom to 2.0.0)
Date: Fri, 22 May 2020 23:37:02 +0000

Your message dated Fri, 22 May 2020 19:36:36 -0400
with message-id <address@hidden>
and subject line Re: bug#41468: update libaom to 2.0.0
has caused the debbugs.gnu.org bug report #41468,
regarding update libaom to 2.0.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41468: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41468
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: update libaom to 2.0.0 Date: Sat, 23 May 2020 00:49:20 +0200 User-agent: mu4e 1.4.4; emacs 26.3
Hi,

this updates libaom to 2.0.0

From 7a8f305b63b5bf98859c3636ad70ca2223011920 Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <address@hidden>
Date: Fri, 22 May 2020 15:17:32 +0200
Subject: [PATCH] gnu: libaom: Update to 2.0.0

* gnu/packages/video.scm (libaom): Update to 2.0.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb465c64c9..cd3e5ba9ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -283,7 +283,7 @@ television and DVD.  It is also known as AC-3.")
 (define-public libaom
   (package
     (name "libaom")
-    (version "1.0.0-errata1-avif")
+    (version "2.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -292,7 +292,7 @@ television and DVD.  It is also known as AC-3.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "169yfgh7zigc21h71qclfyr7s4wwp2i9vbr4z6pkabypvass4v7m"))))
+                "1616xjhj6770ykn82ml741h8hx44v507iky3s9h7a5lnk9d4cxzy"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)
--
2.26.2

Tested: ffmpeg still works.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

--- End Message ---
--- Begin Message --- Subject: Re: bug#41468: update libaom to 2.0.0 Date: Fri, 22 May 2020 19:36:36 -0400
On Sat, May 23, 2020 at 12:49:20AM +0200, Arne Babenhauserheide wrote:
> this updates libaom to 2.0.0

Nice! It should be a lot faster than before :)

> Tested: ffmpeg still works.

Thanks for saying how you tested it. Pushed as
6597893ba27153efd61bc28b15c1f4cd1aab2864 along with updates to dav1d and
libavif.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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