pkgsrc-WIP-changes archive

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

bstone: update to bstone-1.1.11



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jan 13 21:13:14 2019 +0200
Changeset:	bec019611cc184f77b30c939f331ba52da8708e5

Modified Files:
	bstone/Makefile
	bstone/distinfo
Removed Files:
	bstone/patches/patch-bstone__memory__binary__reader.h

Log Message:
bstone: update to bstone-1.1.11

* BStone changelog

** [1.1.11] - 2010-01-12
*** Fixed
- Disabled fade in/out effect.
- Segfault at JAM logo on some platforms.
- Invalid direction of running Blake at the ending of mission 2.
- Lowered by one pixel lower status panel.
- Option "--profile_dir".

** [1.1.10] - 2018-12-31
*** Added
- Allow lowercase asset file name.
- Allow to back to the game from the main menu by hitting ESC.
- Option to toggle UI stretching.
- Option to toggle intro/outro/promo.
- Playstation Vita support.
- Command-line option to dump assets SHA1 hash (--debug_dump_hashes).
- Command-line option to specify mod assets (--mod_dir).
- Track map file hash in saved game.
- AoG Shareware support (v1.0/v2.0/v2.1).
- Option to toggle fade in/out effect.

*** Changed
- Rewrite CMake script.
- C++ standard to C++14.
- Revise code.
- Find assets strategy: AoG -> PS -> AoG SW

*** Removed
- Command-line options: --aog_10, --aog_2x, --aog_30.

*** Fixed
- One pixel gap between the edge of view and weapon sprite.
- Lightning on AoG maps.
- Mask UI between some screen transitions.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bec019611cc184f77b30c939f331ba52da8708e5

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

diffstat:
 bstone/Makefile                                       |  4 ++--
 bstone/distinfo                                       |  9 ++++-----
 bstone/patches/patch-bstone__memory__binary__reader.h | 14 --------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs:
diff --git a/bstone/Makefile b/bstone/Makefile
index 5dd3d70276..391ad846f2 100644
--- a/bstone/Makefile
+++ b/bstone/Makefile
@@ -3,7 +3,7 @@
 GITHUB_PROJECT=	bstone
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-1.1.9
+PKGNAME=	${GITHUB_PROJECT}-1.1.11
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bibendovsky/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
@@ -15,7 +15,7 @@ LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/bstone-${PKGVERSION_NOREV}/src
 USE_CMAKE=	yes
-USE_LANGUAGES=	c++
+USE_LANGUAGES=	c++14
 USE_TOOLS+=	pkg-config
 
 INSTALLATION_DIRS+=	bin share/doc/${PKGNAME}
diff --git a/bstone/distinfo b/bstone/distinfo
index 61b4844404..919b237f89 100644
--- a/bstone/distinfo
+++ b/bstone/distinfo
@@ -1,7 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/09/13 20:07:57 yhardy Exp $
 
-SHA1 (bstone/v1.1.9.tar.gz) = 3f87f37d9f0a69456e31ba643e7dc94106ab6f21
-RMD160 (bstone/v1.1.9.tar.gz) = 176a2e95cf23e38faf6327e6d121379943f234c7
-SHA512 (bstone/v1.1.9.tar.gz) = 9b4873c7cd382653e430abbbf39c5074e7917b35b389c238a7e29cfe6e3b550af1d624aa896d4c19434b8c8611fef57754dc02294ace1bc15a94a1aed039c218
-Size (bstone/v1.1.9.tar.gz) = 533800 bytes
-SHA1 (patch-bstone__memory__binary__reader.h) = 49cb2be6a6061948a6563dbfb924cc6643d8017b
+SHA1 (bstone/v1.1.11.tar.gz) = 54ceaaee1c8a5e8f2a5153ff687bdad10d0b2847
+RMD160 (bstone/v1.1.11.tar.gz) = f43599a5f7c00e4357e3c75751430897e0b61090
+SHA512 (bstone/v1.1.11.tar.gz) = b8308530e9014fd48adcdf81aa89f7de57557879740c1b8bcf3889e7d206009396e21a5579899195fd14ab0ce4b58de169ab086d5fad6145d8a9cc93e27dbcd3
+Size (bstone/v1.1.11.tar.gz) = 760580 bytes
diff --git a/bstone/patches/patch-bstone__memory__binary__reader.h b/bstone/patches/patch-bstone__memory__binary__reader.h
deleted file mode 100644
index 131b3539c8..0000000000
--- a/bstone/patches/patch-bstone__memory__binary__reader.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Missing include.
-
---- bstone_memory_binary_reader.h.orig	2016-04-09 12:21:25.000000000 +0000
-+++ bstone_memory_binary_reader.h
-@@ -32,6 +32,7 @@ Free Software Foundation, Inc.,
- 
- 
- #include <cstdint>
-+#include <memory>
- #include <string>
- 
- 


Home | Main Index | Thread Index | Old Index