summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libsdl/metadata.xml')
-rw-r--r--media-libs/libsdl/metadata.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/media-libs/libsdl/metadata.xml b/media-libs/libsdl/metadata.xml
new file mode 100644
index 0000000..6a3aa9f
--- /dev/null
+++ b/media-libs/libsdl/metadata.xml
@@ -0,0 +1,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>