]> git.pld-linux.org Git - packages/SDL_gfx.git/blame - SDL_gfx.spec
- updated to 2.0.10
[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
32d2360c 4Version: 2.0.10
5579eade 5Release: 1
1798792b
JK
6License: LGPL
7Group: Libraries
32d2360c 8Source0: http://www.ferzkopp.net/~aschiffler/Software/%{name}-2.0/%{name}-%{version}.tar.gz
9# Source0-md5: 291b06426a3afe42ecac8473be2505d1
48a8a37d 10Patch0: %{name}-local-labels.patch
32d2360c 11URL: http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html
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
4592532e 22%define _includedir /usr/include/SDL
1798792b
JK
23
24%description
25The SDL_gfx library evolved out of the SDL_gfxPrimitives code.
26
27The current components of the SDL_gfx library are:
91b3341b
JB
28- Graphic Primitives (SDL_gfxPrimitves.h)
29- Rotozoomer (SDL_rotozoom.h)
30- Framerate control (SDL_framerate.h)
31- MMX image filters (SDL_imageFilter.h)
1798792b 32
91b3341b 33The library is backwards compatible to the above mentioned code. It's
1798792b
JK
34is written in plain C and can be used in C++ code.
35
91b3341b
JB
36%description -l pl
37