git: b1601c5bbadf - main - graphics/gimp3-app: add devel/apstream to LIB_DEPENDS (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Nov 2025 09:06:44 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b1601c5bbadff3bd5e8f762d7acb7582901095f7
commit b1601c5bbadff3bd5e8f762d7acb7582901095f7
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-11-19 09:03:17 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-11-19 09:03:17 +0000
graphics/gimp3-app: add devel/apstream to LIB_DEPENDS (+)
On some systems with missed devel/appsteam from installed, gimp3 app claims missed library
ld-elf.so.1: Shared object "libappstream.so.5" not found, required by "gimp"
Declare devel/apsstream not as only build dependency but also add as LIB_DEPENDS
PR: 291058
---
graphics/gimp3-app/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile
index d47df19d9cc8..4654ac5e32c5 100644
--- a/graphics/gimp3-app/Makefile
+++ b/graphics/gimp3-app/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gimp
DISTVERSION= 3.0.6
+PORTREVISION= 1
CATEGORIES?= graphics gnome
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
PKGNAMESUFFIX= 3-app
@@ -31,6 +32,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libjson-c.so:devel/json-c \
libmypaint.so:graphics/libmypaint \
libfreetype.so:print/freetype2 \
+ libappstream.so:devel/appstream \
libappstream-glib.so:devel/appstream-glib \
libImath.so:math/Imath \
libwebp.so:graphics/webp \