wcobb c480039af9 Update to SDL-1.2.5.
- sdl-config no longer provides -I${LOCALBASE}/include.
- add an `aa' flavor (ASCII art display).
- GNU make is not needed.
- don't use nasm with gcc 3.
- don't install a SEGV handler.
- prevent the joystick driver from picking up usb keyboards.
ok pvalchev@
2002-11-30 11:17:26 +00:00

22 lines
609 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.
esd: SDL built with the esound package.
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.
no_x11: Built without X11.
WWW: ${HOMEPAGE}