public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/
@ 2023-06-02 15:35 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-06-02 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cbfc28c7982b0c84dd1ab37c432d651501f9df03
Author:     Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Wed Apr  5 13:50:00 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 15:33:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfc28c7

media-libs/sdl2-pango: new package, add 2.1.5

Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/sdl2-pango/Manifest                |  1 +
 media-libs/sdl2-pango/metadata.xml            | 26 ++++++++++++++++++++++++
 media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild | 29 +++++++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/media-libs/sdl2-pango/Manifest b/media-libs/sdl2-pango/Manifest
new file mode 100644
index 000000000000..414b7f924cfb
--- /dev/null
+++ b/media-libs/sdl2-pango/Manifest
@@ -0,0 +1 @@
+DIST sdl2-pango-2.1.5.tar.gz 643659 BLAKE2B 6ab082e4a7a8df20c2533c8513b0c222a75bc53e4565714322fedd5594276b441df55f7c5a933c326fa029e533723e36b8e4bd065a4013bf7337d1e93b9dbc61 SHA512 381fce666949211f2c25b73e8ccc97e2b96aab725dc5f74135c7e62ffb6fb93053b0323c79f1c32ceab03a4ef335cf407979d82f1ab0778610e7dcbfc42b6e9c

diff --git a/media-libs/sdl2-pango/metadata.xml b/media-libs/sdl2-pango/metadata.xml
new file mode 100644
index 000000000000..953729f5ea51
--- /dev/null
+++ b/media-libs/sdl2-pango/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>rndxelement@protonmail.com</email>
+		<name>Philipp Rösner</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+	The sdl2-pango package is a software library that provides
+	a way to render text using the SDL2 library and the Pango
+	text layout and rendering engine.
+	SDL2 is a popular cross-platform library for multimedia and
+	game development, while Pango is a library for layout and
+	rendering of internationalized text. By combining these
+	two libraries, the sdl2-pango package allows developers to
+	easily add high-quality text rendering capabilities to their
+	SDL2-based applications.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">markuskimius/SDL2_Pango</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
new file mode 100644
index 000000000000..5f493ccc3765
--- /dev/null
+++ b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="SDL2 port of SDL_Pango for rendering text using Pango"
+HOMEPAGE="https://github.com/markuskimius/SDL2_Pango/"
+SRC_URI="https://github.com/markuskimius/SDL2_Pango/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/glib:2
+	media-libs/freetype
+	media-libs/fontconfig
+	media-libs/harfbuzz:=
+	media-libs/libsdl2[video]
+	x11-libs/pango"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/SDL2_Pango-${PV}"
+
+src_install() {
+	default
+	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete \
+		|| die "Failed to delete .a or .la files"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/
@ 2023-07-27  6:40 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-07-27  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2ea644b8c5d1ec82abc70eeb3c0c7082e3a6e20a
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 06:39:46 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 06:39:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea644b8

media-libs/sdl2-pango: Keyword 2.1.5 x86, #908286

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

 media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
index 5f493ccc3765..23eede70024c 100644
--- a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
+++ b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/markuskimius/SDL2_Pango/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-libs/glib:2
 	media-libs/freetype


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/
@ 2023-08-02  6:53 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-08-02  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     620007cfae63e61605e19cf66378b9aa0fc013f8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 06:53:04 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 06:53:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620007cf

media-libs/sdl2-pango: Keyword 2.1.5 ppc, #908286

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

 media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
index 23eede70024c..5d3e2fac22bb 100644
--- a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
+++ b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/markuskimius/SDL2_Pango/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="dev-libs/glib:2
 	media-libs/freetype


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/
@ 2023-10-13 15:11 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-10-13 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e300fd0ecc903a0ec67cc8ea3858afa9e1b8dfd1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 15:10:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 15:10:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e300fd0e

media-libs/sdl2-pango: Stabilize 2.1.5 amd64, #914856

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

 media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
index 35a345ec1b3b..6b3cb6540e87 100644
--- a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
+++ b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/markuskimius/SDL2_Pango/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="dev-libs/glib:2
 	media-libs/freetype


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/
@ 2023-10-13 15:11 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-10-13 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     66fdb7efffa4ef338c8ff1aff6b1c69b697014c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 15:10:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 15:10:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fdb7ef

media-libs/sdl2-pango: Stabilize 2.1.5 x86, #914856

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

 media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
index 5d3e2fac22bb..35a345ec1b3b 100644
--- a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
+++ b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/markuskimius/SDL2_Pango/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="dev-libs/glib:2
 	media-libs/freetype


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/
@ 2023-11-01 19:03 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-11-01 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8a7091800cccdeda634faf15aa66400c4ed012d5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 19:03:28 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 19:03:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a709180

media-libs/sdl2-pango: Stabilize 2.1.5 ppc, #916589

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

 media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
index 6b3cb6540e87..eb1a0d2040a1 100644
--- a/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
+++ b/media-libs/sdl2-pango/sdl2-pango-2.1.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/markuskimius/SDL2_Pango/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="dev-libs/glib:2
 	media-libs/freetype


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

end of thread, other threads:[~2023-11-01 19:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 15:11 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-pango/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-01 19:03 Arthur Zamarin
2023-10-13 15:11 Sam James
2023-08-02  6:53 Joonas Niilola
2023-07-27  6:40 Joonas Niilola
2023-06-02 15:35 Joonas Niilola

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