]> git.pld-linux.org Git - packages/SDL_gfx.git/blame - SDL_gfx.spec
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[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
5Release: 1
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
20%define _prefix /usr/X11R6
21%define _includedir /usr/X11R6/include/SDL
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