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

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

bug#54451: closed ([PATCH] gnu: dav1d: Update to 1.0.0.)


From: GNU bug Tracking System
Subject: bug#54451: closed ([PATCH] gnu: dav1d: Update to 1.0.0.)
Date: Sun, 12 Feb 2023 11:53:01 +0000

Your message dated Sun, 12 Feb 2023 12:51:52 +0100
with message-id <Y+jS2OmH53i/47NO@jasmine.lan>
and subject line Re: bug#54451: [PATCH] gnu: dav1d: Update to 1.0.0.
has caused the debbugs.gnu.org bug report #54451,
regarding [PATCH] gnu: dav1d: Update to 1.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54451: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54451
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: dav1d: Update to 1.0.0. Date: Fri, 18 Mar 2022 11:54:19 -0400
* gnu/packages/video.scm (dav1d): Update to 1.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 dc05c0a222..464a8aea2f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4948,7 +4948,7 @@ (define-public shotcut
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.9.2")
+    (version "1.0.0")
     (source
       (origin
         (method git-fetch)
@@ -4957,7 +4957,7 @@ (define-public dav1d
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl"))))
+         (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
     (build-system meson-build-system)
     (native-inputs (list nasm))
     (home-page "https://code.videolan.org/videolan/dav1d";)
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54451: [PATCH] gnu: dav1d: Update to 1.0.0. Date: Sun, 12 Feb 2023 12:51:52 +0100
On Thu, Feb 09, 2023 at 08:19:57AM -0500, Maxim Cournoyer wrote:
> 46 weeks later, perhaps a VLC update could fix this?  :-)

Yes, thanks for the reminder!

Compatibility between dav1d 1.0.0 and VLC was added in VLC 3.0.18. Also
tested in mpv.

Pushed as 126608f7a9649bc7761331a15940dd65ff773e0c


--- End Message ---

reply via email to

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