Install this version:
emerge -a =media-libs/qt-heif-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/qt-heif-9999
Or alternatively:
emerge --autounmask-write -a =media-libs/qt-heif-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0/9999 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake edo git-r3
DESCRIPTION="Qt plugin for HEIF images"
HOMEPAGE="https://github.com/jakar/qt-heif-image-plugin"
EGIT_REPO_URI="https://github.com/jakar/qt-heif-image-plugin.git"
LICENSE="LGPL-3+"
SLOT="0/${PV}"
RDEPEND="dev-qt/qtbase:6[gui]
media-libs/libheif:="
BDEPEND="virtual/pkgconfig"
DOCS=( {CHANGELOG,README}.md )
src_prepare() {
# https://github.com/jakar/qt-heif-image-plugin/issues/27
edo cp -f "${FILESDIR}"/CMakeLists.txt src
cmake_src_prepare
}
dev-qt/qtbase:6[gui] media-libs/libheif:=
virtual/pkgconfig