diff --git a/games-engines/scummvm-tools/scummvm_tools-2.6.0.recipe b/games-engines/scummvm-tools/scummvm_tools-2.7.0.recipe similarity index 92% rename from games-engines/scummvm-tools/scummvm_tools-2.6.0.recipe rename to games-engines/scummvm-tools/scummvm_tools-2.7.0.recipe index 086f351df..a7564fc1e 100644 --- a/games-engines/scummvm-tools/scummvm_tools-2.6.0.recipe +++ b/games-engines/scummvm-tools/scummvm_tools-2.7.0.recipe @@ -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 " diff --git a/games-engines/scummvm/scummvm-2.6.1.recipe b/games-engines/scummvm/scummvm-2.7.0.recipe similarity index 89% rename from games-engines/scummvm/scummvm-2.6.1.recipe rename to games-engines/scummvm/scummvm-2.7.0.recipe index 7d07017a1..fee52ce59 100644 --- a/games-engines/scummvm/scummvm-2.6.1.recipe +++ b/games-engines/scummvm/scummvm-2.7.0.recipe @@ -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 }