]> git.pld-linux.org Git - packages/SDL_gfx.git/blame - SDL_gfx.spec
- updated to 2.0.8
[packages/SDL_gfx.git] / SDL_gfx.spec
CommitLineData
1798792b
JK
1Summary: SDL graphics drawing primitives and other support functions
2Summary(pl): Funkcje rysowania grafiki i inne dla SDL
3Name: SDL_gfx
b6668e1d 4Version: 2.0.8
5579eade 5Release: 1
1798792b
JK
6License: LGPL
7Group: Libraries
8Source0: http://www.ferzkopp.net/Software/%{name}-2.0/%{name}-%{version}.tar.gz
b6668e1d 9# Source0-md5: 5e9e8b24d1f576f247a7560e3df4a7de
1798792b
JK
10URL: http://www.ferzkopp.net/Software/%{name}-2.0/index.html
11BuildRequires: SDL-devel >= 1.2.0
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libjpeg-devel
15BuildRequires: libpng >= 1.0.8
16BuildRequires: libtiff-devel
17BuildRequires: libtool
18BuildRequires: zlib-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
4592532e 21%define _includedir /usr/include/SDL
1798792b
JK
22
23%description
24The SDL_gfx library evolved out of the SDL_gfxPrimitives code.
25
26The current components of the SDL_gfx library are:
91b3341b
JB
27- Graphic Primitives (SDL_gfxPrimitves.h)
28- Rotozoomer (SDL_rotozoom.h)
29- Framerate control (SDL_framerate.h)
30- MMX image filters (SDL_imageFilter.h)
1798792b 31
91b3341b 32The library is backwards compatible to the above mentioned code. It's
1798792b
JK
33is written in plain C and can be used in C++ code.
34
91b3341b
JB
35%description -l pl
36