public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libspng/
@ 2024-08-17 19:24 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2024-08-17 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e1b5c2dede8d858d5786b4d5daac7cb683d25f3c
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Aug 11 18:35:29 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:16:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b5c2de

media-libs/libspng: new package, add 0.7.4

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/libspng/Manifest             |  1 +
 media-libs/libspng/libspng-0.7.4.ebuild | 37 +++++++++++++++++++++++++++++++++
 media-libs/libspng/metadata.xml         | 15 +++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/media-libs/libspng/Manifest b/media-libs/libspng/Manifest
new file mode 100644
index 000000000000..3374526c3ee2
--- /dev/null
+++ b/media-libs/libspng/Manifest
@@ -0,0 +1 @@
+DIST libspng-0.7.4.tar.gz 159230 BLAKE2B 3deaf6b1687fc6951aa4ccc844d1716e37ecaac3954894c3e601bc702ef184e7b7a553498afce79ae033a035b5d9eb19d0dea74fd00bed9218094cb4b583b3ce SHA512 cd729653599ed97f80d19f3048c1b3bc2ac16f922b3465804b1913bc45d9fc8b28b56bc2121fda36e9d3dcdd12612cced5383313b722a5342b613f8781879f1a

diff --git a/media-libs/libspng/libspng-0.7.4.ebuild b/media-libs/libspng/libspng-0.7.4.ebuild
new file mode 100644
index 000000000000..71dd3ff3fc37
--- /dev/null
+++ b/media-libs/libspng/libspng-0.7.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Simple, modern libpng alternative"
+HOMEPAGE="https://github.com/randy408/libspng"
+SRC_URI="
+	https://github.com/randy408/libspng/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	sys-libs/zlib
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		>=media-libs/libpng-1.6.0
+	)
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test dev_build)
+	)
+
+	meson_src_configure
+}

diff --git a/media-libs/libspng/metadata.xml b/media-libs/libspng/metadata.xml
new file mode 100644
index 000000000000..f6a0ccb4a893
--- /dev/null
+++ b/media-libs/libspng/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>parona@protonmail.com</email>
+		<name>Alfred Wingate</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">randy408/libspng</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libspng/
@ 2024-08-19 10:44 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-08-19 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c617d4b9b4394119eb8a01e718fb6911c2df7d67
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 10:44:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 10:44:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c617d4b9

media-libs/libspng: Keyword 0.7.4 arm64, #938135

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/media-libs/libspng/libspng-0.7.4.ebuild b/media-libs/libspng/libspng-0.7.4.ebuild
index 71dd3ff3fc37..b7176cf79366 100644
--- a/media-libs/libspng/libspng-0.7.4.ebuild
+++ b/media-libs/libspng/libspng-0.7.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2024-08-19 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-17 19:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/libspng/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-08-19 10:44 Arthur Zamarin

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