GNU bug report logs -
#45414
[PATCH 1/4] gnu: libavif: Update to 0.8.4.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Thu, 24 Dec 2020 23:54:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 24 Dec 2020 23:12:24 -0500
with message-id <X+VmqLwIlY7qwhCJ <at> jasmine.lan>
and subject line Re: [bug#45414] [PATCH 4/4] gnu: darktable: Enable tests.
has caused the debbugs.gnu.org bug report #45414,
regarding [PATCH 1/4] gnu: libavif: Update to 0.8.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
45414: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45414
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/image.scm (libavif): Update to 0.8.4.
---
gnu/packages/image.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 979b069415..6086f5b1b6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2020 R Veera Kumar <vkor <at> vkten.in>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2020 Zhu Zihao <all_but_last <at> 163.com>
+;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2082,7 +2083,7 @@ This package can be used to create @code{favicon.ico} files for web sites.")
(define-public libavif
(package
(name "libavif")
- (version "0.7.3")
+ (version "0.8.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2091,7 +2092,7 @@ This package can be used to create @code{favicon.ico} files for web sites.")
(file-name (git-file-name name version))
(sha256
(base32
- "17hagdngpc4xzrr0aa48nx399y5lawyyx9cpcdhpds1mqk6p77lp"))))
+ "1qvjd3xi9r89pcblxdgz4c6hqp67ss53b1x9zkg7lrik7g3lwq8d"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DAVIF_CODEC_AOM=ON" "-DAVIF_CODEC_DAV1D=ON"
--
2.29.2
[Message part 3 (message/rfc822, inline)]
On Thu, Dec 24, 2020 at 08:55:31PM -0300, Vinicius Monego wrote:
> * gnu/packages/photo.scm (darktable): Enable tests.
> [native-inputs]: Add cmocka.
Thanks! I tweaked the commit messages and pushed as
adaf577c2eba6a847be7dc4a1e0b5be841119eaf
This bug report was last modified 4 years and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.