]> git.pld-linux.org Git - packages/SDL_gfx.git/blame - SDL_gfx.spec
- removed two lines with define
[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
4Version: 2.0.3
7662e164 5Release: 2
1798792b
JK
6License: LGPL
7Group: Libraries
8Source0: http://www.ferzkopp.net/Software/%{name}-2.0/%{name}-%{version}.tar.gz
9URL: http://www.ferzkopp.net/Software/%{name}-2.0/index.html
10BuildRequires: SDL-devel >= 1.2.0
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: libjpeg-devel
14BuildRequires: libpng >= 1.0.8
15BuildRequires: libtiff-devel
16BuildRequires: libtool
17BuildRequires: zlib-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
1798792b
JK
20%define _includedir /usr/X11R6/include/SDL
21
22%description
23The SDL_gfx library evolved out of the SDL_gfxPrimitives code.
24
25The current components of the SDL_gfx library are:
91b3341b
JB
26- Graphic Primitives (SDL_gfxPrimitves.h)
27- Rotozoomer (SDL_rotozoom.h)
28- Framerate control (SDL_framerate.h)
29- MMX image filters (SDL_imageFilter.h)
1798792b 30
91b3341b 31The library is backwards compatible to the above mentioned code. It's
1798792b
JK
32is written in plain C and can be used in C++ code.
33
91b3341b
JB
34%description -l pl
35