]> git.pld-linux.org Git - packages/allegro5.git/blame - allegro.spec
- updated to 4.1.13
[packages/allegro5.git] / allegro.spec
CommitLineData
59445a65 1#
2# Conditional build:
965b0868
JB
3%bcond_without alsa # without ALSA modules
4%bcond_without arts # without aRts module
5%bcond_without dbglib # don't build debug versions of library
6%bcond_without proflib # don't debug profiling versions of library
7%bcond_without svga # without svgalib module
8%bcond_without sse # build without sse (valgrind doesn't support it yet)
59445a65 9#
965b0868
JB
10%ifnarch %{ix86} alpha
11%undefine with_svga
12%endif
3b5a56fa 13Summary: A game programming library
0588cbe6
JB
14Summary(de): Eine Bibliothek zur Programmierung von Spielen
15Summary(es): Una libreria de programacion de juegos
16Summary(fr): Une librairie de programmation de jeux
17Summary(it): Una libreria per la programmazione di videogiochi
3b5a56fa
SZ
18Summary(pl): Biblioteka do programowania gier
19Name: allegro
63db40e6 20Version: 4.1.13
21Release: 1
86b90f5b 22License: Giftware
3ac31a78 23Group: Libraries
7d6ed33c 24Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
63db40e6 25# Source0-md5: 2a96046717cfe2ea6159cf76e11bf622
94ac3d0f 26Patch0: %{name}-info.patch
621bfe6c 27Patch1: %{name}-examples.patch
965b0868
JB
28Patch2: %{name}-opt.patch
29Patch3: %{name}-ldflags.patch
30Patch4: %{name}-frame-pointer.patch
72878f71 31Patch5: %{name}-alsa-1_0.patch
7d6ed33c 32URL: http://alleg.sourceforge.net/
926a6bcd 33BuildRequires: XFree86-devel
965b0868
JB
34%{?with_alsa:BuildRequires: alsa-lib-devel}
35%{?with_arts:BuildRequires: arts-devel}
2ffa6296
JB
36BuildRequires: autoconf
37BuildRequires: automake
3b5a56fa 38BuildRequires: esound-devel
965b0868 39%{?with_svga:BuildRequires: svgalib-devel}
926a6bcd 40BuildRequires: texinfo
3b5a56fa
SZ
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
0588cbe6
JB
47%description -l de
48