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
38
39
40
41
42
43
44
45
46
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
<maintainer>
<email>leycec@gmail.com</email>
<name>leycec</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="audio">Support video devices (strongly recommended!)</flag>
<flag name="asm">Enable assembly for optimization (3dnow, mmx, sse, sse2)</flag>
<flag name="feedback">Support tactile feedback (e.g., vibration) devices</flag>
<flag name="fusionsound">Enable FusionSound audio support</flag>
<flag name="gles">Enable OpenGL ES video support</flag>
<flag name="joystick">Support joystick devices</flag>
<flag name="ps3">Build the PS3 video driver</flag>
<flag name="tslib">Enable tslib-based touchscreen device support</flag>
<flag name="video">Control video support (disable at your own risk)</flag>
<flag name="xcursor">Enable Xcursor-based cursor theme support</flag>
<flag name="xinput">Enable xinput-based touchscreen and multiple input device support (recommended)</flag>
<flag name="xrandr">Enable XRandR-based resolution switching (recommended)</flag>
<flag name="xvidmode">Enable XVidMode-based resolution switching (not recommended)</flag>
</use>
</pkgmetadata>
|