fpc/packages/sdl
joost 0c87700084 * More packages switched to fpmake building
git-svn-id: trunk@19970 -
2012-01-05 16:29:36 +00:00
..
src + adapted SDL package to user PowerSDL headers on MorphOS. 2010-10-23 12:35:49 +00:00
fpmake.pp * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
LGPL * sdl moved 2008-01-27 10:35:18 +00:00
LGPL.addon * sdl moved 2008-01-27 10:35:18 +00:00
Makefile * More packages switched to fpmake building 2012-01-05 16:29:36 +00:00
Makefile.fpc * More packages switched to fpmake building 2012-01-05 16:29:36 +00:00
Makefile.fpc.fpcmake * More packages switched to fpmake building 2012-01-05 16:29:36 +00:00
MPL-1.1 * sdl moved 2008-01-27 10:35:18 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00

Taken from project jedi (http://www.delphi-jedi.org/Jedi:TEAM_SDL_HOME) with permission.

Relicensed under LGPLv2 with exception as per LGPL and LGPL.addon with permission. You can use this code as long as you abide by either the LGPL + exception license, or the original MPL-1.1 license.

Currently, only SDL, SDL_Image, SDL_Mixer, SDL_gfx and SDL_ttf are compiled and installed. Additional files will be addes as I'm able to test them.

SDL_mixer_nosmpeg unit was added to provide a "smpeg-less" way to use SDL_mixer if the users don't need mp3 support and don't want to depend on the somewhat rare smpeg.dll/so/dylib. Ofcourse for this to work, you need to have a libSDL setup (eg: the libs themselves) without smpeg compiled in. It's worth the trouble in windows however...