File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ rp_module_id="scummvm"
13
13
rp_module_desc=" ScummVM"
14
14
rp_module_help=" Copy your ScummVM games to $romdir /scummvm"
15
15
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 "
17
17
rp_module_section=" opt"
18
18
rp_module_flags=" sdl2"
19
19
20
20
function depends_scummvm() {
21
21
local depends=(
22
22
liba52-0.7.4-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libgif-dev libmad0-dev libpng-dev
23
23
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
25
25
)
26
26
if isPlatform " vero4k" ; then
27
27
depends+=(vero3-userland-dev-osmc)
@@ -41,8 +41,9 @@ function sources_scummvm() {
41
41
function build_scummvm() {
42
42
rpSwap on 750
43
43
local params=(
44
+ --prefix=" $md_inst "
44
45
--enable-release --enable-vkeybd
45
- --disable-debug --disable-eventrecorder --prefix= " $md_inst "
46
+ --disable-debug --disable-eventrecorder --disable-sonivox
46
47
)
47
48
isPlatform " rpi" && isPlatform " 32bit" && params+=(--host=raspberrypi)
48
49
isPlatform " rpi" && [[ " $md_id " == " scummvm-sdl1" ]] && params+=(--opengl-mode=none)
You can’t perform that action at this time.
0 commit comments