summaryrefslogtreecommitdiff
blob: fabe55791e723b0aa738fa35ea56126a36934e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
	<longdescription>
		This is a sample library which allows you to use TrueType
		fonts in your SDL applications. It
		comes with an example program "showfont" which displays an
		example string for a given
		TrueType font file.
	</longdescription>
	<use>
		<flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for enhanced font rendering</flag>
	</use>
	<upstream>
		<remote-id type="github">libsdl-org/SDL_ttf</remote-id>
	</upstream>
</pkgmetadata>