c866e02b01
- fixed possible crash in plug-ins-query PDB function - fixes to Script-Fu server mode on Win32 - fixed possible crash in win32 gimptool variant - plugged a tiny memleak in the image display code - plugged a tiny memleak in libgimpwidgets - attempt to fix calling the web-browser on win32 - fixed loading of images in help-browser plug-in on win32 - fixed zoom offsets if dot-for-dot mode is disabled - fixes to Gfig parasite loading - disabled buggy gimprc option stingy-memory-use - don't try to create a preview for a non-existant image file - fixed bug in Retinex plug-in - fixed bug in Newsprint plug-in - fixed bug in Shift plug-in - fixed bug in Grid plug-in
75 lines
2.4 KiB
Makefile
75 lines
2.4 KiB
Makefile
# $NetBSD: Makefile,v 1.121 2005/06/30 15:14:07 adam Exp $
|
|
|
|
DISTNAME= gimp-2.2.8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
|
|
ftp://ftp.sunet.se/pub/gnu/gimp/v2.2/ \
|
|
ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/ \
|
|
ftp://ftp.minet.net/pub/gimp/v2.2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.gimp.org/
|
|
COMMENT= Image manipulation program similar to Photoshop[tm]
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
CONFLICTS+= gimp<=1.2.3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGINSTALL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
PKG_SYSCONFSUBDIR= gimp/2.0
|
|
|
|
PKGCONFIG_OVERRIDE= gimp-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= gimpthumb-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= gimpui-2.0.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
USE_BUILTIN.fontconfig= no
|
|
BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0
|
|
|
|
BUILDLINK_DEPENDS.lcms+= lcms>=1.12
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
#CONFIGURE_ARGS+= --disable-print
|
|
CONFIGURE_ARGS+= --disable-python
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV}
|
|
CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gimp-2.0
|
|
.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unionrc
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
.endfor
|
|
|
|
# Ensure we export symbols in the linked shared object.
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/aalib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../graphics/librsvg2/buildlink3.mk"
|
|
.include "../../graphics/mng/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../graphics/libwmf/buildlink3.mk"
|
|
.include "../../print/gimp-print-lib/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|