From ea4c652abaf9288805680ee29c225ad05e6ac667 Mon Sep 17 00:00:00 2001 From: Gabriele Baldassarre Date: Thu, 11 Jun 2020 00:49:20 +0200 Subject: [PATCH] scummvm-tools: bump to 2.1.0 --- .../scummvm-tools/scummvm_tools-1.9.0.recipe | 73 ------------------- ....0.0.recipe => scummvm_tools-2.1.0.recipe} | 5 +- 2 files changed, 3 insertions(+), 75 deletions(-) delete mode 100644 games-engines/scummvm-tools/scummvm_tools-1.9.0.recipe rename games-engines/scummvm-tools/{scummvm_tools-2.0.0.recipe => scummvm_tools-2.1.0.recipe} (95%) diff --git a/games-engines/scummvm-tools/scummvm_tools-1.9.0.recipe b/games-engines/scummvm-tools/scummvm_tools-1.9.0.recipe deleted file mode 100644 index a448f51dd..000000000 --- a/games-engines/scummvm-tools/scummvm_tools-1.9.0.recipe +++ /dev/null @@ -1,73 +0,0 @@ -SUMMARY="Tools for ScummVM" -DESCRIPTION="This is a collection of various tools that may be useful to use \ -in conjunction with 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-2013 ScummVM Team" -LICENSE="GNU GPL v2" -REVISION="3" -SOURCE_URI="http://www.scummvm.org/frs/scummvm-tools/$portVersion/scummvm-tools-$portVersion.tar.xz" -CHECKSUM_SHA256="b7ab2e03c5a0efb71bb0c84434aa481331739b2b8759361d467e076b8410f938" -SOURCE_DIR="scummvm-tools-$portVersion" - -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - scummvm_tools$secondaryArchSuffix = $portVersion - cmd:construct_mohawk = $portVersion - cmd:create_sjisfnt = $portVersion - cmd:decine = $portVersion - cmd:degob = $portVersion - cmd:dekyra = $portVersion - cmd:deriven = $portVersion - cmd:descumm = $portVersion - cmd:desword2 = $portVersion - cmd:extract_mohawk = $portVersion - cmd:gob_loadcalc = $portVersion - cmd:scummvm_tools_cli = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libbz2$secondaryArchSuffix - lib:libflac$secondaryArchSuffix - lib:libfreetype$secondaryArchSuffix - lib:libiconv$secondaryArchSuffix - lib:libmad$secondaryArchSuffix - lib:libogg$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libvorbis$secondaryArchSuffix - lib:libz$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libbz2$secondaryArchSuffix - devel:libflac$secondaryArchSuffix - devel:libfreetype$secondaryArchSuffix - devel:libiconv$secondaryArchSuffix - devel:libmad$secondaryArchSuffix - devel:libogg$secondaryArchSuffix - devel:libpng$secondaryArchSuffix - devel:libvorbis$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:make - " - -BUILD() -{ - ./configure --prefix=$prefix --datadir=$dataDir - make $jobArgs -} - -INSTALL() -{ - make install - #data files are not needed as long as we don't have a graphical interface for the tools - rm -r $dataDir/scummvm-tools -} diff --git a/games-engines/scummvm-tools/scummvm_tools-2.0.0.recipe b/games-engines/scummvm-tools/scummvm_tools-2.1.0.recipe similarity index 95% rename from games-engines/scummvm-tools/scummvm_tools-2.0.0.recipe rename to games-engines/scummvm-tools/scummvm_tools-2.1.0.recipe index 56bf5c458..e724746f5 100644 --- a/games-engines/scummvm-tools/scummvm_tools-2.0.0.recipe +++ b/games-engines/scummvm-tools/scummvm_tools-2.1.0.recipe @@ -6,9 +6,9 @@ FLAC audio, for example." HOMEPAGE="https://www.scummvm.org/" COPYRIGHT="2001-2013 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="c2042ccdc6faaf745552bac2c00f213da382a7e382baa96343e508fced4451b3" +CHECKSUM_SHA256="cfc62d285d0e304061db72691cdfb8ce4ead868cffb2658b1f1c81934f404665" SOURCE_DIR="scummvm-tools-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -21,6 +21,7 @@ PROVIDES=" cmd:decine = $portVersion cmd:degob = $portVersion cmd:dekyra = $portVersion + cmd:deprince = $portVersion cmd:deriven = $portVersion cmd:descumm = $portVersion cmd:desword2 = $portVersion