Sat Mar 26 09:34:49 2022 UTC ()
gimp: build-depend on vera-ttf

During the build gimp wants to convert svg files to png.
This reproducibly segfaults it's tooling if fontconfig cannot find any
fonts, which happens if bulk building with modular X.org.


(tnn)
diff -r1.356 -r1.357 pkgsrc/graphics/gimp/Makefile

cvs diff -r1.356 -r1.357 pkgsrc/graphics/gimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2022/03/12 08:05:24 1.356
+++ pkgsrc/graphics/gimp/Makefile 2022/03/26 09:34:49 1.357
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.356 2022/03/12 08:05:24 nia Exp $ 1# $NetBSD: Makefile,v 1.357 2022/03/26 09:34:49 tnn Exp $
2 2
3DISTNAME= gimp-2.10.30 3DISTNAME= gimp-2.10.30
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= https://www.gimp.org/ 9HOMEPAGE= https://www.gimp.org/
10COMMENT= The GNU image manipulation program 10COMMENT= The GNU image manipulation program
11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3
12 12
 13BUILD_DEPENDS+= vera-ttf-[0-9]*:../../fonts/vera-ttf
13TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools 14TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
14TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 15TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking 16DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking
16CONFLICTS+= gimp<=1.2.3 17CONFLICTS+= gimp<=1.2.3
17 18
18USE_LANGUAGES+= c c++14 19USE_LANGUAGES+= c c++14
19USE_LIBTOOL= yes 20USE_LIBTOOL= yes
20USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
21 22
22USE_TOOLS+= gmake pkg-config perl 23USE_TOOLS+= gmake pkg-config perl
23USE_TOOLS+= intltool msgfmt msgmerge xgettext 24USE_TOOLS+= intltool msgfmt msgmerge xgettext
24USE_TOOLS+= gdbus-codegen 25USE_TOOLS+= gdbus-codegen
25 26