[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] New Pygame Windows dependencies available



That's awesome :)


On Sat, Jul 10, 2010 at 9:20 PM, <len-l@xxxxxxxxx> wrote:
Hi everyone,

I have just released the latest Pygame Windows dependencies (experimental) for Pythons 2.4. and 2.5. They were built with the GCC 4.5.0 compilers. Unfortunately these are not drop in replacements for the 1.9.0 libraries. Pygame must be rebuilt. So I have also made a Pygame 1.9.2a0 (rev 2828) installer available for Python 2.5.

http://www3.telus.net/len_l/pygame/pygame-1.9.2a0.win32-py2.5.msi
http://www3.telus.net/len_l/pygame/experimental/prebuilt-pygame1.9.2a0-msvcr71-win32-exp.zip

md5sums:
550a8fbcfa2354aebfdcf4b7f96a2b60 *experimental/prebuilt-pygame1.9.2a0-msvcr71-win32-exp.zip
cb4ac8cb4318010bd0fecb428fab83c9 *pygame-1.9.2a0.win32-py2.5.msi

library versions used:
SDL 1.2.14
SDL_image 1.2.10
SDL_mixer 1.2.11
SDL_ttf 2.0.9
smpeg revision 389 from SVN
freetype 2.3.12
libogg 1.2.0
libvorbis 1.3.1
FLAC 1.2.1
tiff 3.9.4
libpng 1.4.3
jpeg 8b
zlib 1.2.5
PortMidi revision 201 from SVN (patched)
ffmpeg revision 23520 from SVN


Dependencies and installers for Python 2.6 and 3.1 should follow shortly. I am trying to iron out a problem with smpeg (there is a work around though, if necessary.)

This new set of dependencies includes the ffmpeg libraries, and the Pygame build has the _movie module that uses it (still in development). Attached is a simple movie player for Windows. Ironically it plays youtube standard .flv and mencoder generated .avi files better than the .mpg files need by the smpeg based movie module.

Have fun,

Lenard Lindstrom