diff options
author | adam <adam@pkgsrc.org> | 2004-07-01 10:28:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-07-01 10:28:42 +0000 |
commit | a2640eaccca8af8bc9699454e68c13257fc034ef (patch) | |
tree | 5116974ab7818039a13a22a665e37d958aac40d6 /graphics | |
parent | e5701cc2cd3e717a998a6bdc3e3af6eebddf7ff3 (diff) | |
download | pkgsrc-a2640eaccca8af8bc9699454e68c13257fc034ef.tar.gz |
Changes 2.0.26:
* Windows build uses __stdcall calling convention
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 5 | ||||
-rw-r--r-- | graphics/gd/PLIST | 3 | ||||
-rw-r--r-- | graphics/gd/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 90b20ad42e0..02c0c31f7ab 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2004/06/20 21:46:36 xtraeme Exp $ +# $NetBSD: Makefile,v 1.55 2004/07/01 10:28:42 adam Exp $ -DISTNAME= gd-2.0.25 -PKGREVISION= 1 +DISTNAME= gd-2.0.26 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ diff --git a/graphics/gd/PLIST b/graphics/gd/PLIST index a8a9a26a296..80d3111c745 100644 --- a/graphics/gd/PLIST +++ b/graphics/gd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/01/05 15:30:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/07/01 10:28:42 adam Exp $ bin/annotate bin/bdftogd bin/gd2copypal @@ -9,6 +9,7 @@ bin/gdtopng bin/pngtogd bin/pngtogd2 bin/webpng +include/entities.h include/gd.h include/gd_io.h include/gdcache.h diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo index 398703539d9..50bf9fac10b 100644 --- a/graphics/gd/distinfo +++ b/graphics/gd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2004/05/25 14:55:34 adam Exp $ +$NetBSD: distinfo,v 1.15 2004/07/01 10:28:42 adam Exp $ -SHA1 (gd-2.0.25.tar.gz) = 58467c1a7a5db7c6510864398600a26fe5195546 -Size (gd-2.0.25.tar.gz) = 545183 bytes +SHA1 (gd-2.0.26.tar.gz) = e7f282e04aad3cd9e1d6bba5933d485b96e93309 +Size (gd-2.0.26.tar.gz) = 557381 bytes |