public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/
@ 2024-11-11 22:39 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-11-11 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7bf3f04af3fa3cd5aff4885358bc9d1e6ae95aa9
Author:     Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Mon Nov  4 17:54:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <thomas.bettler <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> 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 @@
+<?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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/
@ 2024-11-11 22:39 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-11-11 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b44b29678f92e040b1455a4aaccd18516203a68d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 22:37:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 22:37:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44b2967

media-libs/lerc: fix whitespace

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/lerc/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lerc/metadata.xml b/media-libs/lerc/metadata.xml
index 429ccb8dc8fe..5fdd5f1bc46f 100644
--- a/media-libs/lerc/metadata.xml
+++ b/media-libs/lerc/metadata.xml
@@ -6,7 +6,7 @@
         <name>Thomas Bettler</name>
     </maintainer>
     <maintainer type="project" proxied="proxy">
-        <email>proxy-maint@gentoo.org</email> 
+        <email>proxy-maint@gentoo.org</email>
         <name>Proxy Maintainers</name>
     </maintainer>
     <maintainer type="project">


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/
@ 2025-02-25 23:36 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-25 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     cd60454ca3bcc1b22c3128b1e9b896c94b80cc0e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 23:36:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 23:36:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd60454c

media-libs/lerc: Stabilize 4.0.0 amd64, #950284

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/lerc/lerc-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lerc/lerc-4.0.0.ebuild b/media-libs/lerc/lerc-4.0.0.ebuild
index 5e3219bb05c1..be7782337811 100644
--- a/media-libs/lerc/lerc-4.0.0.ebuild
+++ b/media-libs/lerc/lerc-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/Esri/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0/4"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/
@ 2025-02-27  7:24 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2025-02-27  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1f4e25d3bf12b1fef2906b09c2960ec4c219d2a9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 07:24:14 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 07:24:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4e25d3

media-libs/lerc: Stabilize 4.0.0 x86, #950284

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/lerc/lerc-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lerc/lerc-4.0.0.ebuild b/media-libs/lerc/lerc-4.0.0.ebuild
index be7782337811..070a9bda6209 100644
--- a/media-libs/lerc/lerc-4.0.0.ebuild
+++ b/media-libs/lerc/lerc-4.0.0.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/Esri/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0/4"
-KEYWORDS="amd64"
+KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-27  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 23:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/lerc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27  7:24 Joonas Niilola
2024-11-11 22:39 Sam James
2024-11-11 22:39 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox