diff --git a/media-plugins/qt-jpegxl-image-plugin/metadata.xml b/media-plugins/qt-jpegxl-image-plugin/metadata.xml new file mode 100644 index 0000000000..d9a1e3c6ef --- /dev/null +++ b/media-plugins/qt-jpegxl-image-plugin/metadata.xml @@ -0,0 +1,8 @@ + + + + + dnovomesky@gmail.com + Daniel Novomesky + + diff --git a/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild new file mode 100644 index 0000000000..706f0f53b4 --- /dev/null +++ b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +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/jpeg-xl +" + +BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5" + +RDEPEND="${DEPEND}"