summaryrefslogtreecommitdiff
path: root/media-libs/libsdl2/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-libs/libsdl2/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'media-libs/libsdl2/metadata.xml')
-rw-r--r--media-libs/libsdl2/metadata.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml
new file mode 100644
index 000000000000..04b7e237bb79
--- /dev/null
+++ b/media-libs/libsdl2/metadata.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</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="fusionsound">use FusionSound audio driver</flag>
+ <flag name="gles">include OpenGL ES support</flag>
+ <flag name="haptic">Enable the haptic (force feedback) subsystem
+ </flag>
+ <flag name="joystick">Control joystick support
+ (disable at your own risk)</flag>
+ <flag name="sound">Control audio support (disable at your own risk)
+ </flag>
+ <flag name="tslib">Build with tslib support for touchscreen devices
+ </flag>
+ <flag name="video">Control video support (disable at your own risk)
+ </flag>
+ </use>
+</pkgmetadata>