Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/gd/SPKG.txt
8817 views
1
= gd =
2
3
GD is an open source code library for the dynamic creation of images
4
by programmers. GD creates PNG, JPEG and GIF images, among other
5
formats. GD is commonly used to generate charts, graphics, thumbnails,
6
and most anything else, on the fly. While not restricted to use on the
7
web, the most common applications of GD involve web site development.
8
9
* Get it from http://www.libgd.org/
10
11
== Changelog ==
12
13
=== gd-2.0.35.p7 (Jeroen Demeyer, 13 February 2012) ===
14
* Trac #12501: touch src/config.hin to prevent autoheader from running.
15
16
=== gd-2.0.35.p6 (Simon King, December 11th, 2011) ===
17
* #12131: Use --libdir, to make the package work on openSUSE
18
19
=== gd-2.0.35.p5 (Mike Hansen, April 26th, 2010) ===
20
* Add a version of expr that makes the build work on Cygwin.
21
22
=== gd-2.0.35.p4 (Jaap Spies, Jan 28th, 2010) ===
23
* This is #8113 If SAGE64=yes add -m64 to CFLAGS an LDFLAGS.
24
This already worked for Darwin, bu now for OpenSolaris x64 too.
25
* This file needs a lot of work. But not by me for the moment.
26
27
=== gd-2.0.35.p3 (David Kirkby, 2nd December 2009) ===
28
* #7162 Add configure option --without-xpm.
29
30
=== gd-2.0.35.p0 (Mike Hansen, June 19th, 2009) ===
31
* Apply Peter Jeremy's build fix from #5867
32
33
=== gd-2.0.35.p0 (Michael Abshoff, August 27th, 2008) ===
34
* Apply Ondrej Certik's build fix from #3792
35
36
=== gd-2.0.35 (Michael Abshoff, August 19th, 2008) ===
37
* Upgrade to 2.0.35 release
38
39
=== gd-2.0.33.p6 (Michael Abshoff, August 19th, 2008) ===
40
* Add 64 bit OSX build support
41
42
43