SPECS: OpenAL.spec - autoize - more strict configure options

tommat tommat at pld-linux.org
Mon Sep 25 21:30:16 CEST 2006


Author: tommat                       Date: Mon Sep 25 19:30:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- autoize
- more strict configure options

---- Files affected:
SPECS:
   OpenAL.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/OpenAL.spec
diff -u SPECS/OpenAL.spec:1.46 SPECS/OpenAL.spec:1.47
--- SPECS/OpenAL.spec:1.46	Sat Mar  4 11:03:18 2006
+++ SPECS/OpenAL.spec	Mon Sep 25 21:30:10 2006
@@ -91,15 +91,20 @@
 %setup -q -n openal-%{version}
 
 %build
+cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal} -I admin/autotools/m4
+%{__autoconf}
+%{__autoheader}
 %configure \
-	%{?with_alsa:--enable-alsa --enable-alsa-dlopen} \
-	%{?with_arts:--enable-arts --enable-arts-dlopen} \
-	%{?with_esd:--enable-esd --enable-esd-dlopen} \
+	--%{?with_alsa:en}%{!?with_alsa:dis}able-alsa{,-dlopen} \
+	--%{?with_arts:en}%{!?with_arts:dis}able-arts{,-dlopen} \
+	--%{?with_esd:en}%{!?with_esd:dis}able-esd{,-dlopen} \
 	--enable-sdl --enable-sdl-dlopen \
 	--enable-capture \
 	--enable-linux \
 	--enable-null \
-%ifarch i586 i686
+%ifarch amd64 x86_64 athlon i686 i586
 	--enable-optim-generic \
 %endif
 	--enable-waveout \
@@ -145,6 +150,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2006/09/25 19:30:10  tommat
+- autoize
+- more strict configure options
+
 Revision 1.46  2006/03/04 10:03:18  qboosh
 - include specs PDF in -devel
 - disable MMX on i[34]86, runtime detection on the rest,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/OpenAL.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list