]> Cypherpunks repositories - bass.git/commitdiff
Update ScummVM
authorSergey Matveev <stargrave@stargrave.org>
Sat, 4 Jan 2025 15:11:42 +0000 (18:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 4 Jan 2025 15:11:42 +0000 (18:11 +0300)
build/distfiles/.gitignore
build/distfiles/scummvm-2.9.0.tar.xz.meta4 [new file with mode: 0644]
build/skel/games/scummvm-2.9.0.do [moved from build/skel/games/scummvm-2.8.1.do with 88% similarity]

index ad937935d69c224a235f054932d066b1035772540915bd680f444b3ff9a2827c..4a564f328d65ef75ddd83f86eaff227386d1554823e8cce859293343945e8945 100644 (file)
 /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 (file)
index 0000000..dbc1d7c
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metalink xmlns="urn:ietf:params:xml:ns:metalink">
+  <file name="scummvm-2.9.0.tar.xz">
+    <hash type="blake3-256">1cf7bb7817af10e43906619e447888b5fceae37bd2eac74f32eec806a869715f</hash>
+    <hash type="blake2b-512">bb9af6016e4849220b873f35f091d31b9648c3e87b3838f6b4605dc727d2a37687e1d8993218715f3579b400eb11a29c52671136e16fac86415fcbbb87f0c016</hash>
+    <hash type="blake2b-256">599213f654eaf5f4aeb77f6ca80269c9e1f7f4c5f60fa92049aac8b4e959cafa</hash>
+    <hash type="skein-512">473f9b523b390a36f854eb087f0227f5a7efcd13eacf6a919983efc437866212fab83909d1ad6c76347412b9317e279843be6777598d780997c2a9478654239f</hash>
+    <hash type="shake128">329f122534d895d41444cca923a670fd0850b551bd02acbe77802af0cc1728da</hash>
+    <hash type="shake256">2eff251e0ef05782b43c5f18f2e829e5427851b96819ecd96fd259eb2f48a3143d290d1d71034a9b8dc23ad47f347468f959b25cfff3cef24cbb2579a40f68e9</hash>
+    <hash type="sha-512">51236557f93052f2c6f840a135fa775ec4396cfbe618ee74259f29be7e0f0aa6b62d40920e3f03b92991794434ae44ef6f4a26a4615c5e27b362c1545e33b536</hash>
+    <hash type="sha-256">d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452</hash>
+    <hash type="streebog-512">1f84f5e4fe2e78e2e1cd220b27bb977a7b3203aa6bfcc18e39a272257ee35568bea974449d15a4fe4567f26b5a99e2df8210cfbdcd735d66406457293437decc</hash>
+    <hash type="streebog-256">644ca88f6985e047f4b368227c3498a2a828acae822c0537b5f1333dd22fe224</hash>
+    <hash type="xxh3-128">7a5439aa9d145efb3881c5880a6acc81</hash>
+    <size>219893788</size>
+    <url>https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0.tar.xz</url>
+  </file>
+</metalink>
similarity index 88%
rename from build/skel/games/scummvm-2.8.1.do
rename to build/skel/games/scummvm-2.9.0.do
index 1a94574b2082531d49ca219706716d1550c10df386445dcda15c10f9c581c585..aea871ace476c818e54ab0a1be792a61d8f5cd66439df98234f523692e33d9e4 100644 (file)
@@ -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