23 lines
625 B
Plaintext
23 lines
625 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:
|
|
|
|
sun: SDL built with our native audio driver.
|
|
|
|
oss: SDL built with sound support using OSS audio.
|
|
|
|
esd: SDL built with the esound package.
|
|
This FLAVOR requires the esound package.
|
|
|
|
gl: SDL built with OpenGL video support.
|
|
|
|
arts: SDL built with ARTS support.
|
|
This FLAVOR requires the kdelibs package.
|
|
|
|
no_x11: Built without X11.
|
|
|
|
WWW: ${HOMEPAGE}
|