pkgsrc-WIP-changes archive

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

commandergenius: update to Commander-Genius-2.7.3



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Dec 23 16:26:45 2020 +0200
Changeset:	d21cf81d10fbe1f81d14dee37fd849ceebcb844c

Modified Files:
	commandergenius/Makefile
	commandergenius/distinfo

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

Changelog:

v2.7.3:
-------
- Smarter Game store. Catalogue entries can be read later at runtime and in the background

v2.7.2:
-------
- Disc color now is white
- Touch buttons give feedback when pressed/touched
- Improved overall direction and buttons control
- No more ugly vpad background

v2.7.1:
-------
- Added disc to the virtual dpad and improved overlay controls
- Using a newer SDL2 mixer function for creating the audio device

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

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

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

diffs:
diff --git a/commandergenius/Makefile b/commandergenius/Makefile
index 5000ffea4d..313cbff4f7 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.7.0
+PKGNAME=	Commander-Genius-2.7.3
 CATEGORIES=	games
 MASTER_SITES=	https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v${PKGVERSION_NOREV}/
 EXTRACT_SUFX=	.tar.bz2
@@ -17,11 +17,12 @@ USE_TOOLS+=	pkg-config
 
 CMAKE_ARGS+=	-DAPPDIR=${PREFIX}/bin
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=LINUX64
-CMAKE_ARGS+=	-DGAMES_SHAREDIR=${PREFIX}/share
 CMAKE_ARGS+=	-DDOCDIR=${PREFIX}/share/doc/commandergenius
-#CMAKE_ARGS+=	-DUSE_SDL2=NO
+CMAKE_ARGS+=	-DGAMES_SHAREDIR=${PREFIX}/share
 # segmentation fault on startup
 CMAKE_ARGS+=	-DUSE_OPENGL=NO
+# make an option for SDL1 ?
+#CMAKE_ARGS+=	-DUSE_SDL2=NO
 
 INSTALLATION_DIRS=	bin share/doc/commandergenius
 
diff --git a/commandergenius/distinfo b/commandergenius/distinfo
index 75b1e38512..1dfe5ac500 100644
--- a/commandergenius/distinfo
+++ b/commandergenius/distinfo
@@ -1,8 +1,9 @@
 $NetBSD: distinfo,v 1.1 2015/08/19 21:21:53 yhardy Exp $
 
-SHA1 (Commander-Genius-v2.7.0.tar.bz2) = 676949cac9d2548f9c71f44d7d0366c0971e3120
-RMD160 (Commander-Genius-v2.7.0.tar.bz2) = c2e0dfbe51d14ec1d1136c9d786d2f3142e0ba2d
-SHA512 (Commander-Genius-v2.7.0.tar.bz2) = ae182ea9ce51ed96c631ff878ecc6e49314480964cfbdc2b299d41211b1dac0e2961581475128fd986c7636840516b7bead7b65fd7d4a922ba38d2fd7abf88e4
-Size (Commander-Genius-v2.7.0.tar.bz2) = 55338290 bytes
+SHA1 (Commander-Genius-v2.7.3.tar.bz2) = 97f24c160c3d214f3bc1520f2b1898980f397d7d
+RMD160 (Commander-Genius-v2.7.3.tar.bz2) = cf15050197a810ce35bbe20c1d0174af3bee4ce6
+SHA512 (Commander-Genius-v2.7.3.tar.bz2) = 0017d924c97e1aacf7622bc1de3b7a815f7980856f744ec78dc7b438b826e6b2058e5a29e9374c206c2df33119dfae1fb86d23a2836ad11d523a53b9e868f0a9
+Size (Commander-Genius-v2.7.3.tar.bz2) = 55337831 bytes
 SHA1 (patch-GsKit_base_video_scaler_scalebit.cpp) = 390a892f4bdece12bcb6b36f84dee5ac2cec0c90
 SHA1 (patch-src_engine_unzip_ioapi.h) = 80366fc999aae516da6ce0279e8049532c3df247
+SHA1 (patch-src_install.cmake) = d40e5bf407429eb54c6cb6970a5b23963e55d2a3


Home | Main Index | Thread Index | Old Index