pkgsrc-WIP-changes archive

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

commandergenius: update to Commander-Genius-2.3.6



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Sep 30 07:47:22 2019 +0200
Changeset:	313f224b7a37e7973fb40631bdf2b10545dff04a

Modified Files:
	commandergenius/Makefile
	commandergenius/distinfo

Log Message:
commandergenius: update to Commander-Genius-2.3.6

pkgsrc changes:

disable OpenGL which causes a segmentation fault on startup.

Changelog:

v2.3.6:
-------
- Scrollbar improvements
- Crash fixes, bug fixes

v2.3.5:
-------
- Search path issues fixed
- New font added for better scalibility
- Updated GsKit, many code cleanups in the library
- Settings fixups
- Modern setting makes the dithering effect a bit smoother when Galaxy is shown
- Brought back the info menu for help and ordering info
- More log messages for better feedback

v2.3.4:
-------
- Code cleanups, fixes

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

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

diffstat:
 commandergenius/Makefile | 5 ++++-
 commandergenius/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/commandergenius/Makefile b/commandergenius/Makefile
index 1d5dd69756..95e217319a 100644
--- a/commandergenius/Makefile
+++ b/commandergenius/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2015/09/06 20:10:45 yhardy Exp $
 
 DISTNAME=	Commander-Genius-v${PKGVERSION_NOREV}
-PKGNAME=	Commander-Genius-2.3.3
+PKGNAME=	Commander-Genius-2.3.6
 CATEGORIES=	games
 MASTER_SITES=	https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v${PKGVERSION_NOREV}/
 EXTRACT_SUFX=	.tar.bz2
@@ -19,6 +19,8 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=LINUX64
 CMAKE_ARGS+=	-DGAMES_SHAREDIR=${PREFIX}/share
 CMAKE_ARGS+=	-DDOCDIR=${PREFIX}/share/doc/commandergenius
 #CMAKE_ARGS+=	-DUSE_SDL2=NO
+# segmentation fault on startup
+CMAKE_ARGS+=	-DUSE_OPENGL=NO
 
 INSTALLATION_DIRS=	bin share/doc/commandergenius
 
@@ -37,6 +39,7 @@ post-install:
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/SDL2_ttf/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff --git a/commandergenius/distinfo b/commandergenius/distinfo
index 91e183001c..be3f8f9f16 100644
--- a/commandergenius/distinfo
+++ b/commandergenius/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.1 2015/08/19 21:21:53 yhardy Exp $
 
-SHA1 (Commander-Genius-v2.3.3.tar.bz2) = 5a164772168db4ed75b31666dff089ee74c48d2a
-RMD160 (Commander-Genius-v2.3.3.tar.bz2) = 246f95bed74b26b2afa72e5a3cc3bdf941db67f0
-SHA512 (Commander-Genius-v2.3.3.tar.bz2) = f64f24b01cd0921570f633913c8a3b1b50537596b2c46377862a913e36c74934521c1c55fca676b78674c669d475d9c2c2c09ac4a22ebdad1826508e6b9598b6
-Size (Commander-Genius-v2.3.3.tar.bz2) = 63885924 bytes
+SHA1 (Commander-Genius-v2.3.6.tar.bz2) = 68ab63ff257785b3690a4479464e68f263dc18c2
+RMD160 (Commander-Genius-v2.3.6.tar.bz2) = 23f4cfeb28f9f41f3bf6b3e96d6b55d3497bcdd9
+SHA512 (Commander-Genius-v2.3.6.tar.bz2) = 5e74825b4d31c8cff1cd2a1871f668906523847c254348ecbaabf2a9309aa8b64ebcaec36a5a04f588607096b33dc8956b64cbf1d4274a9e16c25a3f15fcff2b
+Size (Commander-Genius-v2.3.6.tar.bz2) = 66584708 bytes
 SHA1 (patch-GsKit_base_video_scaler_scalebit.cpp) = 390a892f4bdece12bcb6b36f84dee5ac2cec0c90
 SHA1 (patch-src_engine_unzip_ioapi.h) = 80366fc999aae516da6ce0279e8049532c3df247
 SHA1 (patch-src_engine_unzip_miniunz.c) = 8c83c6e2e927e587533d248cb478797c3e15eae7


Home | Main Index | Thread Index | Old Index