logo

overlay

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

metadata.xml (1691B)


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