aboutsummaryrefslogtreecommitdiff
blob: 95f00db913dec2316a446edcc47eede3435d20a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 cmake

DESCRIPTION="Qt plug-in to allow Qt and KDE based applications to read/write JXL images."
HOMEPAGE="https://github.com/novomesk/qt-jpegxl-image-plugin"

EGIT_REPO_URI="https://github.com/novomesk/qt-jpegxl-image-plugin.git"

KEYWORDS=""
LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND=">=dev-qt/qtgui-5.14.0:5
	>=media-libs/libjxl-0.7.0_pre20220311
"

BDEPEND=">=kde-frameworks/extra-cmake-modules-5.89"

RDEPEND="${DEPEND}"