Merge updates from master

This commit is contained in:
Repository mirror & CI
2022-05-10 13:33:00 +00:00
3 changed files with 29 additions and 0 deletions

1
media-libs/grok/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST grok-9.7.6.tar.gz 4106311 BLAKE2B f98b8b95ec06e660dd51a9fa2f5a233d9fa9495fa633d75f49aec704e28dac86225ed172c6b2f044430cc42d6911c168c6972de4b5453c85a53077c5d8debe40 SHA512 40d28465ea6a3c40b0035d3125e82a99aed0620f72c00bc38febaeb94e6e70490a6b145916165522fdd7c77b2b89d0fddc924efa4b6e953fcc174e9df2b0718c

View File

@@ -0,0 +1,20 @@
# 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}"

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">
<name>Florian Schmaus</name>
<email>flow@gentoo.org</email>
</maintainer>
</pkgmetadata>