]> git.pld-linux.org Git - packages/gd.git/blame_incremental - gd.spec
- release 7,
[packages/gd.git] / gd.spec
... / ...
CommitLineData
1Summary: Library for PNG, JPEG creation
2Summary(pl): Biblioteka do tworzenia grafiki w formacie PNG, JPEG
3Name: gd
4Version: 1.8.3
5Release: 7
6License: BSD-style
7Group: Libraries
8Group(de): Libraries
9Group(fr): Librairies
10Group(pl): Biblioteki
11Source0: ftp://ftp.boutell.com/pub/boutell/gd/%{name}-%{version}.tar.gz
12Patch0: %{name}-ac_am.patch
13URL: http://www.boutell.com/gd/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: libtool
17BuildRequires: zlib-devel
18BuildRequires: libpng-devel
19BuildRequires: freetype-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define shlibver %(echo %{version} | cut -f-2 -d.)
23
24%description
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.
32
33This library allows you to easily create and manipulate PNG, JPEG
34image files from your C programs.
35
36%description -l pl
37