libheif installs a gdk-pixbuf plugin so eye of gnome and similar apps can view heic files. For that to be registered and be usable, gnome2_gdk_pixbuf_update needs to be run. Reproducible: Always
Created attachment 920160 [details, diff] Patch to run gnome2_gdk_pixbuf_update in postrm and install
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0ae4efeb34b664f288cfcddabeae8163848eb4 commit 0e0ae4efeb34b664f288cfcddabeae8163848eb4 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-04-20 09:10:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-20 09:14:50 +0000 media-libs/libheif: add 1.19.7 * Fix running tests (!) as previously we weren't running cmake_src_test at all. While at it, drop useless phase definitions and embrace cmake-multilib.eclass. * Drop USE=go requirement for tests. Doesn't seem required at all now. * Drops -Werror sed as it now uses the CMake property/setting for that, but we already set that in the eclass since 689be1a4afcc8222f7d10f822789d2e1676d0829. * Fix automagic Doxygen dependency. * Move USE=go dep on dev-lang/go from RDEPEND->BDEPEND. * Fix USE=gdk-pixbuf (bug #950491). Bug: https://bugs.gentoo.org/790593 Bug: https://bugs.gentoo.org/953971 Closes: https://bugs.gentoo.org/943172 Closes: https://bugs.gentoo.org/950491 Closes: https://bugs.gentoo.org/951505 Signed-off-by: Sam James <sam@gentoo.org> media-libs/libheif/Manifest | 1 + media-libs/libheif/libheif-1.19.7.ebuild | 85 ++++++++++++++++++++++++++++++++ media-libs/libheif/libheif-9999.ebuild | 67 ++++++++++--------------- media-libs/libheif/metadata.xml | 1 + 4 files changed, 113 insertions(+), 41 deletions(-)