]> git.pld-linux.org Git - packages/SDL_gfx.git/blame - SDL_gfx.spec
- URLs updated.
[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
6a8877d7 4Version: 2.0.13
5579eade 5Release: 1
1798792b
JK
6License: LGPL
7Group: Libraries
c7a61c0e 8Source0: http://www.ferzkopp.net/Software/SDL_gfx-2.0/%{name}-%{version}.tar.gz
6a8877d7 9# Source0-md5: b1ce778232db0b1979695f0a5a945a13
48a8a37d 10Patch0: %{name}-local-labels.patch
c7a61c0e 11URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
1798792b
JK
12BuildRequires: SDL-devel >= 1.2.0
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libjpeg-devel
16BuildRequires: libpng >= 1.0.8
17BuildRequires: libtiff-devel
18BuildRequires: libtool
19BuildRequires: zlib-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
1798792b
JK
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