From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57F2415807B for ; Mon, 11 Nov 2024 22:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AFFDE081E; Mon, 11 Nov 2024 22:39:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05FBFE080E for ; Mon, 11 Nov 2024 22:39:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EF5C340B57 for ; Mon, 11 Nov 2024 22:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 643401626 for ; Mon, 11 Nov 2024 22:39:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731364612.7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lerc/Manifest media-libs/lerc/lerc-4.0.0.ebuild media-libs/lerc/metadata.xml X-VCS-Directories: media-libs/lerc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9 X-VCS-Branch: master Date: Mon, 11 Nov 2024 22:39:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dcdb98e-9990-4ebf-8b53-9929f19c95c4 X-Archives-Hash: ae121db66f35a5c97428ed7d67b6e432 commit: 7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9 Author: Thomas Bettler gmail com> AuthorDate: Mon Nov 4 17:54:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 11 22:36:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf3f04a media-libs/lerc: add lerc 4.0.0 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/lerc/Manifest | 1 + media-libs/lerc/lerc-4.0.0.ebuild | 14 ++++++++++++++ media-libs/lerc/metadata.xml | 25 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+) 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 @@ + + + + + thomas.bettler@gmail.com + Thomas Bettler + + + proxy-maint@gentoo.org + Proxy Maintainers + + + codec@gentoo.org + Gentoo Codec Project + + + 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). + + + esri/lerc + +