diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 00:04:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 00:04:45 +0000 |
commit | f8e450b6c965e02221a81abe815a176769386a3d (patch) | |
tree | a55f728e81318ac3ff1f6811c2998b93c440b28b /devel/SDL_gfx | |
parent | b57497d962bede2f8c89beaa6a32a3ad63dbef49 (diff) | |
download | pkgsrc-f8e450b6c965e02221a81abe815a176769386a3d.tar.gz |
Update to 2.0.20:
Ver 2.0.20 - Wed Sep 23 18:42:02 PDT 2009
* Fix for 1-pixel postponement with 8bit scaling
* Updates to headers and configure to allow for cross-compiling
to DLL (not just static .a) and fixes for compiling on Windows
using autotools
* Added Visual CE Project to Other Builds
* Added Symbian and Windows 64bit fix for lrint function.
Diffstat (limited to 'devel/SDL_gfx')
-rw-r--r-- | devel/SDL_gfx/Makefile | 4 | ||||
-rw-r--r-- | devel/SDL_gfx/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index 1797ced424d..2d37d7aef53 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2009/05/19 08:59:08 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2009/10/31 00:04:45 wiz Exp $ -DISTNAME= SDL_gfx-2.0.19 +DISTNAME= SDL_gfx-2.0.20 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 ad8b93d028e..a2ac23fa72d 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/04/29 19:37:12 wiz Exp $ +$NetBSD: distinfo,v 1.11 2009/10/31 00:04:45 wiz Exp $ -SHA1 (SDL_gfx-2.0.19.tar.gz) = bba39cf83e84d8e61b8078ea095cc0a96023e27f -RMD160 (SDL_gfx-2.0.19.tar.gz) = 354c939e4901644b80c82e7a9e5c04b93a70306b -Size (SDL_gfx-2.0.19.tar.gz) = 1223213 bytes +SHA1 (SDL_gfx-2.0.20.tar.gz) = 077f7e64376c50a424ef11a27de2aea83bda3f78 +RMD160 (SDL_gfx-2.0.20.tar.gz) = e46b9ed3d6416b380ed75e73dd19360df4817214 +Size (SDL_gfx-2.0.20.tar.gz) = 2184771 bytes |