mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
media-plugins/qt-heif-image-plugin: new package
Informatin from project page: Any application that (directly or indirectly) uses QImageReader to open image files should automatically be able to use this plugin. This has been successfully used with the following: LXImage-Qt nomacs Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
1
media-plugins/qt-heif-image-plugin/Manifest
Normal file
1
media-plugins/qt-heif-image-plugin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST qt-heif-image-plugin-0.3.3.tar.gz 16449 BLAKE2B f304e26ff60d0fbe840a40c3782543f9db17e7f8fd429b93b0de6663d85110cceff1b67bab996ae63cad12ee06608c74ce9c5e180f154e3df8fee2ccdcd849a9 SHA512 ba617d11e73d73dee5220b668918e313b6d856cabc1567b9221ddb2b3d35c4bfefadcd9e4485bdc7c280be104d09c3580e245d9a8f72c9fac397ebe84fe55e2f
|
||||
21
media-plugins/qt-heif-image-plugin/metadata.xml
Normal file
21
media-plugins/qt-heif-image-plugin/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>torokhov-s-a@yandex.ru</email>
|
||||
<name>Sergey Torokhov</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This is a Qt image plugin for HEIF images, wrapping libheif.
|
||||
It enables existing Qt applications to open and save .heic files.
|
||||
|
||||
Any application that (directly or indirectly) uses QImageReader
|
||||
to open image files should automatically be able to use this plugin.
|
||||
|
||||
This has been successfully used with the following:
|
||||
<pkg>media-gfx/lximage-qt</pkg>, <pkg>media-gfx/nomacs</pkg>
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">jakar/qt-heif-image-plugin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,22 @@
|
||||
# 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:0/1.6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
Reference in New Issue
Block a user