37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>noreply@local</email>
|
|
<name>nil</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."
|
|
|
|
Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS
|
|
Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX.
|
|
There is also code, but no official support, for Windows CE,
|
|
AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and
|
|
SymbianOS.
|
|
|
|
SDL is written in C, but works with C++ natively, and has bindings
|
|
to several other languages, including Ada, Eiffel, Java, Lua, ML,
|
|
Perl, PHP, Pike, Python, and Ruby.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="camera">Enable camera subsystem.</flag>
|
|
<flag name="video">Control video support (disable at your own risk).</flag>
|
|
<flag name="sound">Control audio support (disable at your own risk).</flag>
|
|
<flag name="gles1">Include OpenGL ES 1.0 support.</flag>
|
|
<flag name="haptic">Enable the haptic (force feedback) subsystem</flag>
|
|
<flag name="sndio">Enable support for the <pkg>media-sound/sndio</pkg> backend</flag>
|
|
<flag name="pipewire">Enable support for the <pkg>media-video/pipewire</pkg> audio backend</flag>
|
|
<flag name="ibus">Enable support for app-i18n/ibus.</flag>
|
|
<flag name="kms">Build the KMSDRM video driver.</flag>
|
|
</use>
|
|
</pkgmetadata>
|