media-plugins/qt-avif-image-plugin: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
This commit is contained in:
Daniel Novomesky
2020-06-22 20:13:57 +02:00
parent 75227a1326
commit 42787424ef
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST qt-avif-image-plugin-0.2.0.tar.gz 12377009 BLAKE2B cf9efd9a438a71f576c4555ccea3241db4957ac6556d374c31f7b9469dd599e0485e856312bd0e710cdc8b3d7b7392cc8c9983e13f9a60d1432a74523273f6df SHA512 3cc36fc788f1f3835c2456cae5f275b8bc508df7be32c59e1134a62af5f65798e70cfc0b13330349b46edc0deae687bcb814e981d92bd679b977efc213de9121

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit cmake
DESCRIPTION="Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
HOMEPAGE="https://github.com/novomesk/qt-avif-image-plugin"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/novomesk/qt-avif-image-plugin.git"
else
SRC_URI="https://github.com/novomesk/qt-avif-image-plugin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS=""
fi
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND=">=dev-qt/qtgui-5.12.3:5
>=media-libs/libavif-0.8.0
>=x11-misc/shared-mime-info-2.0-r1
"
BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
RDEPEND="${DEPEND}"