gentoo-ebuilds/media-libs/sdl3-ttf/metadata.xml
Matt Jolly 4cfe716886
media-libs/sdl3-ttf: new package, add 3.2.2
This package adds USE `plutosvg` when compared with
`media-libs/sdl2-ttf`. This uses `media-libs/plutosvg` to
provide colour emoji support.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
2025-04-10 17:09:23 +10:00

23 lines
825 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<maintainer type="person">
<email>kangie@gentoo.org</email>
<name>Matt Jolly</name>
</maintainer>
<longdescription>
This library is a wrapper around the FreeType and Harfbuzz libraries,
allowing you to use TrueType fonts to render text in SDL applications.
</longdescription>
<use>
<flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for enhanced font rendering</flag>
<flag name="plutosvg">Use <pkg>media-libs/plutosvg</pkg> for colour emoji support</flag>
</use>
<upstream>
<remote-id type="github">libsdl-org/SDL_ttf</remote-id>
</upstream>
</pkgmetadata>