mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
scummvm(tools), bump version (#7877)
This commit is contained in:
@@ -4,11 +4,11 @@ ScummVM.
|
||||
Please note that although a tool may support a feature, certain ScummVM versions may not.
|
||||
ScummVM 0.6.x does not support FLAC audio, for example."
|
||||
HOMEPAGE="https://www.scummvm.org/"
|
||||
COPYRIGHT="2001-2021 ScummVM Team"
|
||||
COPYRIGHT="2001-2022 ScummVM Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.scummvm.org/frs/scummvm-tools/$portVersion/scummvm-tools-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9daf3ff8b26e3eb3d2215ea0416e78dc912b7ec21620cc496657225ea8a90428"
|
||||
CHECKSUM_SHA256="1d9f1faf8338a2fda64f0e6e14bc25a2dadced156cb28a9c60191b983d72db71"
|
||||
SOURCE_DIR="scummvm-tools-$portVersion"
|
||||
ADDITIONAL_FILES="scummvm.rdef.in"
|
||||
|
||||
@@ -26,10 +26,13 @@ PROVIDES="
|
||||
cmd:deriven = $portVersion
|
||||
cmd:descumm = $portVersion
|
||||
cmd:desword2 = $portVersion
|
||||
cmd:detwine = $portVersion
|
||||
cmd:extract_gob_cdi = $portVersion
|
||||
cmd:extract_hadesch = $portVersion
|
||||
cmd:extract_hadesch_img
|
||||
cmd:extract_lokalizator = $portVersion
|
||||
cmd:extract_mohawk = $portVersion
|
||||
cmd:extract_mps = $portVersion
|
||||
cmd:extract_ngi = $portVersion
|
||||
cmd:gob_loadcalc = $portVersion
|
||||
cmd:grim_animb2txt = $portVersion
|
||||
@@ -51,6 +54,8 @@ PROVIDES="
|
||||
cmd:grim_unlab = $portVersion
|
||||
cmd:grim_vima = $portVersion
|
||||
cmd:msn_convert_mod = $portVersion
|
||||
cmd:saga_unpack = $portVersion
|
||||
cmd:saga_unpack_amiga = $portVersion
|
||||
cmd:ScummVMTools = $portVersion
|
||||
cmd:scummvm_tools_cli = $portVersion
|
||||
"
|
||||
@@ -5,11 +5,11 @@ data files. The clever part about this: ScummVM just replaces the executables \
|
||||
shipped with the games, allowing you to play them on systems for which they \
|
||||
were never designed!"
|
||||
HOMEPAGE="https://www.scummvm.org/"
|
||||
COPYRIGHT="2001-2021 ScummVM Team"
|
||||
COPYRIGHT="2001-2023 ScummVM Team"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4b3b68f296a2119584266516b300e491edfeb5f313779bd15d6aed20166bf242"
|
||||
CHECKSUM_SHA256="dd273d716702b612c84509f793f99924e8713f010f0824589c829f565c66619b"
|
||||
ADDITIONAL_FILES="scummvm.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -92,11 +92,12 @@ BUILD()
|
||||
./configure --prefix=$prefix \
|
||||
--bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \
|
||||
--mandir=$manDir --docdir=$docDir \
|
||||
--disable-debug --enable-release --disable-eventrecorder
|
||||
#--disable-all-engines #can be used to compile scummvm without \
|
||||
#engines, which makes it build faster (to test), those that \
|
||||
#are still under construction can be built with --enable-all-engines \
|
||||
#for testing purposes
|
||||
--disable-debug --enable-release --disable-eventrecorder # \
|
||||
# --disable-all-engines
|
||||
# can be used to compile scummvm without
|
||||
# engines, which makes it build faster (to test), those that
|
||||
# are still under construction can be built with --enable-all-engines
|
||||
# for testing purposes
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user