]> git.pld-linux.org Git - packages/allegro.git/blame_incremental - allegro.spec
- updated to 4.1.12, updated info,opt patches, removed obsolete alsa9 patch
[packages/allegro.git] / allegro.spec
... / ...
CommitLineData
1#
2# Conditional build:
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)
9#
10# still needed??? let's check...
11#%%undefine with_arts
12%ifnarch %{ix86} alpha
13%undefine with_svga
14%endif
15Summary: A game programming library
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
20Summary(pl): Biblioteka do programowania gier
21Name: allegro
22Version: 4.1.12
23Release: 1
24License: Giftware
25Group: Libraries
26Source0: http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
27# Source0-md5: 93c215aab32b086dcfd8a74c1d383abc
28Patch0: %{name}-info.patch
29Patch1: %{name}-examples.patch
30#Patch2: %{name}-alsa9.patch
31Patch2: %{name}-opt.patch
32Patch3: %{name}-ldflags.patch
33Patch4: %{name}-frame-pointer.patch
34URL: http://alleg.sourceforge.net/
35BuildRequires: XFree86-devel
36%{?with_alsa:BuildRequires: alsa-lib-devel}
37%{?with_arts:BuildRequires: arts-devel}
38BuildRequires: autoconf
39BuildRequires: automake
40BuildRequires: esound-devel
41%{?with_svga:BuildRequires: svgalib-devel}
42BuildRequires: texinfo
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
49%description -l de
50