]> git.pld-linux.org Git - packages/mpd.git/commitdiff
- unify pulseaudio bcond
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Jul 2010 14:43:48 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpd.spec -> 1.49

mpd.spec

index 491347aae8e571963c69aa0b319eff74574194a8..8addcc1a430d8d3b9047d5945508c24c75b6fa69 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -3,7 +3,7 @@
 #
 # Conditional build:
 %bcond_without mod             # enable MOD support
-%bcond_without pulse           # disable PulseAudio support
+%bcond_without pulseaudio      # disable PulseAudio support
 #
 Summary:       Music Player Daemon
 Summary(hu.UTF-8):     Music Player Daemon
@@ -45,7 +45,7 @@ BuildRequires:        libsamplerate-devel >= 0.0.15
 BuildRequires: libshout-devel
 BuildRequires: libvorbis-devel
 BuildRequires: pkgconfig >= 1:0.9.0
-%{?with_pulse:BuildRequires:   pulseaudio-devel}
+%{?with_pulseaudio:BuildRequires:      pulseaudio-devel}
 BuildRequires: sqlite3-devel
 BuildRequires: wavpack-devel
 BuildRequires: wildmidi-devel
@@ -89,7 +89,7 @@ frontendów albo często restartujących X.
 %configure \
        ac_cv_lib_iconv_main=no \
        ac_cv_lib_nsl_gethostbyname=no \
-       %{!?with_pulse:--disable-pulse} \
+       %{!?with_pulseaudio:--disable-pulse} \
        %{?with_mod:--enable-mikmod} \
        --disable-sidplay \
        --enable-alsa \
This page took 0.150071 seconds and 4 git commands to generate.