SDL_image 1.2.10 PRE-RELEASE!

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!–
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I just built and tested SDL_mixer-1.2.10 and SDL_image-1.2.11 on
Haiku, and TuxMath and TuxPaint both work again as expected. So the
pre-releases seem to be ok on Haiku at least. Is there a test suite
available to run a fuller test with?

-scottmcOn Sat, Nov 14, 2009 at 12:18 PM, Sam Lantinga wrote:

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!

? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I was just thinking that a test suite for SDL_image, SDL_mixer, and
SDL_ttf would be a really good thing to have.On Sat, Nov 14, 2009 at 2:10 PM, scott mc wrote:

On Sat, Nov 14, 2009 at 12:18 PM, Sam Lantinga <@slouken> wrote:

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!

? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I just built and tested SDL_mixer-1.2.10 and SDL_image-1.2.11 on
Haiku, and TuxMath and TuxPaint both work again as expected. ?So the
pre-releases seem to be ok on Haiku at least. ?Is there a test suite
available to run a fuller test with?

-scottmc


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

hi,

you can use the pygame test suite. It tests a lot of the features of
these libraries.

svn co svn://seul.org/svn/pygame/trunk pygame

cd pygame
./configure
make install

python run_tests.py

After the configure step you may want to edit the ‘Setup’ file to set
the paths for the SDL_* libraries you want to test against.

cheers,On Sat, Nov 14, 2009 at 11:26 PM, Sam Lantinga wrote:

I was just thinking that a test suite for SDL_image, SDL_mixer, and
SDL_ttf would be a really good thing to have.

On Sat, Nov 14, 2009 at 2:10 PM, scott mc wrote:

On Sat, Nov 14, 2009 at 12:18 PM, Sam Lantinga wrote:

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!

? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I just built and tested SDL_mixer-1.2.10 and SDL_image-1.2.11 on
Haiku, and TuxMath and TuxPaint both work again as expected. ?So the
pre-releases seem to be ok on Haiku at least. ?Is there a test suite
available to run a fuller test with?

-scottmc


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

building ‘pygame._camera’ extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv
-Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc
-arch x86_64 -pipe -Ddarwin
-I/Library/Frameworks/SDL.framework/Versions/Current/Headers
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-c src/_camera.c -o build/temp.macosx-10.6-universal-2.6/src/_camera.o
In file included from src/_camera.c:36:
src/camera.h:99: error: expected specifier-qualifier-list before
?SeqGrabComponent?
src/_camera.c: In function ?camera_get_controls?:
src/_camera.c:235: error: ?PyCameraObject? has no member named ?hflip?
src/_camera.c:235: error: ?PyCameraObject? has no member named ?vflip?On Sun, Nov 15, 2009 at 12:58 AM, Ren? Dudfield wrote:

hi,

you can use the pygame test suite. ?It tests a lot of the features of
these libraries.

svn co svn://seul.org/svn/pygame/trunk pygame

cd pygame
./configure
make install

python run_tests.py

After the configure step you may want to edit the ‘Setup’ file to set
the paths for the SDL_* libraries you want to test against.

cheers,

On Sat, Nov 14, 2009 at 11:26 PM, Sam Lantinga <@slouken> wrote:

I was just thinking that a test suite for SDL_image, SDL_mixer, and
SDL_ttf would be a really good thing to have.

On Sat, Nov 14, 2009 at 2:10 PM, scott mc wrote:

On Sat, Nov 14, 2009 at 12:18 PM, Sam Lantinga <@slouken> wrote:

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!

? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I just built and tested SDL_mixer-1.2.10 and SDL_image-1.2.11 on
Haiku, and TuxMath and TuxPaint both work again as expected. ?So the
pre-releases seem to be ok on Haiku at least. ?Is there a test suite
available to run a fuller test with?

-scottmc


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

So is this good to go for today?On Sat, Nov 14, 2009 at 12:18 PM, Sam Lantinga <@slouken> wrote:

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!

? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

Hi,

I’ve commented out the camera module, it’s not required and
compilation seems currently broken on 10.6.

cheers,On Sun, Nov 15, 2009 at 10:50 AM, Sam Lantinga wrote:

building ‘pygame._camera’ extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv
-Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc
-arch x86_64 -pipe -Ddarwin
-I/Library/Frameworks/SDL.framework/Versions/Current/Headers
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-c src/_camera.c -o build/temp.macosx-10.6-universal-2.6/src/_camera.o
In file included from src/_camera.c:36:
src/camera.h:99: error: expected specifier-qualifier-list before
?SeqGrabComponent?
src/_camera.c: In function ?camera_get_controls?:
src/_camera.c:235: error: ?PyCameraObject? has no member named ?hflip?
src/_camera.c:235: error: ?PyCameraObject? has no member named ?vflip?

On Sun, Nov 15, 2009 at 12:58 AM, Ren? Dudfield <@Rene_Dudfield> wrote:

hi,

you can use the pygame test suite. ?It tests a lot of the features of
these libraries.

svn co svn://seul.org/svn/pygame/trunk pygame

cd pygame
./configure
make install

python run_tests.py

After the configure step you may want to edit the ‘Setup’ file to set
the paths for the SDL_* libraries you want to test against.

cheers,

On Sat, Nov 14, 2009 at 11:26 PM, Sam Lantinga wrote:

I was just thinking that a test suite for SDL_image, SDL_mixer, and
SDL_ttf would be a really good thing to have.

On Sat, Nov 14, 2009 at 2:10 PM, scott mc wrote:

On Sat, Nov 14, 2009 at 12:18 PM, Sam Lantinga wrote:

Please try this pre-release out today and let me know if there are any issues!
http://www.libsdl.org/tmp/SDL_image/

Changes:

  • Fixed bug loading multiple images

See ya!

? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I just built and tested SDL_mixer-1.2.10 and SDL_image-1.2.11 on
Haiku, and TuxMath and TuxPaint both work again as expected. ?So the
pre-releases seem to be ok on Haiku at least. ?Is there a test suite
available to run a fuller test with?

-scottmc


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org