pygame dependencies on windows

These dependencies are built for Pygame 1.8 and Python 2.4 and later. They were built using the msys_build_deps.py script included with the Pygame source files. The dependencies were compiled and linked with MinGW. See the wiki at pygame.org for details. There size was reduced using strip --strip-all. They link to the Windows C library msvcr71.dll, which is provided with Python. This list of libraries shows the version used in the prebuilt as well as a link to the actual source bundle used.

libSDL 1.2.13 SDL-1.2.13.zip
zlib 1.2.3 zlib-1.2.3.tar.gz
libpng 1.2.24 PNG reference library: libpng at SourceForge.net
libjpeg 6b jpegsrc.v6b.tar.gz
libtiff 3.8.2 tiff-3.8.2.tar.gz
SDL_image 1.2.6 SDL_image-1.2.6.zip
freetype 2.3.5 The FreeType Project at SourceForge.net
SDL_ttf 2.0.9 SDL_ttf-2.0.9.zip
libvorbis 1.2.0 libvorbis-1.2.0.zip
libogg 1.1.3 libogg-1.1.3.zip
SDL mixer 1.2.8 SDL_mixer-1.2.8.zip
smpeg (Rev 370) svn co -r 370 svn://svn.icculus.org/smpeg/trunk smpeg

To use, place the prebuilt directory in the root directory of the Pygame source. Use the Visual C, not the MSYS, option when configuring setup.py, and choose prebuilt.