Tue Apr 12 13:40:56 2022 UTC ()
gimp: don't randomly pick up native ghostscript

XXX package should have a ghostscript PKG_OPTION


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

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

--- pkgsrc/graphics/gimp/Makefile 2022/03/26 09:34:49 1.357
+++ pkgsrc/graphics/gimp/Makefile 2022/04/12 13:40:56 1.358
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.357 2022/03/26 09:34:49 tnn Exp $ 1# $NetBSD: Makefile,v 1.358 2022/04/12 13:40:56 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 13BUILD_DEPENDS+= vera-ttf-[0-9]*:../../fonts/vera-ttf
14TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools 14TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
@@ -21,26 +21,27 @@ USE_LIBTOOL= yes @@ -21,26 +21,27 @@ USE_LIBTOOL= yes
21USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
22 22
23USE_TOOLS+= gmake pkg-config perl 23USE_TOOLS+= gmake pkg-config perl
24USE_TOOLS+= intltool msgfmt msgmerge xgettext 24USE_TOOLS+= intltool msgfmt msgmerge xgettext
25USE_TOOLS+= gdbus-codegen 25USE_TOOLS+= gdbus-codegen
26 26
27GNU_CONFIGURE= yes 27GNU_CONFIGURE= yes
28 28
29CONFIGURE_ARGS+= --disable-alsatest 29CONFIGURE_ARGS+= --disable-alsatest
30CONFIGURE_ARGS+= --disable-glibtest 30CONFIGURE_ARGS+= --disable-glibtest
31CONFIGURE_ARGS+= --disable-gtktest 31CONFIGURE_ARGS+= --disable-gtktest
32CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 32CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
33CONFIGURE_ARGS+= --without-linux-input 33CONFIGURE_ARGS+= --without-linux-input
 34CONFIGURE_ARGS+= --without-gs
34 35
35PKG_SYSCONFSUBDIR= gimp/2.0 36PKG_SYSCONFSUBDIR= gimp/2.0
36PKGCONFIG_OVERRIDE= gimp.pc.in 37PKGCONFIG_OVERRIDE= gimp.pc.in
37UNLIMIT_RESOURCES+= datasize 38UNLIMIT_RESOURCES+= datasize
38 39
39# GCC 4.x C++14 support is not new enough. 40# GCC 4.x C++14 support is not new enough.
40GCC_REQD+= 5 41GCC_REQD+= 5
41 42
42.include "../../mk/bsd.prefs.mk" 43.include "../../mk/bsd.prefs.mk"
43 44
44EGDIR= ${PREFIX}/share/examples/gimp-2.0 45EGDIR= ${PREFIX}/share/examples/gimp-2.0
45.for f in controllerrc gimprc gtkrc menurc sessionrc templaterc unitrc 46.for f in controllerrc gimprc gtkrc menurc sessionrc templaterc unitrc
46CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} 47CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}