media-plugins/qt-jpegxl-image-plugin - 9999 (guru)

Search

Install

Install this version:

emerge -a =media-plugins/qt-jpegxl-image-plugin-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/qt-jpegxl-image-plugin-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/qt-jpegxl-image-plugin-9999

Package Information

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
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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"

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

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}"

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

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

BDEPEND

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