metadata.xml 905 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>games@gentoo.org</email>
  6. <name>Gentoo Games Project</name>
  7. </maintainer>
  8. <longdescription>
  9. SDL graphics drawing primitives and other support functions
  10. The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing
  11. routines such as lines, circles or polygons and SDL_rotozoom which implemented a
  12. interpolating rotozoomer for SDL surfaces.
  13. The current components of the SDL_gfx library are:
  14. * Graphic Primitives (SDL_gfxPrimitves.h)
  15. * Rotozoomer (SDL_rotozoom.h)
  16. * Framerate control (SDL_framerate.h)
  17. * MMX image filters (SDL_imageFilter.h)
  18. The library is backwards compatible to the above mentioned code. Its is written in plain C
  19. and can be used in C++ code.
  20. </longdescription>
  21. </pkgmetadata>