From: Jakub Bogusz Date: Wed, 16 Mar 2011 17:06:14 +0000 (+0000) Subject: - updated to 1.13 X-Git-Tag: auto/th/OpenAL-1_13-1 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?p=packages%2FOpenAL.git;a=commitdiff_plain;h=f953b35239161f8b02e4ce221b504faa55eae5db - updated to 1.13 - BR: pulseaudio-devel - make bconds actually work Changed files: OpenAL.spec -> 1.61 --- diff --git a/OpenAL.spec b/OpenAL.spec index 33e1b38..292d870 100644 --- a/OpenAL.spec +++ b/OpenAL.spec @@ -1,23 +1,24 @@ # # Conditional build: -# %bcond_without alsa # without ALSA support %bcond_without portaudio # without PortAudio support +%bcond_without pulseaudio # without PulseAudio support # Summary: Open Audio Library Summary(pl.UTF-8): Otwarta Biblioteka Dźwięku Name: OpenAL -Version: 1.12.854 +Version: 1.13 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2 -# Source0-md5: fbf36451fdebd6466edbdc0ee7db9603 +# Source0-md5: 58b7d2809790c70681b825644c5f3614 #URL: http://kcat.strangesoft.net/openal.html URL: http://www.openal.org/ %{?with_alsa:BuildRequires: alsa-lib-devel} BuildRequires: cmake %{?with_portaudio:BuildRequires: portaudio-devel} +%{?with_pulseaudio:BuildRequires: pulseaudio-devel} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -57,7 +58,10 @@ OpenAL. %cmake . \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_VERBOSE_MAKEFILE=1 \ - -DLIB_INSTALL_DIR=%{_lib} + -DLIB_INSTALL_DIR=%{_lib} \ + %{!?with_alsa:-DALSA=OFF} \ + %{!?with_portaudio:-DPORTAUDIO=OFF} \ + %{!?with_pulseaudio:-DPULSEAUDIO=OFF} %{__make}