summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bettler <thomas.bettler@gmail.com>2024-11-04 18:54:59 +0100
committerSam James <sam@gentoo.org>2024-11-11 22:36:52 +0000
commit7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9 (patch)
tree2a6c903a3d4d76772b2eea3e087e5ef89b515119 /media-libs
parentdev-util/watchman: add myself as a maintainer (diff)
downloadgentoo-7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9.tar.gz
gentoo-7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9.tar.bz2
gentoo-7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9.zip
media-libs/lerc: add lerc 4.0.0
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/lerc/Manifest1
-rw-r--r--media-libs/lerc/lerc-4.0.0.ebuild14
-rw-r--r--media-libs/lerc/metadata.xml25
3 files changed, 40 insertions, 0 deletions
diff --git a/media-libs/lerc/Manifest b/media-libs/lerc/Manifest
new file mode 100644
index 000000000000..cb58c43bcad6
--- /dev/null
+++ b/media-libs/lerc/Manifest
@@ -0,0 +1 @@
+DIST lerc-4.0.0.tar.gz 4710408 BLAKE2B b4c593ab2d28ad4c03149267db7d181462bc2977f6c908c88e7f769fed720be900936550e27cecfe32ee16b410c8a7885c1e509ae26717b5719e602922de305a SHA512 36fe453b6e732f6bed554d1c1c5cd4668aec63593d6de11f12b659c7b9cbc059ac9aaacc6cea483b3257d522f1b07e13c299914d08b1f8aeb0bb2cde42ba47cf
diff --git a/media-libs/lerc/lerc-4.0.0.ebuild b/media-libs/lerc/lerc-4.0.0.ebuild
new file mode 100644
index 000000000000..5e3219bb05c1
--- /dev/null
+++ b/media-libs/lerc/lerc-4.0.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal cmake
+
+DESCRIPTION="Limited Error Raster Compression"
+HOMEPAGE="https://github.com/esri/lerc"
+SRC_URI="https://github.com/Esri/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/4"
+KEYWORDS="~amd64"
diff --git a/media-libs/lerc/metadata.xml b/media-libs/lerc/metadata.xml
new file mode 100644
index 000000000000..429ccb8dc8fe
--- /dev/null
+++ b/media-libs/lerc/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>thomas.bettler@gmail.com</email>
+ <name>Thomas Bettler</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>codec@gentoo.org</email>
+ <name>Gentoo Codec Project</name>
+ </maintainer>
+ <longdescription>
+ Limited Error Raster Compression (LERC) supports rapid encoding and decoding
+ for any pixel type (not just RGB or Byte). Users set the maximum compression
+ error per pixel while encoding, so the precision of the original input image
+ is preserved (within user defined error bounds).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">esri/lerc</remote-id>
+ </upstream>
+</pkgmetadata>