summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-08-23 06:07:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-08-23 06:07:04 +0000
commit76c31b47faf20a97aaea34a3c7686c47a54d8b75 (patch)
tree30a1e96f2f98ceee1928f536f44b79ba4fed9aaa /media-libs/libsdl
parentadd GLEP 56 USE flag desc from use.local.desc (diff)
downloadhistorical-76c31b47faf20a97aaea34a3c7686c47a54d8b75.tar.gz
historical-76c31b47faf20a97aaea34a3c7686c47a54d8b75.tar.bz2
historical-76c31b47faf20a97aaea34a3c7686c47a54d8b75.zip
fix up metadata.xml (glep 56)
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/metadata.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/libsdl/metadata.xml b/media-libs/libsdl/metadata.xml
index 7bffbdb345a5..f6ce6454e020 100644
--- a/media-libs/libsdl/metadata.xml
+++ b/media-libs/libsdl/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>games</herd>
-<longdescription>
+ <herd>games</herd>
+ <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
@@ -18,4 +18,10 @@ 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="custom-cflags">Allow users to use any CFLAGS they like completely (at their own risk)</flag>
+ <flag name="noaudio">Allow users to disable audio support completely (at their own risk)</flag>
+ <flag name="nojoystick">Allow users to disable joystick support completely (at their own risk)</flag>
+ <flag name="novideo">Allow users to disable video support completely (at their own risk)</flag>
+ </use>
</pkgmetadata>