diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-29 19:37:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-29 19:37:12 +0000 |
commit | acf94b83769a83dff479dea994c723347316e5fb (patch) | |
tree | 7ecb003c2730ae1b85ffe56afa5ad858e051cac1 | |
parent | 2b2f0f0041e784c79cc9579d0746cf3476cdec13 (diff) | |
download | pkgsrc-acf94b83769a83dff479dea994c723347316e5fb.tar.gz |
Update to 2.0.19. Set LICENSE to gnu-lgpl-v2.1.
Ver 2.0.19 - Mon Apr 20 22:56:59 PDT 2009
* gcc43 compiler patch for asm code in image filters
as per http://bugs.gentoo.org/219621 (Peter Alfredsen)
* off-by-one hline patch for 1byte indexed surfaces (Manuel Lausch)
* update acinclude.m4 from SDL-1.2 and moved # serial in file
* applied patch to add pkg-config support for SDL_gfx (Luca Bigliardi)
* changed configure.in INTERFACE_AGE and BINARY_AGE based on Debian
build feedback (Barry deFreese)
* fixed zoom XY-flip code and made it available for all modes in
zoom and rotations
* fixed edge issue on interpolated rotozoom modes
* updated TestRotozoom custom test mode, added delay parameter, added
tests which include flipping, included negative rotation
* update libtool files
* updated Makefile.mingw (Jan Leike)
-rw-r--r-- | devel/SDL_gfx/Makefile | 8 | ||||
-rw-r--r-- | devel/SDL_gfx/PLIST | 4 | ||||
-rw-r--r-- | devel/SDL_gfx/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index 9c42935ccbb..198bf323bd3 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2009/01/07 10:55:22 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2009/04/29 19:37:12 wiz Exp $ -DISTNAME= SDL_gfx-2.0.18 +DISTNAME= SDL_gfx-2.0.19 CATEGORIES= devel MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/ @@ -8,11 +8,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/ COMMENT= Basic drawing routines for SDL +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE= SDL_gfx.pc.in + .if (${MACHINE_ARCH} != "i386") CONFIGURE_ARGS+= --disable-mmx .endif diff --git a/devel/SDL_gfx/PLIST b/devel/SDL_gfx/PLIST index 86ccb82c831..d4a3fa28928 100644 --- a/devel/SDL_gfx/PLIST +++ b/devel/SDL_gfx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2007/02/06 10:13:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/04/29 19:37:12 wiz Exp $ include/SDL/SDL_framerate.h include/SDL/SDL_gfxBlitFunc.h include/SDL/SDL_gfxPrimitives.h @@ -6,6 +6,7 @@ include/SDL/SDL_gfxPrimitives_font.h include/SDL/SDL_imageFilter.h include/SDL/SDL_rotozoom.h lib/libSDL_gfx.la +lib/pkgconfig/SDL_gfx.pc share/doc/SDL_gfx/Screenshots/SDL_gfxPrimitives-thumb.jpg share/doc/SDL_gfx/Screenshots/SDL_gfxPrimitives.jpg share/doc/SDL_gfx/Screenshots/SDL_rotozoom-thumb.jpg @@ -17,3 +18,4 @@ share/doc/SDL_gfx/framerate.png share/doc/SDL_gfx/index.html @dirrm share/doc/SDL_gfx/Screenshots @dirrm share/doc/SDL_gfx +@comment in SDL: @dirrm include/SDL diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo index 143796178d5..ad8b93d028e 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/01/07 10:55:22 wiz Exp $ +$NetBSD: distinfo,v 1.10 2009/04/29 19:37:12 wiz Exp $ -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 +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 |