Sam Lantinga <slouken@libsdl.org> [Wed, 07 Oct 2009 04:31:45 +0000] rev 3349
Upgrading libtool didn't fix bug #499
Sam Lantinga <slouken@libsdl.org> [Tue, 06 Oct 2009 03:34:10 +0000] rev 3348
Eric Wing to Sam
Also noticed the SDL.h header in 1.3 didn't have the /** for the methods while testing. Attached is a quick fix patch.
Sam Lantinga <slouken@libsdl.org> [Tue, 06 Oct 2009 03:33:10 +0000] rev 3347
Eric Wing to Sam
Sorry, here's another small fix.
I changed two options in the Doxyfiles in the XcodeDocSet directories which should allow at least a brief description to be seen in Quick Help.
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 22:21:17 +0000] rev 3346
Updated libtool to version 2.2.6a
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 21:00:33 +0000] rev 3345
Split out ltoptions.m4
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 20:46:33 +0000] rev 3344
Fixed make dist
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 20:45:59 +0000] rev 3343
Fixed make dist
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 20:44:04 +0000] rev 3342
Split acinclude.m4 into its constituent parts for easy upgrading
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 19:14:30 +0000] rev 3341
Fixed bug #826
Ken Bull 2009-10-04 09:51:30 PDT
2009/10/4 E. Wing <ewmailing@gmail.com>:
> Hi Kenneth,
> I noticed that SDL_SetColorKey and SDL_GetColorKey start with
> /*
> instead of
> /**
> in SDL_Surface.h in SDL 1.3.
>
> I haven't scrutinized the headers and I don't know if you had an
> automated process to add these, but I thought I would let you know in
> case there might be others that have the same problem.
>
> Thanks,
> Eric
>
The attached patch corrects this and other documentation errors in
SDL_surface.h
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 18:09:12 +0000] rev 3340
Fixed bug #522
Mike Frysinger 2007-12-10 16:47:36 PST
it's much easier to manage .pc files for cross-compiling setups than it is for
random *-config scripts ... the cross-compiled pkg-config files can all be
easily/tightly controlled and separate from the host pkg-config files. the
*-config files however are to be found in $PATH and can easily pick the wrong
one.
can we get the sdl.m4 macro updated so that it checks for libsdl.pc first via
the standard PKG_CHECK_MODULES() m4 macro, and if that fails, fall back to the
normal sdl-config voodoo.