]> git.pld-linux.org Git - packages/gd.git/blame - gd.spec
- autoconf/automake suit for gd.
[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
3545da37 4Version: 1.8.3
35558a6b 5Release: 3
ad076400 6License: BSD-style
bf525458 7Group: Libraries
76d4466d 8Group(fr): Librairies
bf525458 9Group(pl): Biblioteki
76d4466d 10Source0: ftp://ftp.boutell.com/pub/boutell/gd/%{name}-%{version}.tar.gz
1bb411e9 11Patch0: gd-pld-patch
ad076400 12URL: http://www.boutell.com/gd/
e4dcaf92 13BuildRequires: zlib-devel
a8d90319 14BuildRequires: libpng >= 1.0.8
e4dcaf92 15BuildRequires: freetype-devel
35558a6b 16BuildRequires: libjpeg-devel
5c2570bf 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cb954d5c 18
64f72052 19%define shlibver %(echo %{version} | cut -f-2 -d.)
20
cb954d5c 21%description
a8cb6661 22gd library creates PNG, JPEG and WBMP images, not GIF images. This is a
23good thing. PNG is a more compact format, and full compression is available.
24JPEG works well with photographic images, and is still more compatible with
25the major Web browsers than even PNG is. WBMP is intended for wireless
26devices (not regular web browsers). Existing code will need modification to
27call or gdImageJpeg instead of gdImageGif.
28
29This library allows you to easily create and manipulate PNG, JPEG image
ad076400 30files from your C programs.
cb954d5c 31
10511b86 32%description -l pl
ad076400 33