pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/sdlpop sdlpop: Update to 1.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d92dcc47e62
branches:  trunk
changeset: 442449:9d92dcc47e62
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 24 14:30:31 2020 +0000

description:
sdlpop: Update to 1.21

2020 August 20
=================
(version 1.21)

FIXED: Skeletons not on level 3 did not behave like skeletons.
FIXED: Don't crash if the intro music is interrupted by Tab in PC Speaker mode.
FIXED: Don't switch to PC Speaker mode if there is a mod name in the replay file.
DONE: Detect guard skill customizations in PRINCE.EXE. (Used in Illusions of Persia, for example.)
        TODO: Should we add the guard skill options to the INI, the CFG, the replays, or the settings menu?
FIXED: Don't draw the right edge of loose floors on the left side of a potion or sword.
FIXED: A guard standing on a door top (with floor) should not become inactive.
FIXED: Left jump (top-left) didn't work on some gamepads.
FIXED: Replaying from the command line did not work if there were no replay files in the replay folder.
DONE: Added support for gamecontrollerdb.txt file.
DONE: Detect changes of the shadow's starting positions and automatic moves in PRINCE.EXE.
DONE: Added "Restart Game" to the pause menu, so now it's possible to restart the game using a controller.
DONE: Added fast forward.
        TODO: Speed up music and sound effects during fast forwarding.
ADDED: You can now use quicksave and quickload while recording a replay.
        TODO: Verify that the quickloaded state is from the currently running recording.

diffstat:

 games/sdlpop/Makefile                   |   8 ++++----
 games/sdlpop/distinfo                   |  10 +++++-----
 games/sdlpop/patches/patch-src_Makefile |  15 ---------------
 3 files changed, 9 insertions(+), 24 deletions(-)

diffs (65 lines):

diff -r dcf854f3c89e -r 9d92dcc47e62 games/sdlpop/Makefile
--- a/games/sdlpop/Makefile     Tue Nov 24 14:29:19 2020 +0000
+++ b/games/sdlpop/Makefile     Tue Nov 24 14:30:31 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/08/18 17:57:58 leot Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/24 14:30:31 nia Exp $
 
-DISTNAME=      sdlpop-1.20
-PKGREVISION=   2
+DISTNAME=      sdlpop-1.21
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=NagyD/}
 GITHUB_PROJECT=        SDLPoP
@@ -19,7 +18,7 @@
 
 MAKE_FLAGS=    CC=${CC:Q}
 
-CPPFLAGS+=     -DPKGSRC_DATA_PATH="\"${PREFIX}/share/sdlpop/\""
+CFLAGS+=       -DPKGSRC_DATA_PATH="\"${PREFIX}/share/sdlpop/\""
 
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/applications
@@ -44,4 +43,5 @@
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dcf854f3c89e -r 9d92dcc47e62 games/sdlpop/distinfo
--- a/games/sdlpop/distinfo     Tue Nov 24 14:29:19 2020 +0000
+++ b/games/sdlpop/distinfo     Tue Nov 24 14:30:31 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2019/11/02 14:35:37 nia Exp $
+$NetBSD: distinfo,v 1.2 2020/11/24 14:30:31 nia Exp $
 
-SHA1 (sdlpop-1.20.tar.gz) = 851439647866c49988455086a20263efcd8ea8f5
-RMD160 (sdlpop-1.20.tar.gz) = f50e03290c8e678c2e09f79d0b8488b88a76b395
-SHA512 (sdlpop-1.20.tar.gz) = 9adb47cd22eab553dd64678de2efb2b3d568a7352a3c277acb6ea2ce9b9b02c845b84beb9706ac7bf911ccf5689df504980008f05a14382e8f1d7cae7381b1f1
-Size (sdlpop-1.20.tar.gz) = 623338 bytes
+SHA1 (sdlpop-1.21.tar.gz) = 67992d991cf0f8708a71ee30df7eca04be86057b
+RMD160 (sdlpop-1.21.tar.gz) = 651809d533f468bf33e7994c905cd2b82cb39dc0
+SHA512 (sdlpop-1.21.tar.gz) = 64aa5156122ef5363ae6d61e204141ebd2359f9d230f7411a579ec6e90de93e95a7d7836252464b6730a0b85d84ab1570a6050739ada7d9e60f2f966d92afcca
+Size (sdlpop-1.21.tar.gz) = 627853 bytes
 SHA1 (patch-options.c) = 26625a4ac6e2113d12b0169f2f69db0455912293
 SHA1 (patch-seg009.c) = 0ac07e6e004cb3fd4061c72b4bc3358456f0131c
 SHA1 (patch-src_Makefile) = 68ed7dbe90ff231a1e2e00b10fb3691b042445eb
diff -r dcf854f3c89e -r 9d92dcc47e62 games/sdlpop/patches/patch-src_Makefile
--- a/games/sdlpop/patches/patch-src_Makefile   Tue Nov 24 14:29:19 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_Makefile,v 1.1 2019/11/02 14:35:37 nia Exp $
-
-Compile with CPPFLAGS, not LDFLAGS.
-
---- src/Makefile.orig  2019-10-13 13:56:56.000000000 +0000
-+++ src/Makefile
-@@ -34,7 +34,7 @@ $(BIN): $(OBJ)
-       $(CC) $(LDFLAGS) $(OBJ) -o $@ $(LIBS) -lm
- 
- %.o: %.c $(HFILES)
--      $(CC) $(CFLAGS) $(LDFLAGS) -c $<
-+      $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
- 
- .PHONY: all clean
- 



Home | Main Index | Thread Index | Old Index