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.0
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Dec 6 18:35:01 2020 +0200
Changeset: ad6efa9b9a996d51a1017cf79dbbdbebc58458dd
Modified Files:
commandergenius/Makefile
commandergenius/distinfo
Removed Files:
commandergenius/patches/patch-src_install.cmake
Log Message:
commandergenius: update to Commander-Genius-2.7.0
Changelog:
v2.7.0:
-------
- More Keen Dreams fixes
- More Lua support and remaining python code is now completely removed
- Added sound buffer amplifier for improving the sound/music quality hopefully on certain systems
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad6efa9b9a996d51a1017cf79dbbdbebc58458dd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
commandergenius/Makefile | 3 ++-
commandergenius/distinfo | 9 ++++-----
commandergenius/patches/patch-src_install.cmake | 15 ---------------
3 files changed, 6 insertions(+), 21 deletions(-)
diffs:
diff --git a/commandergenius/Makefile b/commandergenius/Makefile
index d6da9a16f8..5000ffea4d 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.6.3.1
+PKGNAME= Commander-Genius-2.7.0
CATEGORIES= games
MASTER_SITES= https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
@@ -15,6 +15,7 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
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
diff --git a/commandergenius/distinfo b/commandergenius/distinfo
index bbd0c65495..75b1e38512 100644
--- a/commandergenius/distinfo
+++ b/commandergenius/distinfo
@@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.1 2015/08/19 21:21:53 yhardy Exp $
-SHA1 (Commander-Genius-v2.6.3.1.tar.bz2) = 381bf2e056473e82c320c78fa351476ec57b1b70
-RMD160 (Commander-Genius-v2.6.3.1.tar.bz2) = a2614d30fc4cdf38b94ad1e10e1c477437dae106
-SHA512 (Commander-Genius-v2.6.3.1.tar.bz2) = ef98e0eacfcf799f5570166b503e6797df2123911e474e4501767327b566b20860167f96b9e692de217cf5d2403b9acd86475e695f07bcdd8e37476453ddc9a8
-Size (Commander-Genius-v2.6.3.1.tar.bz2) = 55338471 bytes
+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 (patch-GsKit_base_video_scaler_scalebit.cpp) = 390a892f4bdece12bcb6b36f84dee5ac2cec0c90
SHA1 (patch-src_engine_unzip_ioapi.h) = 80366fc999aae516da6ce0279e8049532c3df247
-SHA1 (patch-src_install.cmake) = d40e5bf407429eb54c6cb6970a5b23963e55d2a3
diff --git a/commandergenius/patches/patch-src_install.cmake b/commandergenius/patches/patch-src_install.cmake
deleted file mode 100644
index 5ed1151e97..0000000000
--- a/commandergenius/patches/patch-src_install.cmake
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_install.cmake,v 1.1 2015/08/19 21:21:53 yhardy Exp $
-
-Install binary to "bin" directory instead of "games".
-
---- src/install.cmake.orig 2017-10-18 19:06:51.000000000 +0000
-+++ src/install.cmake
-@@ -10,7 +10,7 @@ ELSE(WIN32)
- SET(SHAREDIR "/usr/share" CACHE PATH "System share dir location")
- SET(GAMES_SHAREDIR "${SHAREDIR}/games/" CACHE PATH "Game data root dir")
- SET(DATADIR "${GAMES_SHAREDIR}/commandergenius")
--SET(APPDIR games CACHE PATH "Binary destination")
-+SET(APPDIR bin CACHE PATH "Binary destination")
- SET(DOCDIR ${DATADIR} CACHE PATH "Docs destination")
- SET(ICONDIR "${SHAREDIR}/icons/hicolor" CACHE PATH "Standard icon installation dir")
- SET(DESKTOPFILESDIR "${SHAREDIR}/applications" CACHE PATH "Application installation dir")
Home |
Main Index |
Thread Index |
Old Index