logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (1424B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <name>Haelwenn (lanodan) Monnier</name>
  6. <email>contact@hacktivis.me</email>
  7. </maintainer>
  8. <longdescription>
  9. Simple DirectMedia Layer is a cross-platform multimedia library designed
  10. to provide low level access to audio, keyboard, mouse, joystick, 3D
  11. hardware via OpenGL, and 2D video framebuffer. It is used by MPEG
  12. playback software, emulators, and many popular games, including the
  13. award winning Linux port of "Civilization: Call To Power."
  14. Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic,
  15. MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also
  16. code, but no official support, for Windows CE, AmigaOS, Dreamcast,
  17. Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
  18. SDL is written in C, but works with C++ natively, and has bindings to
  19. several other languages, including Ada, Eiffel, Java, Lua, ML, Perl,
  20. PHP, Pike, Python, and Ruby.
  21. </longdescription>
  22. <use>
  23. <flag name="joystick">Control joystick support (disable at your own risk)</flag>
  24. <flag name="sound">Control audio support (disable at your own risk)</flag>
  25. <flag name="tslib">Build with tslib support for touchscreen devices</flag>
  26. <flag name="video">Control video support (disable at your own risk)</flag>
  27. </use>
  28. </pkgmetadata>