pkgsrc/print/gimp-print/Makefile

26 lines
706 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.32 2009/08/26 19:58:13 sno Exp $
Changes 4.2.7: * The CUPS driver now reports pages starting from page 1 rather than page 0 as was previously the case. * The Postscript output driver (in the GIMP plugin) now functions correctly in non-US locales when a PPD file is provided. * A segmentation violation on the IA64 platform is fixed. * A bug in the Postscript output driver causes the GIMP plugin to crash on startup with certain PPD files. * The horizontal printing position on the Epson Stylus C63/C64 and C83/C84 printers has been fixed. * The CUPS driver now handles, via a workaround, incorrect Postscript generated by some programs. * The package now operates correctly with on Solaris and other systems using an external libintl. * Gimp-Print no longer attempts to build (and fail) the Print plugin against the GIMP 2.0. * escputil now reports ink levels from all known Epson Stylus printers. In addition, ink level reporting is more reliable in general, with fewer timeouts or unparseable output. * The HP DesignJet 2500 and 3500 now support correct maximum page widths of 36" and 54" respectively, rather than 44" for both. * The PPD files now use the recommended manufacturer names. Previously, certain CUPS applications could display the manufacturer names incorrectly. * The Epson Stylus Photo R200/R210 and R300/R310 printers, and the RX500 and RX600 multi-function devices, are now supported. * The HP LaserJet 1012 and Brother HL-1440 printers are now supported. * Super A0 and Super B0 paper sizes are now supported. * Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have been added. In addition, other translations have been updated.
2004-09-27 13:53:10 +02:00
DISTNAME= gimp-print-4.2.7
PKGREVISION= 4
CATEGORIES= print
2002-05-03 15:44:40 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print plugin
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= gimp<=1.2.3
USE_TOOLS+= gmake lex
Changes 4.2.7: * The CUPS driver now reports pages starting from page 1 rather than page 0 as was previously the case. * The Postscript output driver (in the GIMP plugin) now functions correctly in non-US locales when a PPD file is provided. * A segmentation violation on the IA64 platform is fixed. * A bug in the Postscript output driver causes the GIMP plugin to crash on startup with certain PPD files. * The horizontal printing position on the Epson Stylus C63/C64 and C83/C84 printers has been fixed. * The CUPS driver now handles, via a workaround, incorrect Postscript generated by some programs. * The package now operates correctly with on Solaris and other systems using an external libintl. * Gimp-Print no longer attempts to build (and fail) the Print plugin against the GIMP 2.0. * escputil now reports ink levels from all known Epson Stylus printers. In addition, ink level reporting is more reliable in general, with fewer timeouts or unparseable output. * The HP DesignJet 2500 and 3500 now support correct maximum page widths of 36" and 54" respectively, rather than 44" for both. * The PPD files now use the recommended manufacturer names. Previously, certain CUPS applications could display the manufacturer names incorrectly. * The Epson Stylus Photo R200/R210 and R300/R310 printers, and the RX500 and RX600 multi-function devices, are now supported. * The HP LaserJet 1012 and Brother HL-1440 printers are now supported. * Super A0 and Super B0 paper sizes are now supported. * Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have been added. In addition, other translations have been updated.
2004-09-27 13:53:10 +02:00
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-samples --without-user-guide
CONFIGURE_ARGS+= --without-cups --without-translated-ppds
CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no
2004-05-05 04:26:41 +02:00
.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../graphics/gimp1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"