commit 7ef9e8f5760ed6e63fda5323b15fdf6097beb8e3
Author: Jakub Bogusz <[email protected]>
Date:   Mon May 11 17:57:04 2020 +0200

    - unified libao bcond name

 rsound.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rsound.spec b/rsound.spec
index 283ec37..312e68c 100644
--- a/rsound.spec
+++ b/rsound.spec
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_without alsa            # ALSA support in rsd
-%bcond_without ao              # libao support in rsd
+%bcond_without libao           # libao support in rsd
 %bcond_without jack            # JACK support in rsd
 %bcond_with    muroar          # muRoar support in rsd
 %bcond_without openal          # OpenAL support in rsd
@@ -25,7 +25,7 @@ URL:          http://themaister.net/rsound.html
 %{?with_openal:BuildRequires:  OpenAL-devel}
 %{?with_alsa:BuildRequires:    alsa-lib-devel >= 0.9}
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
-%{?with_ao:BuildRequires:      libao-devel}
+%{?with_libao:BuildRequires:   libao-devel}
 %{?with_roar:BuildRequires:    libroar-devel}
 BuildRequires: libsamplerate-devel
 %{?with_muroar:BuildRequires:  muroar-devel}
@@ -109,7 +109,7 @@ CFLAGS="%{rpmcflags} %{rpmcppflags}" \
        --prefix=%{_prefix} \
        %{!?with_alsa:--disable-alsa} \
        %{!?with_jack:--disable-jack} \
-       %{!?with_ao:--disable-libao} \
+       %{!?with_libao:--disable-libao} \
        %{!?with_muroar:--disable-muroar} \
        %{!?with_openal:--disable-openal} \
        %{!?with_oss:--disable-oss} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rsound.git/commitdiff/7ef9e8f5760ed6e63fda5323b15fdf6097beb8e3

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to