summaryrefslogtreecommitdiff
path: root/devel/SDL_gfx
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-07 10:55:22 +0000
committerwiz <wiz>2009-01-07 10:55:22 +0000
commit0d11f1e21ea1796a1b535a3036359ef6ac11423a (patch)
treec902f828b23504f5f84bbcf953590d294f6a47b6 /devel/SDL_gfx
parentfad2428068b7528311061a59c9f6c2269b828a82 (diff)
downloadpkgsrc-0d11f1e21ea1796a1b535a3036359ef6ac11423a.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')
-rw-r--r--devel/SDL_gfx/Makefile4
-rw-r--r--devel/SDL_gfx/distinfo8
2 files changed, 6 insertions, 6 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/
diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo
index 9581ea8a069..143796178d5 100644
--- a/devel/SDL_gfx/distinfo
+++ b/devel/SDL_gfx/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2007/02/06 10:13:46 adam Exp $
+$NetBSD: distinfo,v 1.9 2009/01/07 10:55:22 wiz Exp $
-SHA1 (SDL_gfx-2.0.16.tar.gz) = c0277d25daf4b680876ef04a893f64e90d9ce03d
-RMD160 (SDL_gfx-2.0.16.tar.gz) = 1ee1b19f5699b5f3661a9ba461bc44a1e4f135da
-Size (SDL_gfx-2.0.16.tar.gz) = 830086 bytes
+SHA1 (SDL_gfx-2.0.18.tar.gz) = 99b5728d718c852cbb0ea973285ad81fe7d6f404
+RMD160 (SDL_gfx-2.0.18.tar.gz) = 57cb3f7b734485cc15d30e6132f63fc59d40872e
+Size (SDL_gfx-2.0.18.tar.gz) = 860005 bytes