commit: ebcd10f07e6dce837de63770919e691314f0065a Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Fri Jan 16 02:14:32 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 16 18:23:33 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcd10f0
media-gfx/graphicsmagick: should depend on >=media-libs/libheif-1.20 Upstream rewrote the HEIF reader, based on `heif_image_get_plane_readonly2()`. That function is only available since libheif version 1.20. Closes: https://bugs.gentoo.org/966477 Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/45396 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/graphicsmagick/graphicsmagick-1.3.46.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.46.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.46.ebuild index ee4d2b79e71f..73e6b48041e3 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.46.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.46.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ RDEPEND=" dev-libs/libxml2:= bzip2? ( app-arch/bzip2 ) fpx? ( media-libs/libfpx ) - heif? ( media-libs/libheif:= ) + heif? ( >=media-libs/libheif-1.20:= ) imagemagick? ( !media-gfx/imagemagick ) jbig? ( media-libs/jbigkit ) jpeg? ( media-libs/libjpeg-turbo:= )
