pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: build-depend on vera-ttf



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af6bc12392f6
branches:  trunk
changeset: 375772:af6bc12392f6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 26 09:34:49 2022 +0000

description:
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.

diffstat:

 graphics/gimp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 72a84d36d65d -r af6bc12392f6 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Fri Mar 25 23:08:04 2022 +0000
+++ b/graphics/gimp/Makefile    Sat Mar 26 09:34:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.356 2022/03/12 08:05:24 nia Exp $
+# $NetBSD: Makefile,v 1.357 2022/03/26 09:34:49 tnn Exp $
 
 DISTNAME=      gimp-2.10.30
 CATEGORIES=    graphics
@@ -10,6 +10,7 @@
 COMMENT=       The GNU image manipulation program
 LICENSE=       gnu-lgpl-v3 AND gnu-gpl-v3
 
+BUILD_DEPENDS+=        vera-ttf-[0-9]*:../../fonts/vera-ttf
 TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 DEPENDS+=      glib-networking>=2.36.2:../../net/glib-networking



Home | Main Index | Thread Index | Old Index