summaryrefslogtreecommitdiff
path: root/devel/SDL_gfx/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-01-07 10:55:22 +0000
committerwiz <wiz@pkgsrc.org>2009-01-07 10:55:22 +0000
commit27e68e95fca999f6a51f6819627a16cceab08652 (patch)
treec902f828b23504f5f84bbcf953590d294f6a47b6 /devel/SDL_gfx/Makefile
parentdab61a8afa4b4b8da033d21211a5dd6baf3c90d3 (diff)
downloadpkgsrc-27e68e95fca999f6a51f6819627a16cceab08652.tar.gz
Update to 2.0.18:
Ver 2.0.18 - Sun Dec 21 08:38:20 PST 2008 * libtool update for dependencies * MSVC C89 variable hoisting to enable MSVC compile (sweetlilmre) * addition of VC9 (Visual Studio 2008) project file (sweetlilmre) * update to MinGW make file (Sergio Padrino, sweetlilmre) * fix uninitialised variables in _putPixelAlpha() (Paul Pedriana) * reverted to original alpha routine in _putPixelAlpha() as new one was causing issues in 16bbp new routine #define has been renamed to EXPERIMENTAL_ALPHA_PIXEL_ROUTINE original is now DEFAULT_ALPHA_PIXEL_ROUTINE * added colorkey handling patch to rotozoom (Sergio Padrino) * downgraded optimization to -O for asm compatibility with gcc4 Ver 2.0.17 - Sun Jun 1 15:39:38 EDT 2008 * hline/vline clipping and swap-logic fixed * clipping box dimension check added and clipping-checks optimized * TestFonts program updated * Updated documentation on cross-compilation, AMD64 * Fixed circleColor overdraw * Added arcColor routine * Added polygonColorMT and polygonTextureMT routines * Updated 32bit alpha blending routine
Diffstat (limited to 'devel/SDL_gfx/Makefile')
-rw-r--r--devel/SDL_gfx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile
index f87e396b8ba..9c42935ccbb 100644
--- a/devel/SDL_gfx/Makefile
+++ b/devel/SDL_gfx/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2008/01/03 23:22:22 heinz Exp $
+# $NetBSD: Makefile,v 1.31 2009/01/07 10:55:22 wiz Exp $
-DISTNAME= SDL_gfx-2.0.16
+DISTNAME= SDL_gfx-2.0.18
CATEGORIES= devel
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/