20 lines
591 B
Plaintext
Raw Normal View History

2001-04-19 18:55:39 +00:00
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:
sun: SDL built with our native audio driver.
esd: SDL built with the esound package.
2001-04-19 18:55:39 +00:00
This FLAVOR requires the esound package.
arts: SDL built with ARTS support.
This FLAVOR requires the kdelibs package.
aa: SDL built with ASCII art support.
This FLAVOR requires the aalib package.
2001-04-19 18:55:39 +00:00
no_x11: Built without X11.