ebebea9002
- don't leak file descriptor for the POSIX shm implementation (Yosh) - fixed path tool undo (#138086, Mitch) - don't transform drawables away (#138117, Mitch) - fixed issues with guillotine plug-in (#138314, Joao, Mitch) - fixed Slide script-fu (#138310, Nils Philippsen) - don't allow removed items to be accessed thru the PDB (#138311, Mitch) - skip fonts with invalid names (workaround for #132366, Sven) - fixed Spinning Globe script-fu (#138253, Sven) - fixed a bug in the IFSCompose plug-in (#138212, David Necas) - fixed undo corruption with floating selections (Pedro, Mitch) - fixed gimprc man-page (Sven) - align JPEG setjump buffer on 16-byte boundary for ia64 (#138357, Yosh) - fixed Alien Glow Arrow script-fu (#138524, Sven) - fixed code that suppresses the transform tool grid (Simon) - push an undo for changing the text layer modification flag (#137767, Mitch) - make the user installation work with pixmap themes (#138379, Sven) - register .jpe as extension for JPEG images (#138776, Bolsh) - fixed issues with the Lighting Effects plug-in (#138788, William Skaggs) - don't crash on color corrections on empty selections (#138973, Sven) - made gimptool-2.0 create missing directories (#138980, Yosh) - made undo names translatable (#139000, Sven) - optimized grid drawing (#138081, Sven) - don't create a gimptool link to gimptool-2.0 (#139024, Sven) - sanitize rectangle and ellipse selection (#138237, #138103, Pedro) - fixed problems with Copy-Visible and Drop-Shadow scripts (#138662, Pedro) - fixed X server authentification problems with gimp-remote (#139158, Sven) - let Script-Fu PDB marshallers handle NULL strings (#139386, Kevin Cozens) - fixed rounding error in transformation code (#120490, William Skaggs) - fixed winclipboard plug-in (Hans Breuer) - fixed Python Slice script (Yosh) - fixed configure check for Xmu (#139803, Sven) - fixed crash when scaling up a floating selection (#138356, Mitch) - use LC_MESSAGE for help localization (#139917, Sven) - fixed imagemap file parsers (#139894)
69 lines
2.1 KiB
Makefile
69 lines
2.1 KiB
Makefile
# $NetBSD: Makefile,v 1.94 2004/04/15 08:37:38 adam Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-2.0.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v2.0/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gimp/v2.0/ \
|
|
ftp://ftp.tuwien.ac.at/graphics/gimp/gimp/v2.0/
|
|
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_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGINSTALL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
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
|
|
|
|
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}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gimp-2.0
|
|
.for f in 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/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 "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|