Skip to content

Commit c110428

Browse files
authored
Merge pull request #3828 from cmitu/scummvm-2.8.0
scummvm: upgrade to v2.8.0
2 parents 303a375 + 12e2105 commit c110428

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scriptmodules/emulators/scummvm.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ rp_module_id="scummvm"
1313
rp_module_desc="ScummVM"
1414
rp_module_help="Copy your ScummVM games to $romdir/scummvm"
1515
rp_module_licence="GPL3 https://raw.githubusercontent.com/scummvm/scummvm/master/COPYING"
16-
rp_module_repo="git https://github.com/scummvm/scummvm.git v2.7.1"
16+
rp_module_repo="git https://github.com/scummvm/scummvm.git v2.8.0"
1717
rp_module_section="opt"
1818
rp_module_flags="sdl2"
1919

2020
function depends_scummvm() {
2121
local depends=(
2222
liba52-0.7.4-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libgif-dev libmad0-dev libpng-dev
2323
libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev
24-
libjpeg-dev libasound2-dev libcurl4-openssl-dev
24+
libjpeg-dev libasound2-dev libcurl4-openssl-dev libmikmod-dev libvpx-dev
2525
)
2626
if isPlatform "vero4k"; then
2727
depends+=(vero3-userland-dev-osmc)
@@ -41,8 +41,9 @@ function sources_scummvm() {
4141
function build_scummvm() {
4242
rpSwap on 750
4343
local params=(
44+
--prefix="$md_inst"
4445
--enable-release --enable-vkeybd
45-
--disable-debug --disable-eventrecorder --prefix="$md_inst"
46+
--disable-debug --disable-eventrecorder --disable-sonivox
4647
)
4748
isPlatform "rpi" && isPlatform "32bit" && params+=(--host=raspberrypi)
4849
isPlatform "rpi" && [[ "$md_id" == "scummvm-sdl1" ]] && params+=(--opengl-mode=none)

0 commit comments

Comments
 (0)