]> git.pld-linux.org Git - packages/gd.git/blame - gd.spec
- updated to 1.8.4.
[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
5Release: 1
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
b7b66453 12Patch0: %{name}-ac_am.patch
ad076400 13URL: http://www.boutell.com/gd/
b7b66453 14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: libtool
e4dcaf92 17BuildRequires: zlib-devel
b7b66453 18BuildRequires: libpng-devel
e4dcaf92 19BuildRequires: freetype-devel
5c2570bf 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cb954d5c 21
64f72052 22%define shlibver %(echo %{version} | cut -f-2 -d.)
23
cb954d5c 24%description
b7b66453 25gd library creates PNG, JPEG and WBMP images, not GIF images. This is
26a good thing. PNG is a more compact format, and full compression is
27available. JPEG works well with photographic images, and is still more
28compatible with the major Web browsers than even PNG is. WBMP is
29intended for wireless devices (not regular web browsers). Existing
30code will need modification to call or gdImageJpeg instead of
31gdImageGif.
a8cb6661 32
b7b66453 33This library allows you to easily create and manipulate PNG, JPEG
34image files from your C programs.
cb954d5c 35
10511b86 36%description -l pl
ad076400 37