]> git.pld-linux.org Git - packages/gd.git/blame - gd.spec
- v.1.8.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
3545da37 4Version: 1.8.3
1bb411e9 5Release: 1
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
AM
13BuildRequires: zlib-devel
14BuildRequires: libpng-devel
15BuildRequires: freetype-devel
5c2570bf 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cb954d5c 17
18%description
a8cb6661 19gd library creates PNG, JPEG and WBMP images, not GIF images. This is a
20good thing. PNG is a more compact format, and full compression is available.
21JPEG works well with photographic images, and is still more compatible with
22the major Web browsers than even PNG is. WBMP is intended for wireless
23devices (not regular web browsers). Existing code will need modification to
24call or gdImageJpeg instead of gdImageGif.
25
26This library allows you to easily create and manipulate PNG, JPEG image
ad076400 27files from your C programs.
cb954d5c 28
10511b86 29%description -l pl
ad076400 30