From: Sergey Matveev Date: Sat, 4 Jan 2025 15:11:42 +0000 (+0300) Subject: Update ScummVM X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d7236ea0311e103417bf0b2b696c6d4fc6d7e9fb77269dde53011d479a586ab4;p=bass.git Update ScummVM --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index ad93793..4a564f3 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -217,7 +217,7 @@ /rlwrap-0.46.1.tar.gz /rsync-3.3.0.tar.gz /ruby-3.3.3.tar.gz -/scummvm-2.8.1.tar.xz +/scummvm-2.9.0.tar.xz /sdcv-0.5.5.tar.zst /sdcv.git/ /shared-mime-info-2.2.tar.zst diff --git a/build/distfiles/scummvm-2.9.0.tar.xz.meta4 b/build/distfiles/scummvm-2.9.0.tar.xz.meta4 new file mode 100644 index 0000000..dbc1d7c --- /dev/null +++ b/build/distfiles/scummvm-2.9.0.tar.xz.meta4 @@ -0,0 +1,18 @@ + + + + 1cf7bb7817af10e43906619e447888b5fceae37bd2eac74f32eec806a869715f + bb9af6016e4849220b873f35f091d31b9648c3e87b3838f6b4605dc727d2a37687e1d8993218715f3579b400eb11a29c52671136e16fac86415fcbbb87f0c016 + 599213f654eaf5f4aeb77f6ca80269c9e1f7f4c5f60fa92049aac8b4e959cafa + 473f9b523b390a36f854eb087f0227f5a7efcd13eacf6a919983efc437866212fab83909d1ad6c76347412b9317e279843be6777598d780997c2a9478654239f + 329f122534d895d41444cca923a670fd0850b551bd02acbe77802af0cc1728da + 2eff251e0ef05782b43c5f18f2e829e5427851b96819ecd96fd259eb2f48a3143d290d1d71034a9b8dc23ad47f347468f959b25cfff3cef24cbb2579a40f68e9 + 51236557f93052f2c6f840a135fa775ec4396cfbe618ee74259f29be7e0f0aa6b62d40920e3f03b92991794434ae44ef6f4a26a4615c5e27b362c1545e33b536 + d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452 + 1f84f5e4fe2e78e2e1cd220b27bb977a7b3203aa6bfcc18e39a272257ee35568bea974449d15a4fe4567f26b5a99e2df8210cfbdcd735d66406457293437decc + 644ca88f6985e047f4b368227c3498a2a828acae822c0537b5f1333dd22fe224 + 7a5439aa9d145efb3881c5880a6acc81 + 219893788 + https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0.tar.xz + + diff --git a/build/skel/games/scummvm-2.8.1.do b/build/skel/games/scummvm-2.9.0.do similarity index 88% rename from build/skel/games/scummvm-2.8.1.do rename to build/skel/games/scummvm-2.9.0.do index 1a94574..aea871a 100644 --- a/build/skel/games/scummvm-2.8.1.do +++ b/build/skel/games/scummvm-2.9.0.do @@ -13,7 +13,8 @@ $TAR xf "$DISTFILES"/$NAME.tar.xz "$BASS_ROOT"/bin/rm-r "$SKELBINS"/$ARCH/$NAME-$hsh cd $NAME -./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh --disable-alsa >&2 +./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \ + --disable-alsa --disable-seq-midi >&2 gmake -j$MAKE_JOBS >&2 gmake install >&2