diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 06:01:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 06:01:21 +0000 |
commit | 4c5ac803c3ffe76cc81b01c6bcfb8e07b4622b03 (patch) | |
tree | 67547e697d7819736b367a82787ebd448bc26820 /media-libs/libsdl | |
parent | fix up metadata.xml (glep 56) (diff) | |
download | gentoo-2-4c5ac803c3ffe76cc81b01c6bcfb8e07b4622b03.tar.gz gentoo-2-4c5ac803c3ffe76cc81b01c6bcfb8e07b4622b03.tar.bz2 gentoo-2-4c5ac803c3ffe76cc81b01c6bcfb8e07b4622b03.zip |
fix up metadata.xml (glep 56)
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/metadata.xml | 10 |
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> |