updated recipe to dragengine-1.8.1 . requires now libwebp package (#6481)

for WebP image module.
This commit is contained in:
Plüss Roland
2021-12-20 07:49:46 +01:00
committed by GitHub
parent dcf85f728c
commit 784e81efff

View File

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