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