pvalchev
d369ce13cc
revert sdl changes from here too
2006-10-19 00:35:03 +00:00
pvalchev
3a64a0fe42
sdl wantlib
2006-10-18 18:07:19 +00:00
espie
53d48f3c04
new libspecs
2006-08-01 23:39:08 +00:00
espie
04d06f7b44
bump C++ shared libs after typedef changes.
...
note that all SDL libs link with supc++ (potentially, and thus are affected)
-> don't take a chance, bump.
2006-01-13 23:40:22 +00:00
steven
b6b9bdd871
SHARED_LIBS, USE_LIBTOOL where necessary
2006-01-06 08:36:18 +00:00
jolan
64fde83848
update to 1.2.4
2005-07-03 21:35:57 +00:00
espie
2029e02f9b
FAKE=lib
2005-04-23 15:55:52 +00:00
naddy
3f04f8f321
SIZE
2005-01-05 16:22:24 +00:00
espie
b060aaf66c
WANTLIB markers
2004-11-24 00:11:03 +00:00
espie
f28f2a833d
switch to new plist, killing a few install scripts along the way.
2004-09-14 23:43:54 +00:00
naddy
2276d3b230
remove WWW lines
2003-12-15 21:42:08 +00:00
jolan
67e58ed296
update e-mail address, ok brad@
2003-05-12 08:23:45 +00:00
margarida
739224393c
Update to version 1.2.3
...
Some minor tweaks.
From MAINTAINER.
2003-04-03 23:40:05 +00:00
pvalchev
7331d3eb17
new maintainer: Jolan Luff
2002-12-08 20:23:55 +00:00
pvalchev
50309cb63a
do not rely on sdl-config providing -I${LOCALBASE}/include for other
...
headers because it does not anymore with upcoming update
2002-11-30 08:12:18 +00:00
mark
683105b9b8
+ # GPL
...
+ update-patches
+ chop NEED_VERSION
2002-09-03 06:19:18 +00:00
mark
53d481616f
sdl-image-1.2.2 update
2002-06-23 07:55:59 +00:00
brad
6ad96fb38f
new png header path.
2002-05-26 17:32:57 +00:00
pvalchev
6eab2aab98
change SDL dependency entries to simply match latest in-tree version, any flavor
2001-12-28 22:21:29 +00:00
mark
ce7c609bd9
update maintainer address
2001-12-24 07:51:05 +00:00
obecian
b182a982ef
sdl-image-1.2.1 update
2001-12-23 05:07:55 +00:00
obecian
7ab076a175
trailing patch-* (thanks wilfred)
2001-10-05 19:29:37 +00:00
obecian
1eb31d0368
use ports in-tree libtool patches
2001-10-05 17:35:26 +00:00
kevlo
5383140a88
Bump major rev in png dependeny entries after upgrade of png:
...
png.1 -> png.2
--
Ok'd by: brad@
2001-05-24 02:27:06 +00:00
obecian
ce347fdfc4
do not attempt to @dirrm include/SDL on supplementary libs
...
caught by pvalchev@, espie@ ok
2001-05-17 22:16:11 +00:00
obecian
ba288d1d99
sdl-image-1.2.0 import
...
This is a simple library to load images of various formats as SDL
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA,
and TIFF formats.
API:
#include "SDL_image.h"
SDL_Surface *IMG_Load(const char *file);
or
SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);
or
SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char
*type);
where type is a string specifying the format (i.e. "PNG" or "pcx").
Note that IMG_Load_RW cannot load TGA images.
An example program 'showimage' is included, with source in showimage.c
2001-05-07 04:08:40 +00:00