From 7409aa0341a553d75bc2ef956782df455b74a77b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 15 Sep 2020 17:09:20 +0200 Subject: [PATCH] scummvm_tools, bump version (#5290) --- ....1.0.recipe => scummvm_tools-2.2.0.recipe} | 34 +++++++++++++------ 1 file changed, 23 insertions(+), 11 deletions(-) rename games-engines/scummvm-tools/{scummvm_tools-2.1.0.recipe => scummvm_tools-2.2.0.recipe} (63%) diff --git a/games-engines/scummvm-tools/scummvm_tools-2.1.0.recipe b/games-engines/scummvm-tools/scummvm_tools-2.2.0.recipe similarity index 63% rename from games-engines/scummvm-tools/scummvm_tools-2.1.0.recipe rename to games-engines/scummvm-tools/scummvm_tools-2.2.0.recipe index e724746f5..f50a064cd 100644 --- a/games-engines/scummvm-tools/scummvm_tools-2.1.0.recipe +++ b/games-engines/scummvm-tools/scummvm_tools-2.2.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2001-2013 ScummVM Team" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="http://www.scummvm.org/frs/scummvm-tools/$portVersion/scummvm-tools-$portVersion.tar.xz" -CHECKSUM_SHA256="cfc62d285d0e304061db72691cdfb8ce4ead868cffb2658b1f1c81934f404665" +CHECKSUM_SHA256="1e72aa8f21009c1f7447c755e7f4cf499fe9b8ba3d53db681ea9295666cb48a4" SOURCE_DIR="scummvm-tools-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -27,7 +27,7 @@ PROVIDES=" cmd:desword2 = $portVersion cmd:extract_mohawk = $portVersion cmd:gob_loadcalc = $portVersion - #cmd:scummvm_tools = $portVersion # not working yet for Qt +# cmd:scummvm_tools = $portVersion # not working yet for Qt cmd:scummvm_tools_cli = $portVersion " REQUIRES=" @@ -36,14 +36,24 @@ REQUIRES=" lib:libflac$secondaryArchSuffix lib:libfreetype$secondaryArchSuffix lib:libiconv$secondaryArchSuffix +# lib:libjpeg$secondaryArchSuffix +# lib:liblzma$secondaryArchSuffix lib:libmad$secondaryArchSuffix lib:libogg$secondaryArchSuffix lib:libpng16$secondaryArchSuffix - #lib:libqt5$secondaryArchSuffix # not working yet for Qt - #lib:libQt5Core$secondaryArchSuffix # not working yet for Qt - #lib:libQt5Gui$secondaryArchSuffix # not working yet for Qt - #lib:libQt5Widgets$secondaryArchSuffix # not working yet for Qt +# lib:libQt5$secondaryArchSuffix # not working yet for Qt +# lib:libQt5Core$secondaryArchSuffix # not working yet for Qt +# lib:libQt5Gui$secondaryArchSuffix # not working yet for Qt +# lib:libQt5Widgets$secondaryArchSuffix # not working yet for Qt +# lib:libtiff$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix +# lib:libwx_baseu_3.1$secondaryArchSuffix +# lib:libwx_baseu_net_3.1$secondaryArchSuffix +# lib:libwx_baseu_xml_3.1$secondaryArchSuffix +# lib:libwx_qtu_core_3.1$secondaryArchSuffix +# lib:libwx_qtu_html_3.1$secondaryArchSuffix +# lib:libwx_qtu_qa_3.1$secondaryArchSuffix +# lib:libwx_qtu_xrc_3.1$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -53,13 +63,14 @@ BUILD_REQUIRES=" devel:libflac$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix devel:libiconv$secondaryArchSuffix +# devel:liblzma$secondaryArchSuffix devel:libmad$secondaryArchSuffix devel:libogg$secondaryArchSuffix devel:libpng$secondaryArchSuffix - #devel:libqt5$secondaryArchSuffix # not working yet for Qt - #devel:libQt5Core$secondaryArchSuffix # not working yet for Qt - #devel:libQt5Gui$secondaryArchSuffix # not working yet for Qt - #devel:libQt5Widgets$secondaryArchSuffix # not working yet for Qt +# devel:libQt5$secondaryArchSuffix # not working yet for Qt +# devel:libQt5Core$secondaryArchSuffix # not working yet for Qt +# devel:libQt5Gui$secondaryArchSuffix # not working yet for Qt +# devel:libQt5Widgets$secondaryArchSuffix # not working yet for Qt devel:libvorbis$secondaryArchSuffix devel:libz$secondaryArchSuffix " @@ -67,7 +78,8 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix cmd:make - #cmd:wx_config$secondaryArchSuffix # not working yet for Qt + cmd:pkg_config$secondaryArchSuffix +# cmd:wx_config$secondaryArchSuffix # not working yet for Qt " BUILD()