pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL_gfx SDL_gfx: Update to 2.0.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ae94e1d2b3c
branches:  trunk
changeset: 402282:6ae94e1d2b3c
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 06 13:02:08 2019 +0000

description:
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:

 devel/SDL_gfx/Makefile |  12 +++++++-----
 devel/SDL_gfx/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 4197d3f707c1 -r 6ae94e1d2b3c devel/SDL_gfx/Makefile
--- a/devel/SDL_gfx/Makefile    Sun Oct 06 12:55:41 2019 +0000
+++ b/devel/SDL_gfx/Makefile    Sun Oct 06 13:02:08 2019 +0000
@@ -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@localhost
-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 @@
 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 -r 4197d3f707c1 -r 6ae94e1d2b3c devel/SDL_gfx/distinfo
--- a/devel/SDL_gfx/distinfo    Sun Oct 06 12:55:41 2019 +0000
+++ b/devel/SDL_gfx/distinfo    Sun Oct 06 13:02:08 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index