diff options
author | adam <adam@pkgsrc.org> | 2007-01-07 12:06:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-01-07 12:06:35 +0000 |
commit | cdee5361b707a43e29ede8a93cf5108dfd64d9ca (patch) | |
tree | 34324b3b1f83e94f3f766b9f6099ade11fc3cf2f /devel/SDL_gfx/distinfo | |
parent | 86905c7a8cd71991187714f0a457365b17aca83e (diff) | |
download | pkgsrc-cdee5361b707a43e29ede8a93cf5108dfd64d9ca.tar.gz |
Changes 2.0.15:
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha
* various bugfixes in return value generation and return
* lock font-surface before using it
* fix some breakage in non-MMX filter routines
* fix typo in TestABGR
* fix double buffer flipping in Tets programs
* fixed microversion in .h
* fixed texturePolygon inverted bug
* fixed wrong surface use in test 21 of TestRotozoom
* added pitch handling in font surface
Changes 2.0.14:
* added texturedPolygon routine to library
* changed iterator condition in aaellipse to add some overdraw to smooth circle
* added ShrinkImage routine to rotozoom code
* added TestABGR Test program
* improved TestImageFilter program
* changed .so versioning from .so.13.0.0 to .so.0.0.14
* added updated MacOSX ProjectBuilder file
* added info on MacOSX 10.3 build
* added mingw (on cygwin) makefile
* added Dev-Cpp makefile
* removed some unused variables from gfx and rotozoom code
* fixed a non-critical typecast mistake
* converted all C++ comments to C comments in SDL_imageFilter
Diffstat (limited to 'devel/SDL_gfx/distinfo')
-rw-r--r-- | devel/SDL_gfx/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo index 96b159ef45a..c784c201e0d 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 22:24:08 agc Exp $ +$NetBSD: distinfo,v 1.7 2007/01/07 12:06:35 adam Exp $ -SHA1 (SDL_gfx-2.0.13.tar.gz) = 406c2aecec20961156338b7eba83963bc22a5287 -RMD160 (SDL_gfx-2.0.13.tar.gz) = 237510724dbcfe86163fa715a5b005588009b096 -Size (SDL_gfx-2.0.13.tar.gz) = 598297 bytes +SHA1 (SDL_gfx-2.0.15.tar.gz) = ded4d1b02e96fc1d2fc044db6b455658fc3b3d33 +RMD160 (SDL_gfx-2.0.15.tar.gz) = 8b25c2606c951148dc6228d861c532cebe6fe84e +Size (SDL_gfx-2.0.15.tar.gz) = 836131 bytes |