Hello community, here is the log from the commit of package openal-soft.1420 for openSUSE:12.3:Update checked in at 2013-03-20 12:49:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3:Update/openal-soft.1420 (Old) and /work/SRC/openSUSE:12.3:Update/.openal-soft.1420.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openal-soft.1420", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-02-26 18:15:11.936010755 +0100 +++ /work/SRC/openSUSE:12.3:Update/.openal-soft.1420.new/openal-soft.changes 2013-03-20 12:49:57.000000000 +0100 @@ -0,0 +1,312 @@ +------------------------------------------------------------------- +Sat Mar 9 21:28:45 UTC 2013 - [email protected] + +- Add obsoletes/provides to baselibs packages so 32bit packages + replace their openal-soft predecessors (bnc#810009) + +------------------------------------------------------------------- +Mon Jan 14 10:16:23 UTC 2013 - [email protected] + +- install legacy provides for openal again. Some packages still rely + on it. + +------------------------------------------------------------------- +Tue Jan 8 12:31:06 UTC 2013 - [email protected] + +- The devel package requires libopenal1, not openal-soft + +------------------------------------------------------------------- +Mon Jan 7 20:38:56 UTC 2013 - [email protected] + +- Fixed SLES build +- Removed Requirements that are resolved automatically +- Added missing openal-soft-devel Requirement libopenal1 + +------------------------------------------------------------------- +Fri Dec 7 14:06:32 UTC 2012 - [email protected] + +- update to new version 1.15 + - Fixed device enumeration with the OSS backend. + - Reorganized internal mixing logic, so unneeded steps can potentially be skipped for better performance. + - Removed the lookup table for calculating the mixing pans. The panning is now calculated directly for better precision. + - Improved the panning of stereo source channels when using stereo output. + - Improved source filter quality on send paths. + - Added a config option to allow PulseAudio to move streams between devices. + - Currently disabled by default, as the device specifier does not properly update. + - The PulseAudio backend will now attempt to spawn a server by default. + - Added a workaround for a DirectSound bug relating to float32 output. + - Added SSE-based mixers, for HRTF and non-HRTF mixing. + - SSE can be detected at run-time, and be disabled as needed. + - Added support for the new AL_SOFT_source_latency extension. + - Currently, the PulseAudio, ALSA, and MMDevAPI backends provide proper latency information. + - Improved ALSA capture by avoiding an extra buffer when using sizes supported by the underlying device. + - Improved the makehrtf utility to support new options and input formats. + - Modified the CFLAGS declared in the pkg-config file so the "AL/" portion of the header includes can optionally be omitted. + - Added a couple example code programs to show how to apply reverb, and retrieve latency. + - The configuration sample is now installed into the share/openal/ directory instead of /etc/openal. + - Note, /etc/openal/alsoft.conf is still used to read the configuration like before. + - The configuration sample now gets installed by default. +- undo upstream change to auto spawn pulseaudio (openal-no-autospawn.diff) + +------------------------------------------------------------------- +Tue Nov 27 17:18:44 UTC 2012 - [email protected] + +- license update: LGPL-2.1+ and GPL-2.0+ + See the c files in utils/ - looks like a GPL licensed utility is included + (as aggregate) + +------------------------------------------------------------------- +Mon Nov 12 09:45:21 UTC 2012 - [email protected] + +- update to git snapshot close to 1.15 +- re-enable OSS support +- also rename libopenal0-soft for consistency + +------------------------------------------------------------------- +Mon Nov 5 20:16:03 UTC 2012 - [email protected] + +- Remove support for old distributions +- Remove Icon tag and icon file. It's not normal for openSUSE packages to use it +- Remove Conflicts/Provides for rename from openal. Latest release of the old openal was in openSUSE 11.1. +- Use pkgconfig() BuildRequires +- Run spec-cleaner +- Rename libopenal1-soft to libopenal1 +- Disable OSS support + +------------------------------------------------------------------- +Sat Jul 21 17:28:22 UTC 2012 - [email protected] + +- the used fpu control bits are x86 specific + +------------------------------------------------------------------- +Tue Jun 26 06:50:08 UTC 2012 - [email protected] + +- new version 1.14 + * Improved multi-threaded efficiency, relying less on a "big" mutex in favor of rw-locks and atomic operations where possible. + * Added support for HRTF-based mixing. Stereo output only. The default built-in data set only supports 44100hz playback. See the new hrtf.txt for more information. + * Added CMake options to cause a configuration error if the wanted backends aren't available. + * Modified backends so that only one is used at a time (for each playback and capture), to avoid device ownership conflicts. + * Fixed enumeration in certain backends to not list a default device, when the default device is enumerated normally anyway (eg, with DirectSound and PulseAudio). + * Improved device naming to more closely match the names given by the backends. + * Fixed handling of NaN values for float and double buffer samples. + * Added a new efx-presets.h header to define useful reverb presets for EFX. + * Added support for the ALC_EXT_DEDICATED extension. + * Fixed alc.h to include ALC_ENUMERATE_ALL_EXT enums, like other systems. + * Added support for the new AL_SOFT_buffer_samples, AL_SOFT_direct_channels, and ALC_SOFT_loopback extensions. + * Provided an env-var.txt to describe the available options set through environment variables. + * Fixed the source cone angle properties to work with the full 0-to-360 range as intended. + * An env var option is provided to restore the old buggy behavior for apps that need it. + * Added an example program that streams sound using ffmpeg. + * Added a utility to make HRTF data files from the KEMAR diffuse and compact data sets. +- removed rpmlintrc in favor of a lecacy exception in rpmlint itself + +------------------------------------------------------------------- +Mon Feb 21 07:05:50 UTC 2011 - [email protected] + +- new version 1.13 + * Added support for the ring modulator EFX effect. + * Duplication of stereo sources (onto side- and rear-channels) in now enabled by default. + This can still be disabled via alsoft.conf. + * Support for the new AL_SOFT_loop_points and AL_SOFT_buffer_sub_data extensions. + * Added the ability to redirect log output to a file, by setting the ALSOFT_LOGFILE environment variable. + * Improved invalid parameter checks. + * Better checks against integer overflows when allocating buffer storage. + * Internal mixer support for 8-, 16-, and 32-bit input formats, improving memory consumption by not converting them all to 32-bit. + * Improved device-change handling with the PulseAudio backend. + * All available PulseAudio devices are now enumerated with ALC_ENUMERATE_ALL_EXT. + * PulseAudio devices again use the periods and period_size config options. + * Improved stability when PortAudio is enabled. + The library tends to cause a crash when it's unloaded and reloaded. + * Added a WaveOut backend for Windows. + * Added a cubic resampler to replace the cosine resampler. + * Increased the maximum number of source auxiliary sends to 4, and changed the default to 1. + * Massive internal changes to the mixer and buffer loading code, designed for future improvements for allowable input and output formats. + +------------------------------------------------------------------- +Tue Mar 30 08:06:02 UTC 2010 - [email protected] + +- new version 1.12.854 + * Fixed playback when the PulseAudio buffer is calculated to be more than 64KB. + * Restored compatibility with some older PulseAudio libs. + * Alternative buffer sizing for PulseAudio, specified using a new config option. + * Improved buffer size calculations, to prevent drastic latency changes when certain properties (such as ALC_FREQUENCY) are modified. + * Added capture support for the PortAudio backend. + * Support for PortAudio under Windows. + * Added support for the format extensions AL_EXT_MULAW, AL_EXT_MULAW_MCFORMATS, and AL_EXT_DOUBLE. + * Support for the new ALC_EXT_thread_local_context extension. + * Improved library load time by delaying backend device probing until needed. + * Updated alext.h to provide EFX tokens and function types. + * Unsupported effects and filters are no longer returned by alGetEnumValue. + * The Wave File Writer device now creates WAVEFORMATEXTENSIBLE files, to better handle multi-channel and float output. + +------------------------------------------------------------------- +Mon Jan 18 08:10:58 UTC 2010 - [email protected] + +- new version 1.11.753 + * Fixed compatibility with newer PulseAudio libs + * The PulseAudio backend will now be tried first, when available + * Fixed a crash with the echo effect + * Configurable resampler, supporting point, linear (default), and + cosine methods + * Improved reverb, which now supports the Modulation and Echo + properties + * The alsoft/.conf/.ini/rc drivers config option now allows unnamed + backends to remain available, by ending the device list with a + comma (,) + * PulseAudio playback will try to use an output frequency and + channel format that best matches the default sink If the sink + device is configured for 5.1 output at 48khz, for example, OpenAL + Soft will automatically use 5.1 output at 48khz, unless overridden + in the config file. + * Multi-channel sounds are now passed through the auxiliary sends + Although they are down-mixed to mono, losing channel separation. + * Fixed playback when creating a second context from a device + * Added a new config option to enable real-time priority when mixing + for certain backends (ALSA, OSS, Solaris, and DirectSound) + * Buffers now store 32-bit float sample data internally, to retain + 32-bit sample accuracy + * Added a new head-dampening config option, for mono and stereo + playback This slightly filters sounds coming from behind, allowing + for some subtle differences between front and back sound sources. + * Added an option to allow spawning the PulseAudio server on demand + * Support for the new AL_EXT_source_distance_model extension + +------------------------------------------------------------------- +Mon Jan 4 15:02:07 UTC 2010 - [email protected] + +- update to current git snapshot + +------------------------------------------------------------------- +Fri Dec 18 16:59:34 CET 2009 - [email protected] + +- add baselibs.conf as a source + +------------------------------------------------------------------- +Mon Nov 9 08:32:43 UTC 2009 - [email protected] + +- new version 1.10.622 + * Fixed OSS and PulseAudio backends + * Support for disconnect notifications with PulseAudio when the + server connection dies + * Fixed surround sound channel ordering for PulseAudio playback + * Fixed 7.1 output + * Fixed potential crash when setting an AL_EFFECT_NULL effect on + an auxiliary effect slot + * Backend libraries are now loaded and released as needed + In particular, this allows for backends to be added and + removed at runtime when their corresponding libraries are ++++ 115 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:12.3:Update/.openal-soft.1420.new/openal-soft.changes New: ---- baselibs.conf libopenalcompat.c openal-no-autospawn.diff openal-soft-1.15.tar.bz2 openal-soft.changes openal-soft.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openal-soft.spec ++++++ # # spec file for package openal-soft # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: openal-soft Version: 1.15 Release: 0 Summary: OpenAL Soft License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries Url: http://kcat.strangesoft.net/openal.html Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2 #Source0: openal-soft-%{version}.tar.bz2 Source1: libopenalcompat.c Source3: baselibs.conf # PATCH-FIX-UPSTREAM openal-no-autospawn.diff Patch0: openal-no-autospawn.diff Conflicts: openal <= 0.0.8 Provides: openal = 0.0.9 BuildRequires: cmake >= 2.4.4 BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(libpulse) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description OpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API. %package devel Summary: OpenAL Soft Group: Development/Languages/C and C++ Requires: glibc-devel Requires: libopenal1 = %{version} Provides: openal-devel = 0.0.9 Conflicts: openal-devel <= 0.0.8 %description devel OpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API. %package -n libopenal0 Summary: OpenAL Soft Group: System/Libraries Recommends: openal-soft # libopenal0-soft was last used in openSUSE 12.2 Provides: libopenal0-soft = %{version}-%{release} Obsoletes: libopenal0-soft <= 1.14 %description -n libopenal0 OpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API. libopenal.so.0 is just a wrapper around libopenal.so.1 for compatibility with old software. %package -n libopenal1 Summary: OpenAL Soft Group: System/Libraries Recommends: openal-soft # libopenal1-soft was last used in openSUSE 12.2 Provides: libopenal1-soft = %{version}-%{release} Obsoletes: libopenal1-soft <= 1.14 %description -n libopenal1 OpenAL is an audio library designed in the spirit of OpenGL--machine independent, cross platform, and data format neutral with a clean, simple C-based API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL API. %prep %setup -q %patch0 -p1 %build cd build export CFLAGS='%{optflags}' export CXXFLAGS='%{optflags}' cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \ -DCMAKE_VERBOSE_MAKEFILE=1 \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ %if %{_lib} == lib64 -DLIB_SUFFIX=64 \ %endif -DCMAKE_BUILD_TYPE=Release \ -DALSOFT_CONFIG=ON \ .. make %{?_smp_mflags} gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared -Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1} install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf %install cd build make DESTDIR=%{buildroot} install install -d %{buildroot}%{_sysconfdir}/openal install -m644 libopenal.so.0 %{buildroot}%{_libdir} %post -n libopenal0 -p /sbin/ldconfig %postun -n libopenal0 -p /sbin/ldconfig %post -n libopenal1 -p /sbin/ldconfig %postun -n libopenal1 -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING %dir %{_sysconfdir}/openal %ghost %config %attr(0644,root,root) %{_sysconfdir}/openal/alsoft.conf %{_bindir}/openal-info %dir %{_datadir}/openal %{_datadir}/openal/alsoftrc.sample %files -n libopenal1 %defattr(-,root,root) %{_libdir}/libopenal.so.1* %files -n libopenal0 %defattr(-,root,root) %{_libdir}/libopenal.so.0 %files devel %defattr(-,root,root) %{_bindir}/makehrtf %{_libdir}/libopenal.so %{_libdir}/pkgconfig/openal.pc %dir %{_includedir}/AL %{_includedir}/AL/al.h %{_includedir}/AL/alc.h %{_includedir}/AL/alext.h %{_includedir}/AL/efx.h %{_includedir}/AL/efx-creative.h %{_includedir}/AL/efx-presets.h %changelog ++++++ baselibs.conf ++++++ libopenal0 provides "libopenal0-soft-<targettype> = <version>" obsoletes "libopenal0-soft-<targettype> < <version>" libopenal1 provides "libopenal1-soft-<targettype> = <version>" obsoletes "libopenal1-soft-<targettype> < <version>" ++++++ libopenalcompat.c ++++++ #if 0 set -- gcc -W -Wall -g -O2 -shared -nostdlib -Wl,-f,libopenal.so.1 -Wl,-soname,libopenal.so.0 -fPIC -DPIC -o libopenal.so.0 libopenalcompat.c echo "$@" exec "$@" exit 1 #endif #if 0 void* alcOpenDevice (void* p) { return (void*)0; } #endif void _openal_soft_dummy_ () { } ++++++ openal-no-autospawn.diff ++++++ disable pulseaudio auto spawn as it is annoying Index: openal-soft-1.15/Alc/backends/pulseaudio.c =================================================================== --- openal-soft-1.15.orig/Alc/backends/pulseaudio.c +++ openal-soft-1.15/Alc/backends/pulseaudio.c @@ -1433,7 +1433,7 @@ ALCboolean alc_pulse_init(BackendFuncs * pa_threaded_mainloop *loop; pulse_ctx_flags = 0; - if(!GetConfigValueBool("pulse", "spawn-server", 1)) + if(!GetConfigValueBool("pulse", "spawn-server", 0)) pulse_ctx_flags |= PA_CONTEXT_NOAUTOSPAWN; if((loop=pa_threaded_mainloop_new()) && -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
