media-plugins/qt-avif-image-plugin: moved to kde-frameworks/kimageformats-5.78.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
This commit is contained in:
Daniel Novomesky
2021-01-10 10:47:17 +01:00
parent 8d311473aa
commit 31fa63133e
4 changed files with 0 additions and 82 deletions

View File

@@ -1 +0,0 @@
DIST qt-avif-image-plugin-0.4.1.tar.gz 14326950 BLAKE2B b0c8b006404d73095b724e18f0dacda090c0fbf2a3005e236020afbe56486ac42b09ac2d91989410ec5e7513cba16f6251a95895a97e86cbb3a44cbd4ba643b9 SHA512 a717eed81f192674f7cfab2438b18bed4704b668b66fb882f1323e9f117f8d739cbcce4d5806ffdd09fd253e097a70a061c3a18137abb69a8dfa71d49a3dea55

View File

@@ -1,21 +0,0 @@
<?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>
<longdescription>
Qt imageformat plugin which enables Qt and KDE applications
to open and save AVIF images.
Plug-in used libavif.
When installed, following applications are known to open AVIF images:
gwenview
KolourPaint
nomacs
KPhotoAlbum
digiKam
qView
LXImage-Qt
</longdescription>
</pkgmetadata>

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2021 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="~amd64"
fi
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND=">=dev-qt/qtgui-5.12.3:5
>=media-libs/libavif-0.8.2
>=x11-misc/shared-mime-info-2.0-r1
"
BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
RDEPEND="${DEPEND}"

View File

@@ -1,30 +0,0 @@
# 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="~amd64"
fi
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND=">=dev-qt/qtgui-5.12.3:5
>=media-libs/libavif-0.8.2
>=x11-misc/shared-mime-info-2.0-r1
"
BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
RDEPEND="${DEPEND}"