Skip to content

Commit e54b8fa

Browse files
authored
Merge pull request #3316 from cmitu/cgenius-updates
cgenius: update to the latest stable version
2 parents ab88a0b + 770fd17 commit e54b8fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/ports/cgenius.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
rp_module_id="cgenius"
1313
rp_module_desc="Commander Genius - Modern Interpreter for the Commander Keen Games (Vorticon and Galaxy Games)"
1414
rp_module_licence="GPL2 https://raw.githubusercontent.com/gerstrong/Commander-Genius/master/COPYRIGHT"
15-
rp_module_repo="git https://gitlab.com/Dringgstein/Commander-Genius.git v2.4.4.1"
15+
rp_module_repo="git https://gitlab.com/Dringgstein/Commander-Genius.git v2.7.7"
1616
rp_module_section="exp"
1717

1818
function depends_cgenius() {
19-
getDepends cmake libcurl4-openssl-dev libvorbis-dev libogg-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libboost-dev python3-dev
19+
getDepends cmake libcurl4-openssl-dev libvorbis-dev libogg-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
2020
}
2121

2222
function sources_cgenius() {
@@ -29,7 +29,7 @@ function sources_cgenius() {
2929
}
3030

3131
function build_cgenius() {
32-
cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX="$md_inst" -DNOTYPESAVE=on
32+
cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX="$md_inst" -DNOTYPESAVE=on -DUSE_BOOST=no
3333
make
3434
md_ret_require="$md_build/src/CGeniusExe"
3535
}

0 commit comments

Comments
 (0)