diff options
author | nia <nia@pkgsrc.org> | 2019-10-06 13:02:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-10-06 13:02:08 +0000 |
commit | 53a549acc804873d1eca3620b925059b9f148486 (patch) | |
tree | 2503546754926f8cbc568bb400769d14ac639c13 /devel/SDL_gfx | |
parent | a721e5c6605ecb6b8e69ba5d3ee247e32de57337 (diff) | |
download | pkgsrc-53a549acc804873d1eca3620b925059b9f148486.tar.gz |
SDL_gfx: Update to 2.0.26
Ver 2.0.26 - Mon, Feb 20, 2017 8:31:57 PM
* Updated version numbers for next release
* Included patch for CMake builds against SDL2 (contributed by
Carles Pages - thanks Carles)
* Fixed bug in rotozoomSurfaceSizeTrig (thanks hydren)
* added VS2015 solution files.
Diffstat (limited to 'devel/SDL_gfx')
-rw-r--r-- | devel/SDL_gfx/Makefile | 12 | ||||
-rw-r--r-- | devel/SDL_gfx/distinfo | 10 |
2 files changed, 12 insertions, 10 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index b63a410985c..c398d2b35e1 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.41 2016/04/29 12:18:28 mef Exp $ +# $NetBSD: Makefile,v 1.42 2019/10/06 13:02:08 nia Exp $ -DISTNAME= SDL_gfx-2.0.25 +DISTNAME= SDL_gfx-2.0.26 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlgfx/} +MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/ +HOMEPAGE= https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ COMMENT= Basic drawing routines for SDL LICENSE= zlib @@ -14,7 +14,9 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= SDL_gfx.pc.in -.if (${MACHINE_ARCH} != "i386") +.include "../../mk/bsd.prefs.mk" + +.if ${MACHINE_ARCH} != "i386" CONFIGURE_ARGS+= --disable-mmx .endif diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo index 4e90e07ff7d..addb76236c7 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2016/04/29 12:18:28 mef Exp $ +$NetBSD: distinfo,v 1.18 2019/10/06 13:02:08 nia Exp $ -SHA1 (SDL_gfx-2.0.25.tar.gz) = 20a89d0b71b7b790b830c70f17ed2c44100bc0f4 -RMD160 (SDL_gfx-2.0.25.tar.gz) = dae5f2f627f5c4a8d911d357690b4dfdc614f9ac -SHA512 (SDL_gfx-2.0.25.tar.gz) = 42a5d78fe1a9b644d329fb688ed6c98558f8dd0aa029a1a0d99b1c59f94859269e0aef8f9e420b8018b687d8eae151652890be3994775644e1d3a80ba7b6fe8c -Size (SDL_gfx-2.0.25.tar.gz) = 1760656 bytes +SHA1 (SDL_gfx-2.0.26.tar.gz) = 684b30dfef382c5ab6e18330a0a71148aab5e863 +RMD160 (SDL_gfx-2.0.26.tar.gz) = f25e82b72fcdc2ea8f2723336f91eeffaefff3ba +SHA512 (SDL_gfx-2.0.26.tar.gz) = e571caa0d7575683efd4cf8f0a41ab10f4acf913f9ece216ac823af11da22c8734fc2c0ea049009a3e1a53715e49622f5bfcfdbdafb95e5151990d0a4eb69c01 +Size (SDL_gfx-2.0.26.tar.gz) = 1771164 bytes |