gegl, revbump, move to newer tiff package, add missing requirements (#11597)

This commit is contained in:
Schrijvers Luc
2025-01-07 13:28:45 +01:00
committed by GitHub
parent 95e6701892
commit 9fa75795f2

View File

@@ -9,7 +9,7 @@ artistic filters and more forms of image processing GEGL can also be used from t
HOMEPAGE="https://gegl.org/"
COPYRIGHT="Øyvind Kolås"
LICENSE="GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.gimp.org/pub/gegl/0.4/gegl-$portVersion.tar.xz"
CHECKSUM_SHA256="418c26d94be8805d7d98f6de0c6825ca26bd74fcacb6c188da47533d9ee28247"
PATCHES="gegl-$portVersion.patchset"
@@ -90,9 +90,10 @@ BUILD_REQUIRES="
devel:libpangoft2_1.0$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libpoppler$secondaryArchSuffix >= 131
devel:libpoppler_glib$secondaryArchSuffix >= 8.26.0
devel:libraw$secondaryArchSuffix
devel:librsvg_2$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix >= 6
devel:libumfpack$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix
devel:libX11$secondaryArchSuffix
@@ -103,6 +104,8 @@ BUILD_PREREQUIRES="
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:msgfmt$secondaryArchSuffix
cmd:msgmerge$secondaryArchSuffix
cmd:meson
cmd:ninja
cmd:perl
@@ -141,6 +144,5 @@ INSTALL()
# devel package
packageEntries devel \
$dataDir \
$developDir
}