diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 09:34:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 09:34:30 +0000 |
commit | 5e6040f149e5e7b86af4c055d5bd1719a274df59 (patch) | |
tree | 96fdaed211f670ee2f8f1788d8ea3db3dd4d0127 /media-libs/sdl-gfx/metadata.xml | |
parent | add alsa patch #39109 (diff) | |
download | gentoo-2-5e6040f149e5e7b86af4c055d5bd1719a274df59.tar.gz gentoo-2-5e6040f149e5e7b86af4c055d5bd1719a274df59.tar.bz2 gentoo-2-5e6040f149e5e7b86af4c055d5bd1719a274df59.zip |
hppa luvin
Diffstat (limited to 'media-libs/sdl-gfx/metadata.xml')
-rw-r--r-- | media-libs/sdl-gfx/metadata.xml | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/media-libs/sdl-gfx/metadata.xml b/media-libs/sdl-gfx/metadata.xml index 8d6d6588c1b9..71195a1e8908 100644 --- a/media-libs/sdl-gfx/metadata.xml +++ b/media-libs/sdl-gfx/metadata.xml @@ -1,9 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> -<email>games@gentoo.org</email> -<name>Games Team</name> -</maintainer> +<herd>games</herd> +<longdescription> +SDL graphics drawing primitives and other support functions +The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing +routines such as lines, circles or polygons and SDL_rotozoom which implemented a +interpolating rotozoomer for SDL surfaces. + +The current components of the SDL_gfx library are: + + * Graphic Primitives (SDL_gfxPrimitves.h) + * Rotozoomer (SDL_rotozoom.h) + * Framerate control (SDL_framerate.h) + * MMX image filters (SDL_imageFilter.h) + +The library is backwards compatible to the above mentioned code. Its is written in plain C +and can be used in C++ code. +</longdescription> </pkgmetadata> |