pkgsrc/graphics/kdegraphics3/Makefile
markd 7eba2b7bc4 Update to kde3.5.9
KPDF
* Don't close with no further notice when trying to allocate too much
   memory.
* Fix crash on some PDF with empty property strings.
* PDF passwords are Latin1, so encode them correctly.
* Allow to exit the presentation mode using the shortcut used for starting
  it.
* Do not download remote documents again when saving them.
* Draw underlined links correctly.
* Fix crash on PDF that specify masks with parts outside the page.
* Support PDF with name tokens bigger than 127 altough the specification
  says they can not be longer as Acrobat does.
2008-02-20 10:18:14 +00:00

43 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.78 2008/02/20 10:18:14 markd Exp $
DISTNAME= kdegraphics-${_KDE_VERSION}
CATEGORIES= graphics
COMMENT= Graphics programs for the KDE integrated X11 desktop
#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/
#PATCHFILES= post-3.5.8-kdegraphics-kpdf.diff
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_TOOLS+= gs:run pkg-config
BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
REPLACE_PERL+= kghostview/update-to-xt-names.pl
CONFIGURE_ARGS+= --with-imlib-config=${X11PREFIX}/bin
SUBST_CLASSES+= kpdf
SUBST_STAGE.kpdf= post-patch
SUBST_MESSAGE.kpdf= Fixing hardcoded paths.
SUBST_FILES.kpdf= kpdf/xpdf/xpdf/GlobalParams.cc
SUBST_SED.kpdf= -e 's:/usr/pkg:${LOCALBASE}:g'
SUBST_SED.kpdf+= -e 's:/usr/X11R6:${X11BASE}:g'
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/fribidi/buildlink3.mk"
.include "../../devel/libgphoto2/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/imlib/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../print/poppler-qt/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"