gnu: libheif: Update to 1.17.6.
* gnu/packages/image.scm (libheif): Update to 1.17.6. [inputs]: Use package labels. Change-Id: I8de9374ea0a93eb7e80734992362821da1fb0621
This commit is contained in:
parent
35afdc3b5c
commit
84d21fdbaf
1 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@
|
||||||
;;; Copyright © 2020, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2020, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
|
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
|
||||||
;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2020, 2021, 2022, 2023, 2024 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
|
;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
|
||||||
;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org>
|
;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org>
|
||||||
|
@ -2547,7 +2547,7 @@ by AOM, including with alpha.")
|
||||||
(define-public libheif
|
(define-public libheif
|
||||||
(package
|
(package
|
||||||
(name "libheif")
|
(name "libheif")
|
||||||
(version "1.12.0")
|
(version "1.17.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2556,16 +2556,16 @@ by AOM, including with alpha.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cp2d216hp7gw3n56x3g5q5n8jb9ganyanrlibxw8fw16il8nca6"))))
|
(base32 "00rc8ffc2s9dz9szhy0f0raas8wnn5cyni1imd5lqz79by6qz7x6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no test target although there is a tests folder
|
`(#:tests? #f)) ;no test target although there is a tests folder
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gdk-pixbuf" ,gdk-pixbuf) ;optional
|
(list gdk-pixbuf ; optional
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)))
|
libpng))
|
||||||
;; Propagated to satisfy 'libheif.pc'.
|
;; Propagated to satisfy 'libheif.pc'.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list dav1d libaom libde265 x265))
|
(list dav1d libaom libde265 x265))
|
||||||
|
|
Reference in a new issue