diff options
author | adam <adam@pkgsrc.org> | 2005-02-17 11:36:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-17 11:36:01 +0000 |
commit | ba2a6bb79ba73b5ee60234c7eaa3f2647741d3e8 (patch) | |
tree | ae73bd8ce849b7a4b550384e96069b7ff5cc5a7f /graphics/netpbm/Makefile | |
parent | b9bc5405e4b63f946ee6985bc046c90aedde1774 (diff) | |
download | pkgsrc-ba2a6bb79ba73b5ee60234c7eaa3f2647741d3e8.tar.gz |
Changes 10.26.3:
* pnmremap: fix rounding error where map maxval is small
and unequal to image maxval.
* ppmtompeg: fix compile failures on "no parallel" builds
and where prototypes don't match definitions in bitio.c.
Changes 10.26.2:
* Build: handle zlib prerequisite of tiff library.
* giftopnm: fix crash with input that has bogus color indices
in the raster.
* giftopnm: fix crash with input that has a bogus minimum code
length field.
* pnmtopalm: fix padding with -offset.
* pnmtopalm: fix compressed images. use 0 compressed size
field - not totally correct, but passable.
* palmtopnm: fix incorrect handling of some combinations of
PALM_IS_COMPRESSED flag and compression type field.
* palmtopnm: fix totally broken RLE and scanline compression.
* palmtopnm: fix wrong check for disallowed combination of
-transparent and -rendition.
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 7e601c0064b..543772f5f52 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2005/01/24 20:48:05 tv Exp $ +# $NetBSD: Makefile,v 1.106 2005/02/17 11:36:01 adam Exp $ -DISTNAME= netpbm-10.26.1 +DISTNAME= netpbm-10.26.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/} EXTRACT_SUFX= .tgz |