fpc/packages/sdl
Károly Balogh 9363585d19 don't try to build SVN on Amiga for now
git-svn-id: trunk@25144 -
2013-07-19 22:49:33 +00:00
..
src * postgres and sdl not supported under OS/2 2012-02-26 22:57:42 +00:00
fpmake.pp don't try to build SVN on Amiga for now 2013-07-19 22:49:33 +00:00
LGPL * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
LGPL.addon
Makefile Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:27:42 +00:00
Makefile.fpc * Now zipinstall is passed to fpmake by all Makefile.fpc's 2013-04-27 20:34:00 +00:00
Makefile.fpc.fpcmake * More packages switched to fpmake building 2012-01-05 16:29:36 +00:00
MPL-1.1
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...