rpms/openal/devel openal.spec,1.23,1.24 openalrc,1.1,1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Dec 12 15:15:21 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/openal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11879/devel

Modified Files:
	openal.spec openalrc 
Log Message:
- set default output to alsa for F7 to work around oss issue (#409751)
- set default output to sdl for >F8 to work around pulseaudio (#420991)
- fix multiarch (#324771)
- fix esound problem (don't use dlopen) (#397511)



Index: openal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openal/devel/openal.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- openal.spec	22 Aug 2007 13:31:18 -0000	1.23
+++ openal.spec	12 Dec 2007 15:14:42 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           openal
 Version:        0.0.9
-Release:        0.11.20060204cvs%{?dist}
+Release:        0.12.20060204cvs%{?dist}
 Summary:        Open Audio Library
 
 Group:          System Environment/Libraries
@@ -32,6 +32,9 @@
 Obsoletes:      %{name}-test < 0.0.8
 BuildRequires:  libtool
 
+# 420991
+Requires: SDL
+
 %description
 OpenAL is an audio library designed in the spirit of OpenGL--machine
 independent, cross platform, and data format neutral, with a clean,
@@ -64,7 +67,7 @@
 %build
 %configure --enable-arts                   \
            --enable-alsa                   \
-           --enable-esd                    \
+           --disable-esd-dlopen                    \
            --enable-vorbis                 \
            --enable-sdl                    \
            --disable-smpeg                 \
@@ -82,6 +85,9 @@
 install -Dpm 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/openalrc
 rm -rf common/specification/CVS
 
+touch -r ChangeLog ${RPM_BUILD_ROOT}%{_bindir}/openal-config
+
+
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
@@ -105,6 +111,13 @@
 
 
 %changelog
+* Wed Dec 12 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.0.9-0.12.20060204
+- set default output to sdl for >F8 to work around pulseaudio (#420991)
+- fix multiarch (#324771)
+- fix esound problem (don't use dlopen) (#397511)
+
+
 * Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.0.9-0.11.20060204
 - new license tag


Index: openalrc
===================================================================
RCS file: /cvs/pkgs/rpms/openal/devel/openalrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openalrc	8 Nov 2004 04:56:19 -0000	1.1
+++ openalrc	12 Dec 2007 15:14:42 -0000	1.2
@@ -1,3 +1,5 @@
+(define devices '(sdl))
+
 ;;(define devices '(alsa native))
 
 ;; uncomment this to output via the 2nd soundcard




More information about the fedora-extras-commits mailing list