guru/media-plugins/qt-heif-image-plugin/qt-heif-image-plugin-0.3.3-r1.ebuild
Sergey Torokhov 9d365f3846
media-plugins/qt-heif-image-plugin: load RGB888 heif images with libheif 1.7.0
Add upstream patch to fix issue.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2020-09-06 21:10:32 +03:00

25 lines
517 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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
dev-qt/qtgui
>=media-libs/libheif-1.6.1:0=
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}/${P}_RGB88.patch" )