gnu: libavif: Update to 0.9.2.

* gnu/packages/image.scm (libavif): Update to 0.9.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-29 03:55:54 +02:00
parent 39492f8cd7
commit 5a5e39e69c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2126,7 +2126,7 @@ (define-public icoutils
(define-public libavif
(package
(name "libavif")
(version "0.9.1")
(version "0.9.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2135,7 +2135,7 @@ (define-public libavif
(file-name (git-file-name name version))
(sha256
(base32
"1h1gf4cbrff73f8s4avkph2sbr4d3s71kifipskzcmrqjbjc2qsx"))))
"1yxmgjlxm1srm98zyj79bj8r8vmg67daqnq0ggcvxknq54plkznk"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DAVIF_CODEC_AOM=ON" "-DAVIF_CODEC_DAV1D=ON"