]> git.pld-linux.org Git - packages/allegro.git/blame - allegro.spec
- 4.1.11
[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
035ed591 7# _without_svgalib - without svgalib module
7d6ed33c 8# _with_alsa9 - use alsa 0.9 not 0.5
59445a65 9#
7d6ed33c
JB
10%ifarch sparc sparc64
11%define _without_alsa 1
12%endif
13%{!?_without_alsa:%{!?_with_alsa9:%define _with_alsa5 1}}
3b5a56fa 14Summary: A game programming library
0588cbe6
JB
15Summary(de): Eine Bibliothek zur Programmierung von Spielen
16Summary(es): Una libreria de programacion de juegos
17Summary(fr): Une librairie de programmation de jeux
18Summary(it): Una libreria per la programmazione di videogiochi
3b5a56fa
SZ
19Summary(pl): Biblioteka do programowania gier
20Name: allegro
aa1a55e9 21Version: 4.1.11
59445a65 22Release: 1
86b90f5b 23License: Giftware
3ac31a78 24Group: Libraries
7d6ed33c 25Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
aa1a55e9 26# Source0-md5: 61568ff088fd074eaad8b5cc23ac40ff
94ac3d0f 27Patch0: %{name}-info.patch
621bfe6c 28Patch1: %{name}-examples.patch
c223ecdc 29Patch2: %{name}-alsa9.patch
7d6ed33c 30Patch3: %{name}-opt.patch
aa1a55e9 31Patch4: %{name}-ldflags.patch
7d6ed33c 32URL: http://alleg.sourceforge.net/
926a6bcd 33BuildRequires: XFree86-devel
7d6ed33c
JB
34%{!?_without_alsa:BuildRequires: alsa-lib-devel}
35%{!?_without_arts:BuildRequires: arts-devel}
2ffa6296
JB
36BuildRequires: autoconf
37BuildRequires: automake
3b5a56fa 38BuildRequires: esound-devel
a9bc178e 39%ifarch %{ix86} alpha
035ed591 40%{!?_without_svgalib:BuildRequires: svgalib-devel}
131a5d0c 41%endif
926a6bcd 42BuildRequires: texinfo
3b5a56fa
SZ
43BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45%description
46Allegro is a cross-platform library intended for use in computer games
47and other types of multimedia programming.
48
0588cbe6
JB
49%description -l de
50