pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SDL_gfx



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct  6 13:02:08 UTC 2019

Modified Files:
        pkgsrc/devel/SDL_gfx: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/SDL_gfx/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/SDL_gfx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/SDL_gfx/Makefile
diff -u pkgsrc/devel/SDL_gfx/Makefile:1.41 pkgsrc/devel/SDL_gfx/Makefile:1.42
--- pkgsrc/devel/SDL_gfx/Makefile:1.41  Fri Apr 29 12:18:28 2016
+++ pkgsrc/devel/SDL_gfx/Makefile       Sun Oct  6 13:02:08 2019
@@ -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 @@ 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
 

Index: pkgsrc/devel/SDL_gfx/distinfo
diff -u pkgsrc/devel/SDL_gfx/distinfo:1.17 pkgsrc/devel/SDL_gfx/distinfo:1.18
--- pkgsrc/devel/SDL_gfx/distinfo:1.17  Fri Apr 29 12:18:28 2016
+++ pkgsrc/devel/SDL_gfx/distinfo       Sun Oct  6 13:02:08 2019
@@ -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