pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/SDL_gfx Update to 2.0.18:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0661e1fc303c
branches:  trunk
changeset: 552620:0661e1fc303c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 07 10:55:22 2009 +0000

description:
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:

 devel/SDL_gfx/Makefile |  4 ++--
 devel/SDL_gfx/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 0aedc30a9b88 -r 0661e1fc303c devel/SDL_gfx/Makefile
--- a/devel/SDL_gfx/Makefile    Wed Jan 07 10:54:41 2009 +0000
+++ b/devel/SDL_gfx/Makefile    Wed Jan 07 10:55:22 2009 +0000
@@ -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 -r 0aedc30a9b88 -r 0661e1fc303c devel/SDL_gfx/distinfo
--- a/devel/SDL_gfx/distinfo    Wed Jan 07 10:54:41 2009 +0000
+++ b/devel/SDL_gfx/distinfo    Wed Jan 07 10:55:22 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index