SPECS: OpenAL.spec - starting playing with 0.0.8 version - build f...

blekot blekot at pld-linux.org
Sun Feb 26 17:54:50 CET 2006


Author: blekot                       Date: Sun Feb 26 16:54:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- starting playing with 0.0.8 version
- build fail - see TODO for reason
- rel 0.1

---- Files affected:
SPECS:
   OpenAL.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: SPECS/OpenAL.spec
diff -u SPECS/OpenAL.spec:1.41 SPECS/OpenAL.spec:1.42
--- SPECS/OpenAL.spec:1.41	Fri Feb  3 21:32:58 2006
+++ SPECS/OpenAL.spec	Sun Feb 26 17:54:45 2006
@@ -1,6 +1,16 @@
 # $Revision$, $Date$
 #
 # 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)
@@ -13,16 +23,13 @@
 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 at 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}
@@ -81,18 +88,15 @@
 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} \
@@ -154,6 +158,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2006/02/26 16:54:45  blekot
+- starting playing with 0.0.8 version
+- build fail - see TODO for reason
+- rel 0.1
+
 Revision 1.41  2006/02/03 20:32:58  darekr
 - kill needless BR zip
 
================================================================

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



More information about the pld-cvs-commit mailing list