diff options
author | adam <adam@pkgsrc.org> | 2005-01-05 12:24:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-05 12:24:55 +0000 |
commit | 051c9b7300ecec519ef63fa5d3bc62f05b8ecd03 (patch) | |
tree | 2832fd8c64bcb95e9451515b7cf2c1e178fa1bb3 /devel | |
parent | e07bdcef6373c986b0a7288cc6c2b70a71ee1623 (diff) | |
download | pkgsrc-051c9b7300ecec519ef63fa5d3bc62f05b8ecd03.tar.gz |
Changes 2.0.13:
* changed include back to "SDL.h"
* compile fixes for OSX fink
* compile fixes for gcc3.4
* support vertical and horizontal flipping of axis in new
rotozoomSurfaceXY function
* updated TestRotozoom program
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL_gfx/Makefile | 9 | ||||
-rw-r--r-- | devel/SDL_gfx/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index efb35756e8b..d162e1bb70b 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:24 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/01/05 12:24:55 adam Exp $ -DISTNAME= SDL_gfx-2.0.12 -PKGREVISION= 1 +DISTNAME= SDL_gfx-2.0.13 CATEGORIES= devel MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/ @@ -10,10 +9,10 @@ HOMEPAGE= http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/ COMMENT= Basic drawing routines for SDL USE_BUILDLINK3= YES -USE_X11= YES -GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES +USE_X11= YES +GNU_CONFIGURE= YES .if (${MACHINE_ARCH} != "i386") CONFIGURE_ARGS+= --disable-mmx diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo index 067c9fefbe1..963e45f94e7 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/09/24 13:49:13 adam Exp $ +$NetBSD: distinfo,v 1.5 2005/01/05 12:24:55 adam Exp $ -SHA1 (SDL_gfx-2.0.12.tar.gz) = 7875079e84cb96b98620deddd483542d55786dd5 -Size (SDL_gfx-2.0.12.tar.gz) = 556295 bytes +SHA1 (SDL_gfx-2.0.13.tar.gz) = 406c2aecec20961156338b7eba83963bc22a5287 +Size (SDL_gfx-2.0.13.tar.gz) = 598297 bytes |