Author: sparky Date: Fri Mar 3 22:25:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanups, rel 1 - mmx needs checking
---- Files affected: SPECS: OpenAL.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/OpenAL.spec diff -u SPECS/OpenAL.spec:1.44 SPECS/OpenAL.spec:1.45 --- SPECS/OpenAL.spec:1.44 Fri Mar 3 22:34:24 2006 +++ SPECS/OpenAL.spec Fri Mar 3 23:25:13 2006 @@ -1,6 +1,5 @@ # $Revision$, $Date$ # -# Conditional build: # TODO: # - Build stops at: # arch/i386/x86_floatmul.c:86:74: warning: use of C99 long long integer constant @@ -11,9 +10,10 @@ # # - autoconf provides undefined macro.... +# Conditional build: +# %bcond_without alsa # without ALSA support %bcond_with arts # with aRts support -%bcond_without doc # don't build HTML documentation (from SGML source) %bcond_without esd # without esd support %bcond_with mmx # use MMX (makes sense on i[56]86 with MMX; won't run on non-MMX CPU) @@ -21,26 +21,19 @@ Summary(pl): Otwarta Biblioteka Dźwięku Name: OpenAL Version: 0.0.8 -Release: 0.1 +Release: 1 License: LGPL Group: Libraries Source0: http://www.openal.org/openal_webstf/downloads/openal-%{version}.tar.gz # Source0-md5: 641cf53761f35ee979f3e888614797a0 -#Patch0: %{name}-prefix.patch -#Patch1: %{name}-info.patch URL: http://www.openal.org/ BuildRequires: SDL-devel %{?with_alsa:BuildRequires: alsa-lib-devel} %{?with_arts:BuildRequires: artsc-devel} -BuildRequires: autoconf -BuildRequires: automake -%{?with_doc:BuildRequires: docbook-utils} %{?with_esd:BuildRequires: esound-devel} -%{?with_doc:BuildRequires: gnome-doc-tools} BuildRequires: libvorbis-devel %{?with_mmx:BuildRequires: nasm} BuildRequires: smpeg-devel -BuildRequires: texinfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -87,29 +80,25 @@ %prep %setup -q -n openal-%{version} -#%patch0 -p1 -#%patch1 -p1 %build -cp -f /usr/share/automake/config.sub . -#%{__aclocal} -#%{__autoconf} -#%{__autoheader} %configure \ %{?with_alsa:--enable-alsa --enable-alsa-dlopen} \ %{?with_arts:--enable-arts --enable-arts-dlopen} \ %{?with_esd:--enable-esd --enable-esd-dlopen} \ - --enable-sdl \ - --enable-vorbis \ - --enable-smpeg \ + --enable-sdl --enable-sdl-dlopen \ --enable-capture \ + --enable-linux \ + --enable-null \ + --enable-waveout \ + --enable-vorbis --enable-vorbis-dlopen \ + --enable-mp3 --enable-mp3-dlopen \ --with-gcc=%{__cc} %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_infodir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -120,12 +109,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 - -%postun devel -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 - %files %defattr(644,root,root,755) %doc ChangeLog NOTES TODO @@ -149,6 +132,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2006/03/03 22:25:13 sparky +- cleanups, rel 1 +- mmx needs checking + Revision 1.44 2006/03/03 21:34:24 sparky - NOTE: there was no soname change, but ABI HAS CHANGED (undefined symbol: alutInit) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/OpenAL.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
