From 784e81efff1dce5a136b985a5bd07e48af08837d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=BCss=20Roland?= Date: Mon, 20 Dec 2021 07:49:46 +0100 Subject: [PATCH] updated recipe to dragengine-1.8.1 . requires now libwebp package (#6481) for WebP image module. --- .../{dragengine-1.7.1.recipe => dragengine-1.8.1.recipe} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename games-engines/dragengine/{dragengine-1.7.1.recipe => dragengine-1.8.1.recipe} (96%) diff --git a/games-engines/dragengine/dragengine-1.7.1.recipe b/games-engines/dragengine/dragengine-1.8.1.recipe similarity index 96% rename from games-engines/dragengine/dragengine-1.7.1.recipe rename to games-engines/dragengine/dragengine-1.8.1.recipe index c0f7b39e8..31dff5bc8 100644 --- a/games-engines/dragengine/dragengine-1.7.1.recipe +++ b/games-engines/dragengine/dragengine-1.8.1.recipe @@ -16,7 +16,7 @@ LICENSE="GNU GPL v3 GNU LGPL v3" REVISION="1" SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c1871c0d06341b6f04a52e4a9dc1eefd4815e69b2f1737a2724bd07872b1c16b" +CHECKSUM_SHA256="3d74618567e3354bf1d516bd3ee65a19c509f0eb858e465f83bc0ea1071c1fa0" SOURCE_FILENAME="dragengine-$portVersion.tar.gz" SOURCE_DIR="dragengine-$portVersion" ADDITIONAL_FILES="custom.py" @@ -52,6 +52,7 @@ REQUIRES=" lib:libgl$secondaryArchSuffix lib:libusb_1.0$secondaryArchSuffix lib:libsoundtouch$secondaryArchSuffix + lib:libwebp$secondaryArchSuffix " REQUIRES_devel=" dragengine$secondaryArchSuffix == $portVersion base @@ -69,6 +70,7 @@ BUILD_REQUIRES=" devel:libz$secondaryArchSuffix devel:libusb_1.0$secondaryArchSuffix devel:libsoundtouch$secondaryArchSuffix + devel:libwebp$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix