]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- enabled many features
authorfastviper <fastviper@poczta.onet.pl>
Sat, 17 Nov 2001 01:59:42 +0000 (01:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- made this spec look good ;-)
- release++

Changed files:
    OpenAL.spec -> 1.2

OpenAL.spec

index 9dbcd89712596195d0768cc25c05937906ae83b3..dab6838954295db240e1de671b7465dc364f078d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        OpenAL - Open Audio Library
 Summary(pl):   OpenAL - Otwarta Biblioteka D¼wiêku
 Name:          OpenAL
 Version:       0.0.6
-Release:       1
+Release:       2
 License:       LGPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
@@ -81,15 +81,22 @@ cp -f AL/*.h include/AL/
 %patch2 -p1
 
 %build
+CFLAGS="%{rpmcflags} -I%{_includedir} \
+       -fexpensive-optimizations       -funroll-all-loops \
+       -funroll-loops                  -fomit-frame-pointer \
+       -finline-functions              -ffast-math "
+export CFLAGS
+
+LDFLAGS="-L%{_libdir}" ; export LDFLAGS
+
 sh ./autogen.sh
-./configure --enable-prefix=%{_prefix} --enable-optimization
-%{__make} \
-       CFLAGS="%{rpmcflags} -I%{_includedir} \
-       -fexpensive-optimizations -funroll-all-loops -funroll-loops -fomit-frame-pointer \
-       -finline-functions -ffast-math" 
-       LIBS="-L%{_libdir} " \
-       CC=%{__cc}
 
+./configure --enable-prefix=%{_prefix} \
+           --enable-optimization       --enable-alsa           --enable-sdl \
+           --enable-vorbis             --enable-smpeg          --enable-capture \
+           --with-gcc=%{__cc}
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.254289 seconds and 4 git commands to generate.