scummvm_tools, bump version (#5290)

This commit is contained in:
Schrijvers Luc
2020-09-15 17:09:20 +02:00
committed by GitHub
parent bcabcffa54
commit 7409aa0341

View File

@@ -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()