]> git.pld-linux.org Git - packages/allegro5.git/blame - allegro.spec
- updated to 4.1.15, updated opt patch, added am18 patch
[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
9f78bca8 5%bcond_without jack # without JACK module
965b0868
JB
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)
59445a65 10#
3b5a56fa 11Summary: A game programming library
0588cbe6
JB
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
3b5a56fa
SZ
16Summary(pl): Biblioteka do programowania gier
17Name: allegro
5d2fadb2 18Version: 4.1.15
63db40e6 19Release: 1
86b90f5b 20License: Giftware
3ac31a78 21Group: Libraries
7d6ed33c 22Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
5d2fadb2 23# Source0-md5: e125d7665d359f2392b6330c741bdbc6
94ac3d0f 24Patch0: %{name}-info.patch
621bfe6c 25Patch1: %{name}-examples.patch
965b0868
JB
26Patch2: %{name}-opt.patch
27Patch3: %{name}-ldflags.patch
28Patch4: %{name}-frame-pointer.patch
72878f71 29Patch5: %{name}-alsa-1_0.patch
5d2fadb2 30Patch6: %{name}-am18.patch
7d6ed33c 31URL: http://alleg.sourceforge.net/
926a6bcd 32BuildRequires: XFree86-devel
965b0868
JB
33%{?with_alsa:BuildRequires: alsa-lib-devel}
34%{?with_arts:BuildRequires: arts-devel}
9f78bca8 35BuildRequires: autoconf >= 2.53
2ffa6296 36BuildRequires: automake
3b5a56fa 37BuildRequires: esound-devel
9f78bca8 38%{?with_jack:BuildRequires: jack-audio-connection-kit-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