]> git.pld-linux.org Git - packages/gd.git/blame - gd.spec
- release 3
[packages/gd.git] / gd.spec
CommitLineData
a8cb6661 1Summary: Library for PNG, JPEG creation
2Summary(pl): Biblioteka do tworzenia grafiki w formacie PNG, JPEG
bf525458 3Name: gd
001b05c6 4Version: 1.8.4
392e1de6 5Release: 3
ad076400 6License: BSD-style
bf525458 7Group: Libraries
d2ddf380 8Group(de): Libraries
b7b66453 9Group(fr): Librairies
d2ddf380 10Group(pl): Biblioteki
76d4466d 11Source0: ftp://ftp.boutell.com/pub/boutell/gd/%{name}-%{version}.tar.gz
ad076400 12URL: http://www.boutell.com/gd/
e4dcaf92 13BuildRequires: zlib-devel
b7b66453 14BuildRequires: libpng-devel
c0a00bcf 15BuildRequires: libjpeg-devel
392e1de6 16BuildRequires: freetype-devel
5c2570bf 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cb954d5c 18
392e1de6 19%define shlibver %(echo %{version} | cut -f-2 -d.)
20%define _prefix /usr/X11R6
64f72052 21
cb954d5c 22%description
b7b66453 23gd library creates PNG, JPEG and WBMP images, not GIF images. This is
24a good thing. PNG is a more compact format, and full compression is
25available. JPEG works well with photographic images, and is still more
26compatible with the major Web browsers than even PNG is. WBMP is
27intended for wireless devices (not regular web browsers). Existing
28code will need modification to call or gdImageJpeg instead of
29gdImageGif.
a8cb6661 30
b7b66453 31This library allows you to easily create and manipulate PNG, JPEG
32image files from your C programs.
cb954d5c 33
10511b86 34%description -l pl
ad076400 35