2001-04-19 18:55:39 +00:00

20 lines
574 B
Plaintext

Simple DirectMedia Layer is a cross-platform multimedia
library designed to provide fast access to the graphics
framebuffer and audio device. It is used by MPEG playback
software, emulators, and many popular games.
Packages can be built with additional FLAVORs:
oss: SDL built with sound support using OSS audio.
This FLAVOR requires the esound package.
gl: SDL built with OpenGL video support.
This FLAVOR requires the Mesa library.
arts: SDL built with ARTS support.
This FLAVOR requires the kdelibs package.
no_x11: Built without X11.
WWW: ${HOMEPAGE}