]> git.pld-linux.org Git - packages/allegro5.git/blame - allegro.spec
- ugh, fixed
[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# still needed??? let's check...
11#%%undefine with_arts
12%ifnarch %{ix86} alpha
13%undefine with_svga
14%endif
3b5a56fa 15Summary: A game programming library
0588cbe6
JB
16Summary(de): Eine Bibliothek zur Programmierung von Spielen
17Summary(es): Una libreria de programacion de juegos
18Summary(fr): Une librairie de programmation de jeux
19Summary(it): Una libreria per la programmazione di videogiochi
3b5a56fa
SZ
20Summary(pl): Biblioteka do programowania gier
21Name: allegro
965b0868
JB
22Version: 4.1.12
23Release: 1
86b90f5b 24License: Giftware
3ac31a78 25Group: Libraries
7d6ed33c 26Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
965b0868 27# Source0-md5: 93c215aab32b086dcfd8a74c1d383abc
94ac3d0f 28Patch0: %{name}-info.patch
621bfe6c 29Patch1: %{name}-examples.patch
965b0868
JB
30#Patch2: %{name}-alsa9.patch
31Patch2: %{name}-opt.patch
32Patch3: %{name}-ldflags.patch
33Patch4: %{name}-frame-pointer.patch
7d6ed33c 34URL: http://alleg.sourceforge.net/
926a6bcd 35BuildRequires: XFree86-devel
965b0868
JB
36%{?with_alsa:BuildRequires: alsa-lib-devel}
37%{?with_arts:BuildRequires: arts-devel}
2ffa6296
JB
38BuildRequires: autoconf
39BuildRequires: automake
3b5a56fa 40BuildRequires: esound-devel
965b0868 41%{?with_svga:BuildRequires: svgalib-devel}
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