mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
21 lines
494 B
Bash
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}"
|