media-plugins/gimp-avif-plugin: new package

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
This commit is contained in:
Daniel Novomesky 2020-07-28 22:47:28 +02:00
parent 86a2a34111
commit 33c4d933a1
No known key found for this signature in database
GPG Key ID: E32CD7BE1F3C96FE
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit meson git-r3
DESCRIPTION="Plug-in for development GIMP 2.99.1 for loading/saving AVIF images."
HOMEPAGE="https://github.com/novomesk/gimp-avif-plugin"
EGIT_REPO_URI="https://github.com/novomesk/gimp-avif-plugin.git"
KEYWORDS=""
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=">media-gfx/gimp-2.99
"
BDEPEND=""
RDEPEND="${DEPEND}"

View 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>