]> git.pld-linux.org Git - packages/allegro.git/blame - allegro.spec
- sorted translations, removed duplicate -tests and -examples preamples
[packages/allegro.git] / allegro.spec
CommitLineData
59445a65 1#
2# Conditional build:
7d6ed33c
JB
3# _without_alsa - without alsa modules
4# _without_arts - without arts module
5# _without_dbglib - don't build debug versions of library
6# _without_proflib - don't debug profiling versions of library
7# _with_alsa9 - use alsa 0.9 not 0.5
59445a65 8#
7d6ed33c
JB
9%ifarch sparc sparc64
10%define _without_alsa 1
11%endif
12%{!?_without_alsa:%{!?_with_alsa9:%define _with_alsa5 1}}
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
7d6ed33c 20Version: 4.1.9
59445a65 21Release: 1
86b90f5b 22License: Giftware
3ac31a78 23Group: Libraries
7d6ed33c 24Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
94ac3d0f 25Patch0: %{name}-info.patch
621bfe6c 26Patch1: %{name}-examples.patch
c223ecdc 27Patch2: %{name}-alsa9.patch
7d6ed33c
JB
28Patch3: %{name}-opt.patch
29URL: http://alleg.sourceforge.net/
926a6bcd 30BuildRequires: XFree86-devel
7d6ed33c
JB
31%{!?_without_alsa:BuildRequires: alsa-lib-devel}
32%{!?_without_arts:BuildRequires: arts-devel}
2ffa6296
JB
33BuildRequires: autoconf
34BuildRequires: automake
3b5a56fa 35BuildRequires: esound-devel
a9bc178e 36%ifarch %{ix86} alpha
3b5a56fa 37BuildRequires: svgalib-devel
131a5d0c 38%endif
926a6bcd 39BuildRequires: texinfo
3b5a56fa
SZ
40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42%description
43Allegro is a cross-platform library intended for use in computer games
44and other types of multimedia programming.
45
0588cbe6
JB
46%description -l de
47