This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] gd: A graphics library for fast image creation


Hi

I would like to contribute and maintain the gd package:

 * http://www.boutell.com/gd/       (Homepage)
 * http://www.boutell.com/gd/http/  (Download location) 

My goal is to contribute the gnuplot package

 * http://gnuplot.info/

which uses the gd library.

Ciao
  Volker

--

Here are the setup.hint files:

 * gd-2.0.15-1.tar.bz2
 
sdesc: "A graphics library for fast image creation - documentation and applications"
ldesc: "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 or JPEG file. This
is particularly useful in World Wide Web applications, where PNG and JPEG are
two 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, unless you are installing a required library in order to run an
application. 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 version 2.0 does include most frequently requested features,
including both truecolor and palette images, resampling (smooth resizing of
truecolor images) and so forth. "
category: Libs Graphics
requires: cygwin libgd2 libpng12 libjpeg62 libiconv2 zlib libfreetype26 cygipc XFree86-bin

 * libgd2-devel-2.0.15-1.tar.bz2
 
sdesc: "A graphics library for fast image creation - 2.0.x development libraries and headers"
ldesc: "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 or JPEG file. This
is particularly useful in World Wide Web applications, where PNG and JPEG are
two 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, unless you are installing a required library in order to run an
application. 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 version 2.0 does include most frequently requested features,
including both truecolor and palette images, resampling (smooth resizing of
truecolor images) and so forth. "
category: Libs Graphics
requires: cygwin libgd2 libpng12 libjpeg62 libiconv2 zlib libfreetype26 cygipc XFree86-bin
external-source: gd

 * libgd2-2.0.15-1.tar.bz2
 
sdesc: "A graphics library for fast image creation - 2.0.x runtime"
ldesc: "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 or JPEG file. This
is particularly useful in World Wide Web applications, where PNG and JPEG are
two 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, unless you are installing a required library in order to run an
application. 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 version 2.0 does include most frequently requested features,
including both truecolor and palette images, resampling (smooth resizing of
truecolor images) and so forth. "
category: Libs Graphics
requires: cygwin libpng12 libjpeg62 libiconv2 zlib libfreetype26 cygipc XFree86-bin
external-source: gd

-------------------------------- cut here ------------------------------------

#!/bin/bash

mkdir -p gd gd/libgd2 gd/libgd2-devel
cd gd

wget http://de.geocities.com/vzell1/cygwin/gd.hint.zip
mv gd.hint.zip setup.hint

wget http://de.geocities.com/vzell1/cygwin/libgd2.hint.zip
mv libgd2.hint.zip libgd2/setup.hint

wget http://de.geocities.com/vzell1/cygwin/libgd2-devel.hint.zip
mv libgd2-devel.hint.zip libgd2-devel/setup.hint

wget http://de.geocities.com/vzell1/cygwin/gd-2.0.15-1-src.tar.zip
mv gd-2.0.15-1-src.tar.zip gd-2.0.15-1-src.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/gd-2.0.15-1.tar.zip
mv gd-2.0.15-1.tar.zip gd-2.0.15-1.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/libgd2-devel-2.0.15-1.tar.zip
mv libgd2-devel-2.0.15-1.tar.zip libgd2-devel/libgd2-devel-2.0.15-1.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/libgd2-2.0.15-1.tar.zip
mv libgd2-2.0.15-1.tar.zip libgd2/libgd2-2.0.15-1.tar.bz2

-------------------------------- cut here ------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]