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.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2fc7fe61fcd
branches:  trunk
changeset: 486928:c2fc7fe61fcd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 05 12:24:55 2005 +0000

description:
Changes 2.0.13:
* changed include back to "SDL.h"
* compile fixes for OSX fink
* compile fixes for gcc3.4
* support vertical and horizontal flipping of axis in new
  rotozoomSurfaceXY function
* updated TestRotozoom program

diffstat:

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

diffs (37 lines):

diff -r b995b8df4e8d -r c2fc7fe61fcd devel/SDL_gfx/Makefile
--- a/devel/SDL_gfx/Makefile    Wed Jan 05 12:21:34 2005 +0000
+++ b/devel/SDL_gfx/Makefile    Wed Jan 05 12:24:55 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:24 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/01/05 12:24:55 adam Exp $
 
-DISTNAME=      SDL_gfx-2.0.12
-PKGREVISION=   1
+DISTNAME=      SDL_gfx-2.0.13
 CATEGORIES=    devel
 MASTER_SITES=  http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
 
@@ -10,10 +9,10 @@
 COMMENT=       Basic drawing routines for SDL
 
 USE_BUILDLINK3=                YES
+USE_GNU_TOOLS+=                make
+USE_LIBTOOL=           YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
-USE_GNU_TOOLS+=                make
-USE_LIBTOOL=           YES
 
 .if (${MACHINE_ARCH} != "i386")
 CONFIGURE_ARGS+=       --disable-mmx
diff -r b995b8df4e8d -r c2fc7fe61fcd devel/SDL_gfx/distinfo
--- a/devel/SDL_gfx/distinfo    Wed Jan 05 12:21:34 2005 +0000
+++ b/devel/SDL_gfx/distinfo    Wed Jan 05 12:24:55 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/09/24 13:49:13 adam Exp $
+$NetBSD: distinfo,v 1.5 2005/01/05 12:24:55 adam Exp $
 
-SHA1 (SDL_gfx-2.0.12.tar.gz) = 7875079e84cb96b98620deddd483542d55786dd5
-Size (SDL_gfx-2.0.12.tar.gz) = 556295 bytes
+SHA1 (SDL_gfx-2.0.13.tar.gz) = 406c2aecec20961156338b7eba83963bc22a5287
+Size (SDL_gfx-2.0.13.tar.gz) = 598297 bytes



Home | Main Index | Thread Index | Old Index