pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL_gfx Changes 2.0.21:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94fee2b0e466
branches:  trunk
changeset: 576079:94fee2b0e466
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 01 10:59:55 2010 +0000

description:
Changes 2.0.21:
* Add VC9 project files, source code formatting, fix compiler
  warnings, move VC8 project files, remove leftover autoconf/m4 files
* Move static transfer lookup array from .h to .c
  (patch contributed by Zbigniew Holdys)
* Add support for VC++ compiler/MASM assembly with active USE_MMX
  (contributed by Markus Hossner)
* Added Haiku build support in configure.in
  (contributed by Scott McCreary)
* Added helper function that multiplies the alpha channel in
  a 32bit surface (contributed by Zbigniew Holdys)
* Disable MMX for 64bit platforms due to lack of support for
  pusha/popa (contributed by Olivier Boudeville)
* Update all library functions for doxygen markup. Add doxygen
  configuration file.
* Added font rotation support and updated TestFonts sample
* Fixed rotate90 for 0 degree case
  (contributed by Chris Allport)
* Updated TestRotozoom with rotate90 case and message display
* Added support for SDL 1.3
* Added doxygen generated documentation.

diffstat:

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

diffs (44 lines):

diff -r e66cd58bf2f1 -r 94fee2b0e466 devel/SDL_gfx/Makefile
--- a/devel/SDL_gfx/Makefile    Tue Jun 01 10:56:27 2010 +0000
+++ b/devel/SDL_gfx/Makefile    Tue Jun 01 10:59:55 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2009/10/31 00:04:45 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2010/06/01 10:59:55 adam Exp $
 
-DISTNAME=      SDL_gfx-2.0.20
+DISTNAME=      SDL_gfx-2.0.21
 CATEGORIES=    devel
 MASTER_SITES=  http://www.ferzkopp.net/Software/SDL_gfx-2.0/
 
diff -r e66cd58bf2f1 -r 94fee2b0e466 devel/SDL_gfx/PLIST
--- a/devel/SDL_gfx/PLIST       Tue Jun 01 10:56:27 2010 +0000
+++ b/devel/SDL_gfx/PLIST       Tue Jun 01 10:59:55 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:48:31 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2010/06/01 10:59:55 adam Exp $
 include/SDL/SDL_framerate.h
 include/SDL/SDL_gfxBlitFunc.h
 include/SDL/SDL_gfxPrimitives.h
@@ -11,8 +11,8 @@
 share/doc/SDL_gfx/Screenshots/SDL_gfxPrimitives.jpg
 share/doc/SDL_gfx/Screenshots/SDL_rotozoom-thumb.jpg
 share/doc/SDL_gfx/Screenshots/SDL_rotozoom.jpg
-share/doc/SDL_gfx/blank.gif
 share/doc/SDL_gfx/framerate-thumb.png
 share/doc/SDL_gfx/framerate.fig
 share/doc/SDL_gfx/framerate.png
+share/doc/SDL_gfx/html.doxyfile
 share/doc/SDL_gfx/index.html
diff -r e66cd58bf2f1 -r 94fee2b0e466 devel/SDL_gfx/distinfo
--- a/devel/SDL_gfx/distinfo    Tue Jun 01 10:56:27 2010 +0000
+++ b/devel/SDL_gfx/distinfo    Tue Jun 01 10:59:55 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2009/10/31 00:04:45 wiz Exp $
+$NetBSD: distinfo,v 1.12 2010/06/01 10:59:55 adam Exp $
 
-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
+SHA1 (SDL_gfx-2.0.21.tar.gz) = 7489e2d1b69414f461033e0334eb2df10872caab
+RMD160 (SDL_gfx-2.0.21.tar.gz) = 963739219497cea2502a19a67b88427fad1e3eb4
+Size (SDL_gfx-2.0.21.tar.gz) = 1637652 bytes



Home | Main Index | Thread Index | Old Index