mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
25 lines
483 B
Bash
25 lines
483 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit meson git-r3
|
|
|
|
DESCRIPTION="Plug-in for development GIMP 2.99.11 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.11
|
|
>=media-libs/gexiv2-0.12.2
|
|
"
|
|
|
|
BDEPEND=""
|
|
|
|
RDEPEND="${DEPEND}"
|