./graphics/gd, Graphics library for the dynamic creation of images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q3, Version: 2.1.0, Package name: gd-2.1.0, Maintainer: adam

gd is a graphics library. It allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and write out the result as a .PNG
file. This is particularly useful in World Wide Web applications,
where .PNG is one of the formats accepted for inline images by most
browsers.

gd is not a paint program. If you are looking for a paint program, you
are looking in the wrong place. If you are not a programmer, you are
looking in the wrong place.

gd does not provide for every possible desirable graphics operation.
It is not necessary or desirable for gd to become a kitchen-sink
graphics package, but incorporates most of the commonly requested
features for an 8-bit 2D package.


Required to run:
[lang/perl5] [multimedia/libvpx] [graphics/freetype2] [graphics/png] [graphics/tiff] [fonts/fontconfig]

Master sites:

SHA1: 66c56fc07246b66ba649c83e996fd2085ea2f9e2
RMD160: 3fcdf88e1ca653ffd40ddba607dbc317ca87bf63
Filesize: 1957.328 KB

Version history: (Expand)


CVS history: (Expand)


   2013-12-20 09:45:44 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #4277 - requested by is
graphics/gd: build fix for e.g. arm

Revisions pulled up:
- graphics/gd/distinfo                                          1.34-1.35
- graphics/gd/patches/patch-src_gd__bmp.c                       1.1-1.2

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon Nov 11 20:38:16 UTC 2013

   Modified Files:
   	pkgsrc/graphics/gd: distinfo
   Added Files:
   	pkgsrc/graphics/gd/patches: patch-src_gd__bmp.c

   Log message:
   Don't use ceill(); it isn't needed here and causes problems. See PR 48334.

   Technically this change should bump PKGREVISION (as it changes the
   binary package ever so slightly for platforms where the ceill() didn't
   cause a build failure) but I'm going to let it slide.

   To generate a diff of this commit:
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gd/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon Nov 11 21:34:40 UTC 2013

   Modified Files:
   	pkgsrc/graphics/gd: distinfo
   	pkgsrc/graphics/gd/patches: patch-src_gd__bmp.c

   Log message:
   Add upstream report URL per PR 48334.

   To generate a diff of this commit:
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/gd/distinfo
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c