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