diff options
author | wiz <wiz@pkgsrc.org> | 2000-07-10 11:12:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-07-10 11:12:09 +0000 |
commit | 8b4fe32349c971162ce6d53cf46ad1d1ab476a69 (patch) | |
tree | 21067e622724aca65c2a5de70c5a4d5c46668150 /graphics/netpbm/patches/patch-ag | |
parent | c55d1544edf35c360f0a625db6688a3ad2885521 (diff) | |
download | pkgsrc-8b4fe32349c971162ce6d53cf46ad1d1ab476a69.tar.gz |
Update to netpbm-9.5.
Fixes pkg/8949.
Changes:
o Extend formats to allow multiple images per file. Add -allimages
option to pnmfile. Add pnmsplit. Extend pnmtops.
o Add pbmtowbmp, wbmptopbm. Thanks Terje Sannum.
o ppmtobmp: Add 24 bit (truecolor) capability.
o pnmcut: easier, more expressive syntax for specifying what to cut.
o pnminterp: handle maxval != 255, convert to use Netpbm libraries.
o Translate pstopnm from Csh to C, eliminate dependency on the 'bc'
program.
o Fix bug in tiff library build which caused null soname.
o Add optParseopt2() to shhopt.a so you can use long options with one
hyphen instead of two.
o giftopnm: fix bug with variable used before set. Fix bug (coding
error -- 0=>i). Unknown impact.
o bmptoppm: fix bug with 24 bit (truecolor) Windows BMPs.
o xwdtopnm: fix one more bug with bits_per_item <> bits_per_pixel.
o Fix ppmtompeg build bug with static libraries.
o Make build clean with gcc -ansi (albeit with some files that need
extensions declaring the _BSD_SOURCE etc.).
o Rebase pnmtopng, pngtopnm on Pnmtopng 2.37.4.
o pbmtolj: fix bug where blank lines get discarded. Thanks Charles
Howes.
o ppmtompeg: fix bug with "PNM" format files with maxval != 255. Get
rid of built-in PPM file parsing.
o Fix 'make install' where mkinstalldirs is not found.
o Fix bug where rle_global.c would not compile with GNU C Library 2.
Diffstat (limited to 'graphics/netpbm/patches/patch-ag')
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag index d2338c00cf9..afcc720addc 100644 --- a/graphics/netpbm/patches/patch-ag +++ b/graphics/netpbm/patches/patch-ag @@ -1,11 +1,13 @@ -$NetBSD: patch-ag,v 1.3 2000/06/24 01:49:03 dmcmahill Exp $ +$NetBSD: patch-ag,v 1.4 2000/07/10 11:12:11 wiz Exp $ ---- pbmplus.h.orig Fri May 26 14:50:50 2000 -+++ pbmplus.h Fri Jun 23 21:42:25 2000 -@@ -52,5 +52,5 @@ +--- pbmplus.h.orig Mon Jun 19 21:24:29 2000 ++++ pbmplus.h Sun Jul 9 23:51:24 2000 +@@ -51,7 +51,7 @@ + #define RGB_DB1 "PBMplus_Dir:RGB.TXT" #define RGB_DB2 "PBMplus_Dir:RGB.TXT" #else -#define RGB_DB1 "/usr/lib/X11/rgb.txt" +#define RGB_DB1 "@X11BASE@/lib/X11/rgb.txt" #define RGB_DB2 "/usr/openwin/lib/rgb.txt" #endif + |