summaryrefslogtreecommitdiff
blob: 6a3aa9f79116f4e4ef661c1724e1c69323e25679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>azamat.hackimov@gmail.com</email>
		<name>Azamat H. Hackimov</name>
	</maintainer>
	<longdescription>
Simple DirectMedia Layer is a cross-platform multimedia library designed 
to provide low level access to audio, keyboard, mouse, joystick, 3D 
hardware via OpenGL, and 2D video framebuffer. It is used by MPEG 
playback software, emulators, and many popular games, including the 
award winning Linux port of "Civilization: Call To Power."

SDL supports Linux, Windows, Windows CE, BeOS, MacOS, MacOS X, FreeBSD,
NetBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. The code also contains
support for AmigaOS, Dreamcast, Atari, AIX, OSF/Tru64, RISC OS,
SymbianOS, and OS/2, but these are not officially supported.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, C#, D, Eiffel, Erlang, Euphoria,
Go, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
Pike, Pliant, Python, Ruby, Smalltalk, and Tcl.
</longdescription>
	<upstream>
		<doc lang="en">http://www.libsdl.org/cgi/docwiki.cgi</doc>
		<bugs-to>http://bugzilla.libsdl.org</bugs-to>
	</upstream>
	<use>
		<!--flag name="directx">Adds support for Windows DirectX audio and video</flag-->
		<flag name="asm">Enable assembly for optimization (3dnow, mmx, sse, sse2)</flag>
		<flag name="fusionsound">Enable FusionSound audio support</flag>
		<flag name="gles">Enable OpenGL ES video support</flag>
		<flag name="tslib">Enable tslib-based touchscreen device support</flag>
		<flag name="video">Control video support (disable at your own risk)</flag>
	</use>
</pkgmetadata>