pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/lpairs lpairs: Update to 1.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11140a7195ff
branches:  trunk
changeset: 425478:11140a7195ff
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 22 09:26:34 2020 +0000

description:
lpairs: Update to 1.0.5

1.0.5:
- reduced delay to prevent event loop from dying (2018/11/02 MS)
- fixed compiler warnings and errors (2018/11/02 MS)
- improved ingame font (2015/04/12 MS)
- always choose set from all icons (2015/04/12 MS)
- added animation for removing cards (2015/04/12 MS)

diffstat:

 games/lpairs/Makefile                   |   6 +++---
 games/lpairs/PLIST                      |   5 +++--
 games/lpairs/distinfo                   |  12 +++++-------
 games/lpairs/patches/patch-lpairs_sdl.c |  13 -------------
 games/lpairs/patches/patch-lpairs_sdl.h |  13 -------------
 5 files changed, 11 insertions(+), 38 deletions(-)

diffs (94 lines):

diff -r 43a6cdbcd06e -r 11140a7195ff games/lpairs/Makefile
--- a/games/lpairs/Makefile     Sun Mar 22 09:21:49 2020 +0000
+++ b/games/lpairs/Makefile     Sun Mar 22 09:26:34 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/03/20 11:57:43 nia Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/22 09:26:34 nia Exp $
 
-DISTNAME=      lpairs-1.0.4
-PKGREVISION=   2
+DISTNAME=      lpairs-1.0.5
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lgames/}
 
@@ -12,6 +11,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-included-gettext
+CONFIGURE_ARGS+=       --disable-sdltest
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
 
 .include "../../devel/gettext-lib/buildlink3.mk"
diff -r 43a6cdbcd06e -r 11140a7195ff games/lpairs/PLIST
--- a/games/lpairs/PLIST        Sun Mar 22 09:21:49 2020 +0000
+++ b/games/lpairs/PLIST        Sun Mar 22 09:26:34 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/04/16 17:44:07 shattered Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/22 09:26:34 nia Exp $
 bin/lpairs
 share/games/lpairs/gfx/0.bmp
 share/games/lpairs/gfx/1.bmp
@@ -22,9 +22,10 @@
 share/games/lpairs/gfx/9.bmp
 share/games/lpairs/gfx/back.bmp
 share/games/lpairs/gfx/button.bmp
+share/games/lpairs/gfx/f_small_white.bmp
+share/games/lpairs/gfx/f_standard.bmp
 share/games/lpairs/gfx/f_white.bmp
 share/games/lpairs/gfx/f_yellow.bmp
-share/games/lpairs/gfx/stan_font.bmp
 share/games/lpairs/gfx/title.bmp
 share/games/lpairs/sound/click.wav
 share/games/lpairs/sound/fail.wav
diff -r 43a6cdbcd06e -r 11140a7195ff games/lpairs/distinfo
--- a/games/lpairs/distinfo     Sun Mar 22 09:21:49 2020 +0000
+++ b/games/lpairs/distinfo     Sun Mar 22 09:26:34 2020 +0000
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 20:56:58 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/03/22 09:26:34 nia Exp $
 
-SHA1 (lpairs-1.0.4.tar.gz) = 4e7c8d9b55ccb8c740d8125c116347cf7bb36fb4
-RMD160 (lpairs-1.0.4.tar.gz) = ca4a23bc536dba7da625eb3485258381de003c5d
-SHA512 (lpairs-1.0.4.tar.gz) = 637f9782c1c1faee3fe0d02adeeb7ea70704f1b625922e1ba086cd03e9a6cf1d61a082eff4753a2ec8be5fc7041bd029f193adf847a39e773e4eedd9eafb2b97
-Size (lpairs-1.0.4.tar.gz) = 536625 bytes
+SHA1 (lpairs-1.0.5.tar.gz) = a89c1d7e8fe9d2ad5a6b0a2fd6399333dfd76f80
+RMD160 (lpairs-1.0.5.tar.gz) = 119130b9b277efa39a2ca7c3e24d47a14e5d1eb1
+SHA512 (lpairs-1.0.5.tar.gz) = 381c47969446b778c694f484647ab6a6bd41eb996e741a01a63f1b854c30f78c7e9f1043546a3b8649ec6db940cac3b7ae5ba3c23e6c9df2716a93e6f6d37324
+Size (lpairs-1.0.5.tar.gz) = 557997 bytes
 SHA1 (patch-aa) = 59a134c074cf9b0ff2aeef297fc88e06ed6a977a
-SHA1 (patch-lpairs_sdl.c) = 119452952684dd51af5c92f0becdf9344f715da4
-SHA1 (patch-lpairs_sdl.h) = c376de1f420f5a930a2c78a2947b17949d763769
diff -r 43a6cdbcd06e -r 11140a7195ff games/lpairs/patches/patch-lpairs_sdl.c
--- a/games/lpairs/patches/patch-lpairs_sdl.c   Sun Mar 22 09:21:49 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-lpairs_sdl.c,v 1.1 2012/07/03 18:42:58 joerg Exp $
-
---- lpairs/sdl.c.orig  2012-07-03 16:02:59.000000000 +0000
-+++ lpairs/sdl.c
-@@ -480,7 +480,7 @@ void hardware_cap()
- /*
-     update rectangle (0,0,0,0)->fullscreen
- */
--inline void refresh_screen(int x, int y, int w, int h)
-+void refresh_screen(int x, int y, int w, int h)
- {
-     SDL_UpdateRect(sdl.screen, x, y, w, h);
- }
diff -r 43a6cdbcd06e -r 11140a7195ff games/lpairs/patches/patch-lpairs_sdl.h
--- a/games/lpairs/patches/patch-lpairs_sdl.h   Sun Mar 22 09:21:49 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-lpairs_sdl.h,v 1.1 2012/07/03 18:42:58 joerg Exp $
-
---- lpairs/sdl.h.orig  2012-07-03 16:02:57.000000000 +0000
-+++ lpairs/sdl.h
-@@ -116,7 +116,7 @@ void init_sdl( int f );
- void quit_sdl();
- int  set_video_mode( int w, int h, int d, int f );
- void hardware_cap();
--inline void refresh_screen( int x, int y, int w, int h );
-+void refresh_screen( int x, int y, int w, int h );
- void refresh_rects();
- void add_refresh_rect(int x, int y, int w, int h);
- void dim_screen(int steps, int delay, int trp);



Home | Main Index | Thread Index | Old Index