public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/plutosvg/
@ 2025-04-10  7:16 Matt Jolly
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Jolly @ 2025-04-10  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9c12998a59f38aa2c75f1b56bf51818236584963
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  9 06:22:46 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Apr 10 07:09:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c12998a

media-libs/plutosvg: new package, add 0.0.6

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 media-libs/plutosvg/Manifest              |  1 +
 media-libs/plutosvg/metadata.xml          | 19 +++++++++++++++++++
 media-libs/plutosvg/plutosvg-0.0.6.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/media-libs/plutosvg/Manifest b/media-libs/plutosvg/Manifest
new file mode 100644
index 000000000000..b1ca7a3bf6cb
--- /dev/null
+++ b/media-libs/plutosvg/Manifest
@@ -0,0 +1 @@
+DIST plutosvg-0.0.6.tar.gz 115270 BLAKE2B a44324825fe115b533cd47e15af9f2dda4cf5a336391a78a40f04f35042ae8d405c2c4fb891e1a3d5c8f7061fc75c2862bc032c9376b9179352cfd7173f94d69 SHA512 f0f2251cfb91f48b125299ec910d64181f03c14e683e1d497e2aa3f17713f5c7848247e3b7bdb6cf0dee8d98a7d25e85f7fcc440cbe55401c16fe5d1f0df1a10

diff --git a/media-libs/plutosvg/metadata.xml b/media-libs/plutosvg/metadata.xml
new file mode 100644
index 000000000000..b743f3b82694
--- /dev/null
+++ b/media-libs/plutosvg/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>kangie@gentoo.org</email>
+    <name>Matt Jolly</name>
+    <description>Primary maintainer</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>games@gentoo.org</email>
+    <name>Gentoo Games Project</name>
+  </maintainer>
+  <use>
+    <flag name="freetype">Enable <pkg>media-libs/freetype</pkg> integration</flag>
+  </use>
+  <upstream>
+    <remote-id type="github">sammycage/plutosvg</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
new file mode 100644
index 000000000000..3301de9f325a
--- /dev/null
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="Tiny SVG rendering library in C"
+HOMEPAGE="https://github.com/sammycage/plutosvg"
+SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="+freetype"
+
+RDEPEND="
+	>=media-libs/plutovg-1.0.0[${MULTILIB_USEDEP}]
+	freetype? ( media-libs/freetype:2[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+	local emesonargs=(
+		$(meson_feature freetype)
+	)
+	meson_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/plutosvg/
@ 2025-06-18 16:56 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2025-06-18 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b4532e9d1e87ded5ed342af13c721e784e38f7f5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 16:56:12 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 16:56:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4532e9d

media-libs/plutosvg: Keyword 0.0.6 riscv, #958331

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index 3301de9f325a..3f65b365c6b0 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 IUSE="+freetype"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/plutosvg/
@ 2025-06-18 19:03 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-06-18 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ed1ed7b9382db8761d59ce6ed4bce01d4259bd23
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 19:03:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 19:03:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1ed7b9

media-libs/plutosvg: Keyword 0.0.6 arm64, #958331

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

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index e75232b6ee7e..1f47996a5259 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
 
 IUSE="+freetype"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/plutosvg/
@ 2025-06-18 19:03 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-06-18 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d04e00ed4ef67941a276e3e75087843eb136e043
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 19:02:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 19:02:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04e00ed

media-libs/plutosvg: Keyword 0.0.6 arm, #958331

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

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index 3f65b365c6b0..e75232b6ee7e 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm ~riscv"
 
 IUSE="+freetype"
 


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

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

commit:     9ace38ed26109becce741a9235d9f7a0ed89a281
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 04:44:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 04:44:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ace38ed

media-libs/plutosvg: Keyword 0.0.6 ppc, #958331

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

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index 1f47996a5259..1165dcdfcc93 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv"
 
 IUSE="+freetype"
 


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

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

commit:     2f5b21e8aff1e8a7ee3c9b6887f9e652432dc5dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 04:44:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 04:44:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5b21e8

media-libs/plutosvg: Keyword 0.0.6 ppc64, #958331

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

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index 1165dcdfcc93..7358adb423c7 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
 
 IUSE="+freetype"
 


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

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

commit:     a02cbad4e2e75d4fcfeae6b486914a0fb6964ae9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 04:44:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 04:44:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02cbad4

media-libs/plutosvg: Keyword 0.0.6 x86, #958331

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

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index 7358adb423c7..2d5bffc82ef2 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 IUSE="+freetype"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/plutosvg/
@ 2025-08-10 22:47 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2025-08-10 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     647f0a21570b5164c0cc8201bcae62a33fe8a54f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 22:41:15 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 22:41:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647f0a21

media-libs/plutosvg: Stabilize 0.0.6 amd64, #960687

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

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

diff --git a/media-libs/plutosvg/plutosvg-0.0.6.ebuild b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
index 2d5bffc82ef2..66984471c9f3 100644
--- a/media-libs/plutosvg/plutosvg-0.0.6.ebuild
+++ b/media-libs/plutosvg/plutosvg-0.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sammycage/plutosvg/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 IUSE="+freetype"
 


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

end of thread, other threads:[~2025-08-10 22:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 19:03 [gentoo-commits] repo/gentoo:master commit in: media-libs/plutosvg/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-08-10 22:47 Ionen Wolkens
2025-07-25  4:46 Sam James
2025-07-25  4:46 Sam James
2025-07-25  4:46 Sam James
2025-06-18 19:03 Sam James
2025-06-18 16:56 Jakov Smolić
2025-04-10  7:16 Matt Jolly

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