mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
media-plugins/qt-jpegxl-image-plugin: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
This commit is contained in:
parent
4f6bf98212
commit
08198dacb6
8
media-plugins/qt-jpegxl-image-plugin/metadata.xml
Normal file
8
media-plugins/qt-jpegxl-image-plugin/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dnovomesky@gmail.com</email>
|
||||
<name>Daniel Novomesky</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -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}"
|
Loading…
x
Reference in New Issue
Block a user