flatzebra: Update to 0.1.7

201?-??-??: Version 0.1.7 released

    Fixed g++ 4.7.2 and g++ 7.2.0 compilation warnings
    (re: narrowing conversion, dynamic exception specifications).
    Fixed compilation issues with clang 6.0 re: SDL_Rect.
This commit is contained in:
nia 2019-11-26 18:51:18 +00:00
parent e54a15ac2c
commit a9be79fe7d
3 changed files with 11 additions and 11 deletions

View file

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.3 2018/07/18 00:06:12 joerg Exp $
# $NetBSD: Makefile,v 1.4 2019/11/26 18:51:18 nia Exp $
DISTNAME= flatzebra-0.1.6
DISTNAME= flatzebra-0.1.7
CATEGORIES= devel
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html
HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
COMMENT= Generic game engine for 2D double-buffering animation
LICENSE= gnu-gpl-v2
@ -14,6 +14,8 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++03
CONFIGURE_ARGS+= --disable-sdltest
PKGCONFIG_OVERRIDE+= flatzebra-0.1.pc.in
.include "../../audio/SDL_mixer/buildlink3.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2016/07/28 20:26:46 kamil Exp $
@comment $NetBSD: PLIST,v 1.2 2019/11/26 18:51:18 nia Exp $
include/flatzebra-0.1/flatzebra/Couple.h
include/flatzebra-0.1/flatzebra/GameEngine.h
include/flatzebra-0.1/flatzebra/Joystick.h
@ -13,8 +13,6 @@ lib/libflatzebra-0.1.la
lib/pkgconfig/flatzebra-0.1.pc
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/INSTALL
share/doc/${PKGNAME}/NEWS
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/THANKS
share/doc/${PKGNAME}/TODO

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/07/28 20:26:46 kamil Exp $
$NetBSD: distinfo,v 1.2 2019/11/26 18:51:18 nia Exp $
SHA1 (flatzebra-0.1.6.tar.gz) = 03e42e5f80a96a27c61522ff4a86f30968d57214
RMD160 (flatzebra-0.1.6.tar.gz) = 02c720c9f60cc157712f02f786a08c903e3c4c37
SHA512 (flatzebra-0.1.6.tar.gz) = 500df95ee23bd2decf1e11be76725733d9219ef06a844f2de337fc11494eeea57e5ab6298cb4235c394216dd75bfb64a4e9f732362ca5ee95c43086b2ca38f75
Size (flatzebra-0.1.6.tar.gz) = 359098 bytes
SHA1 (flatzebra-0.1.7.tar.gz) = 5013416c669fade5f4766a6e42093d3814d53d25
RMD160 (flatzebra-0.1.7.tar.gz) = d96f469ca5568953465824eadc26a1563f6aab60
SHA512 (flatzebra-0.1.7.tar.gz) = 12afbb0ef00dfac21654961da8d2101e9b7b0e6550b9e66bfb4da4faf77cc1dfb7f3da15c8b84c19379eb1ff8bac09324acc694f9282b74ae73a7379686f2374
Size (flatzebra-0.1.7.tar.gz) = 375938 bytes