]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- unified bcond name: aa -> aalib
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Feb 2008 20:04:53 +0000 (20:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.120

vlc.spec

index 4b0d62894d67c1cf288fc7c703d4b1859080e14a..340ea85dbe1e859638101325620166c0dd10634f 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -8,7 +8,7 @@
 # - flac plugin doesn't work with mono files
 #
 # Conditional build:
-%bcond_without aa      # build without aalib support
+%bcond_without aalib   # build without aalib support
 %bcond_without caca    # build without caca support
 %bcond_without dv      # build without dv support
 %bcond_without lirc    # build without lirc support
@@ -46,7 +46,7 @@ URL:          http://www.videolan.org/vlc/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL_image-devel >= 1.2
 BuildRequires: a52dec-libs-devel
-%{?with_aa:BuildRequires:      aalib-devel}
+%{?with_aalib:BuildRequires:   aalib-devel}
 %{?with_alsa:BuildRequires:    alsa-lib-devel >= 0.9}
 %{?with_arts:BuildRequires:    artsc-devel}
 BuildRequires: autoconf
@@ -233,7 +233,7 @@ cp -f /usr/share/automake/config.* .
 %ifarch ppc
        --disable-altivec \
 %endif
-       --%{?with_aa:en}%{!?with_aa:dis}able-aa \
+       --%{?with_aalib:en}%{!?with_aalib:dis}able-aa \
        %{?with_alsa:--enable-alsa} \
        %{?with_arts:--enable-arts} \
        %{!?with_arts:--disable-arts} \
This page took 1.019073 seconds and 4 git commands to generate.