Files
guru/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.4.ebuild
2026-01-27 12:23:56 +01:00

23 lines
478 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Qt plugin for HEIF images"
HOMEPAGE="https://github.com/jakar/qt-heif-image-plugin"
SRC_URI="https://github.com/jakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
>=media-libs/libheif-1.13.0:0=
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"