From 80ea8137b4c98285f6863c654c7afaca2d58df52 Mon Sep 17 00:00:00 2001 From: grzegol Date: Tue, 12 Aug 2003 23:39:47 +0000 Subject: [PATCH] - added esd support; rel. .0.10 Changed files: OpenAL.spec -> 1.21 --- OpenAL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenAL.spec b/OpenAL.spec index 291c282..bba95fd 100644 --- a/OpenAL.spec +++ b/OpenAL.spec @@ -2,6 +2,7 @@ # Conditional build: # _without_alsa - without ALSA support # _without_doc - don't build HTML documentation (from SGML source) +# _without_esd - without esd support # _with_mmx - use MMX (won't run on non-MMX CPU) # # TODO: @@ -20,7 +21,7 @@ Summary(pl): Otwarta Biblioteka D Name: OpenAL Version: 0.0.6 %define snap 20030806 -Release: 1.%{snap}.0.9 +Release: 1.%{snap}.0.10 License: LGPL Group: Libraries # from CVS :pserver:guest@opensource.creative.com:/usr/local/cvs-repository /openal @@ -36,6 +37,7 @@ BuildRequires: SDL-devel BuildRequires: autoconf BuildRequires: automake %{!?_without_doc:BuildRequires: docbook-utils} +%{!?_without_esd:BuildRequires: esound-devel} %{!?_without_doc:BuildRequires: gnome-doc-tools} BuildRequires: libvorbis-devel %{?_with_mmx:BuildRequires: nasm} @@ -103,6 +105,7 @@ cd linux %{!?debug:--enable-optimization} \ %{?_with_mmx:--enable-arch-asm} \ %{!?_without_alsa:--enable-alsa} \ + %{!?_without_esd:--enable-esd} \ --enable-sdl \ --enable-vorbis \ --enable-smpeg \ -- 2.44.0