]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- unified bconds
authorTomasz Pala <gotar@pld-linux.org>
Sat, 4 Oct 2003 13:44:15 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL.spec -> 1.117

SDL.spec

index 181a53227109cb2d4fe31670dcb704cd63de1bfb..c126e113f9f2dd390d3968da4d7f4d8199c32aae 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -7,8 +7,8 @@
 %bcond_with    svga            # with svgalib graphics support
 %bcond_without alsa            # without ALSA audio support
 %bcond_without arts            # without aRts audio support
-%bcond_without esound          # without EsounD audio support
-#
+%bcond_without esd             # without EsounD audio support
+
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Summary(es):   Simple DirectMedia Layer
 Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediĆ³w
@@ -44,7 +44,7 @@ BuildRequires:        XFree86-devel >= 4.0.2
 %{?with_arts:BuildRequires:    arts-devel >= 1.1}
 BuildRequires: autoconf
 BuildRequires: automake
-%{?with_esound:BuildRequires:  esound-devel >= 0.2.8}
+%{?with_esd:BuildRequires:     esound-devel >= 0.2.8}
 %{?with_ggi:BuildRequires:     libggi-devel}
 BuildRequires: libtool >= 2:1.4d
 %{?with_nas:BuildRequires:     nas-devel}
@@ -191,7 +191,7 @@ rm -f missing libtool
        --enable-video-x11-xv \
        %{!?with_alsa:--disable-alsa} \
        %{!?with_arts:--disable-arts} \
-       %{!?with_esound:--disable-esd} \
+       %{!?with_esd:--disable-esd} \
        %{!?with_nas:--disable-nas}
 
 %{__make}
This page took 0.08192 seconds and 4 git commands to generate.