]> git.pld-linux.org Git - packages/gd.git/blame - gd.spec
- make libgd.a before making shared
[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
64f72052 5Release: 2
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
64f72052 18%define shlibver %(echo %{version} | cut -f-2 -d.)
19
cb954d5c 20%description
a8cb6661 21gd library creates PNG, JPEG and WBMP images, not GIF images. This is a
22good thing. PNG is a more compact format, and full compression is available.
23JPEG works well with photographic images, and is still more compatible with
24the major Web browsers than even PNG is. WBMP is intended for wireless
25devices (not regular web browsers). Existing code will need modification to
26call or gdImageJpeg instead of gdImageGif.
27
28This library allows you to easily create and manipulate PNG, JPEG image
ad076400 29files from your C programs.
cb954d5c 30
10511b86 31%description -l pl
ad076400 32