GNU bug report logs -
#67295
[PATCH] gnu: dav1d: Update to 1.3.0.
Previous Next
Reported by: Antoine Côté <antoine.cote <at> posteo.net>
Date: Mon, 20 Nov 2023 14:52:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/video.scm (dav1d): Update to 1.3.0.
Change-Id: I98797dff74202c08a954b616e787dc46301bcf31
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..e4d200cf50 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -45,7 +45,7 @@
;;; Copyright © 2020 Brett Gilio <brettg <at> gnu.org>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
;;; Copyright © 2020 Ivan Kozlov <kanichos <at> yandex.ru>
-;;; Copyright © 2020 Antoine Côté <antoine.cote <at> posteo.net>
+;;; Copyright © 2020, 2023 Antoine Côté <antoine.cote <at> posteo.net>
;;; Copyright © 2020 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
;;; Copyright © 2021 Alexey Abramov <levenson <at> mmer.org>
;;; Copyright © 2021, 2022, 2023 Andrew Tropin <andrew <at> trop.in>
@@ -5153,7 +5153,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -5162,7 +5162,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20
prerequisite-patch-id: 825ffabc4bc20118789218ef11959ae9cf64bdff
prerequisite-patch-id: 232668107887f0ae447b03c50ae23e7056b8d8f3
--
2.41.0
This bug report was last modified 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.