From 43b5504a5b67fa60fbd492a4bf0e5ada72e24f06 Mon Sep 17 00:00:00 2001 From: blekot Date: Sun, 26 Feb 2006 16:54:45 +0000 Subject: [PATCH] - starting playing with 0.0.8 version - build fail - see TODO for reason - rel 0.1 Changed files: OpenAL.spec -> 1.42 --- OpenAL.spec | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/OpenAL.spec b/OpenAL.spec index 4870a89..1339ea7 100644 --- a/OpenAL.spec +++ b/OpenAL.spec @@ -1,5 +1,15 @@ # # Conditional build: +# TODO: +# - Build stops at: +# arch/i386/x86_floatmul.c:86:74: warning: use of C99 long long integer constant +# arch/i386/x86_floatmul.c:89:74: warning: use of C99 long long integer constant +# arch/i386/x86_floatmul.c: In function `_alFloatMul': +#arch/i386/x86_floatmul.c:86: internal compiler error: in ix86_expand_binop_builtin, at config/i386/i386.c:13246 +# Please submit a full bug report, +# +# - autoconf provides undefined macro.... + %bcond_without alsa # without ALSA support %bcond_with arts # with aRts support %bcond_without doc # don't build HTML documentation (from SGML source) @@ -12,16 +22,13 @@ Summary: Open Audio Library Summary(pl): Otwarta Biblioteka D¼wiêku Name: OpenAL Version: 0.0.8 -%define snap 20051015 -Release: 0.%{snap}.1 +Release: 0.1 License: LGPL Group: Libraries -# from CVS :pserver:guest@opensource.creative.com:/usr/local/cvs-repository /openal -# (without all Win and Mac stuff and demos) -Source0: %{name}-%{_branch}-%{snap}.tar.bz2 -# Source0-md5: 013a571cf588bec1d3a5628b5ed527ea -Patch0: %{name}-prefix.patch -Patch1: %{name}-info.patch +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} @@ -80,18 +87,15 @@ OpenAL static library. Biblioteka OpenAL do konsolidacji statycznej. %prep -%setup -q -n %{name}-%{_branch}-%{snap} -%patch0 -p1 -%patch1 -p1 - -cp CREDITS docs +%setup -q -n openal-%{version} +#%patch0 -p1 +#%patch1 -p1 %build -cd linux cp -f /usr/share/automake/config.sub . -%{__aclocal} -%{__autoconf} -%{__autoheader} +#%{__aclocal} +#%{__autoconf} +#%{__autoheader} %configure \ %{?with_alsa:--enable-alsa --enable-alsa-dlopen} \ %{?with_arts:--enable-arts --enable-arts-dlopen} \ -- 2.44.0