Files
guru/media-libs/grok/grok-9.7.6.ebuild
Florian Schmaus e12d1aedc8 media-libs/grok: new package, add 9.7.6
Bug: https://bugs.gentoo.org/843548
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2022-05-10 15:26:05 +02:00

21 lines
494 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="World's Leading Open Source JPEG 2000 Codec"
HOMEPAGE="https://github.com/GrokImageCompression/grok"
SRC_URI="https://github.com/GrokImageCompression/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3 BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
app-arch/zstd:=
media-libs/libjpeg-turbo:=
media-libs/libwebp:=
"
RDEPEND="${DEPEND}"