From e5b050905d2ff849a11a43023231d157057734f0 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 19 Feb 2025 15:51:04 +0100 Subject: [PATCH] gd, revbump for libtiff changes (#11809) --- media-libs/gd/gd-2.3.3.recipe | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/media-libs/gd/gd-2.3.3.recipe b/media-libs/gd/gd-2.3.3.recipe index 07461d2cf..f2f3dcb09 100644 --- a/media-libs/gd/gd-2.3.3.recipe +++ b/media-libs/gd/gd-2.3.3.recipe @@ -4,7 +4,7 @@ by programmers." HOMEPAGE="https://www.libgd.org/" COPYRIGHT="1999-2020 Pierre-Alain Joye" LICENSE="Libgd" -REVISION="6" +REVISION="7" SOURCE_URI="https://github.com/libgd/libgd/archive/gd-$portVersion.tar.gz" CHECKSUM_SHA256="24429f9d0dbe0f865aaa4b1a63558242396ba9134e6cfd32ca5e486a84483350" SOURCE_DIR="libgd-gd-$portVersion" @@ -70,7 +70,7 @@ BUILD_REQUIRES=" devel:libiconv$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libpng16$secondaryArchSuffix - devel:libtiff$secondaryArchSuffix + devel:libtiff$secondaryArchSuffix >= 6 devel:libwebp$secondaryArchSuffix devel:libz$secondaryArchSuffix " @@ -106,3 +106,9 @@ INSTALL() packageEntries devel \ $developDir } + +TEST() +{ + # 19 out of 185 tests failed + make check +}