]> git.pld-linux.org Git - packages/allegro5.git/blame_incremental - allegro.spec
- updated to 4.1.15, updated opt patch, added am18 patch
[packages/allegro5.git] / allegro.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without alsa # without ALSA modules
4%bcond_without arts # without aRts module
5%bcond_without jack # without JACK module
6%bcond_without dbglib # don't build debug versions of library
7%bcond_without proflib # don't debug profiling versions of library
8%bcond_without svga # without svgalib module
9%bcond_without sse # build without sse (valgrind doesn't support it yet)
10#
11Summary: A game programming library
12Summary(de): Eine Bibliothek zur Programmierung von Spielen
13Summary(es): Una libreria de programacion de juegos
14Summary(fr): Une librairie de programmation de jeux
15Summary(it): Una libreria per la programmazione di videogiochi
16Summary(pl): Biblioteka do programowania gier
17Name: allegro
18Version: 4.1.15
19Release: 1
20License: Giftware
21Group: Libraries
22Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
23# Source0-md5: e125d7665d359f2392b6330c741bdbc6
24Patch0: %{name}-info.patch
25Patch1: %{name}-examples.patch
26Patch2: %{name}-opt.patch
27Patch3: %{name}-ldflags.patch
28Patch4: %{name}-frame-pointer.patch
29Patch5: %{name}-alsa-1_0.patch
30Patch6: %{name}-am18.patch
31URL: http://alleg.sourceforge.net/
32BuildRequires: XFree86-devel
33%{?with_alsa:BuildRequires: alsa-lib-devel}
34%{?with_arts:BuildRequires: arts-devel}
35BuildRequires: autoconf >= 2.53
36BuildRequires: automake
37BuildRequires: esound-devel
38%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
39%{?with_svga:BuildRequires: svgalib-devel}
40BuildRequires: texinfo
41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43%description
44Allegro is a cross-platform library intended for use in computer games
45and other types of multimedia programming.
46
47%description -l de
48