The NetBSD Project

CVS log for pkgsrc/audio/openal-soft/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / openal-soft

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Tue Jan 30 14:21:33 2024 UTC (2 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

*: Recursive revbump from audio/pulseaudio-17.0

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jul 22 04:22:15 2023 UTC (8 months, 4 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

audio/openal-soft: Disable the ALSA backend on NetBSD

Revision 1.37 / (download) - annotate - [select for diffs], Tue Jul 18 12:56:06 2023 UTC (9 months ago) by nia
Branch: MAIN
Changes since 1.36: +2 -4 lines
Diff to previous 1.36 (colored)

audio: Where possible, adapt packages to use USE_(CC|CXX)_FEATURES

Revision 1.36 / (download) - annotate - [select for diffs], Sat May 6 19:09:02 2023 UTC (11 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

*: Recursive revbump from audio/libopus 1.4

Revision 1.35 / (download) - annotate - [select for diffs], Thu Apr 27 13:58:52 2023 UTC (11 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored)

openal-soft: Remove --version-script on SunOS.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 23 09:13:19 2023 UTC (11 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

openal-soft: update to 1.23.1.

openal-soft-1.23.1:

    Implemented the AL_SOFT_UHJ_ex extension.

    Implemented the AL_SOFT_buffer_length_query extension.

    Implemented the AL_SOFT_source_start_delay extension.

    Implemented the AL_EXT_STATIC_BUFFER extension.

    Fixed compiling with certain older versions of GCC.

    Fixed compiling as a submodule.

    Fixed compiling with newer versions of Oboe.

    Improved EAX effect version switching.

    Improved the quality of the reverb modulator.

    Improved performance of the cubic resampler.

    Added a compatibility option to restore AL_SOFT_buffer_sub_data. The option
    disables AL_EXT_SOURCE_RADIUS due to incompatibility.

    Reduced CPU usage when EAX is initialized and FXSlot0 or FXSlot1 are not
    used.

    Reduced memory usage for ADPCM buffer formats. They're no longer converted
    to 16-bit samples on load.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 20 12:23:44 2023 UTC (13 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (colored)

openal-soft: require gcc 9

This uses [[likely]] from C++20.

XXX: pkgsrc doesn't support "c++20" in USE_LANGUAGES yet

Revision 1.32 / (download) - annotate - [select for diffs], Thu Feb 16 15:15:55 2023 UTC (14 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored)

openal-soft: update to 1.23.0.

openal-soft-1.23.0:

    Fixed CoreAudio capture support.

    Fixed handling per-version EAX properties.

    Fixed interpolating changes to the Super Stereo width source property.

    Fixed detection of the update and buffer size from PipeWire.

    Fixed resuming playback devices with OpenSL.

    Fixed support for certain OpenAL implementations with the router.

    Improved reverb environment transitions.

    Improved performance of convolution reverb.

    Improved quality and performance of the pitch shifter effect slightly.

    Improved sub-sample precision for resampled sources.

    Improved blending spatialized multi-channel sources that use the source
    radius property.

    Improved mixing 2D ambisonic sources for higher-order 3D ambisonic mixing.

    Improved quadraphonic and 7.1 surround sound output slightly.

    Added config options for UHJ encoding/decoding quality. Including Super
    Stereo processing.

    Added a config option for specifying the speaker distance.

    Added a compatibility config option for specifying the NFC distance
    scaling.

    Added a config option for mixing on PipeWire's non-real-time thread.

    Added support for virtual source nodes with PipeWire capture.

    Added the ability for the WASAPI backend to use different playback rates.

    Added support for SOFA files that define per-response delays in makemhr.

    Changed the default fallback playback sample rate to 48khz. This doesn't
    affect most backends, which can detect a default rate from the system.

    Changed the default resampler to cubic.

    Changed the default HRTF size from 32 to 64 points.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 24 18:36:20 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

*: convert to cmake/build.mk

Revision 1.30 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:20 2022 UTC (19 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 7 10:03:53 2022 UTC (21 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

openal-soft: updated to 1.22.2

The changes from 1.22.1 include:

Fixed PipeWire version check.
Fixed building with PipeWire versions before 0.3.33.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 3 16:01:00 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

openal-soft: update to 1.22.1.

openal-soft-1.22.1:

    Fixed CoreAudio capture.

    Fixed air absorption strength.

    Fixed handling 5.1 devices on Windows that use Rear channels instead of
    Side channels.

    Fixed some compilation issues on MinGW.

    Fixed ALSA not being used on some systems without PipeWire and PulseAudio.

    Fixed OpenSL capturing noise.

    Fixed Oboe capture failing with some buffer sizes.

    Added checks for the runtime PipeWire version. The same or newer version
    than is used for building will be needed at runtime for the backend to
    work.

    Separated 3D7.1 into its own speaker configuration.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jul 2 16:53:07 2022 UTC (21 months, 2 weeks ago) by ryoon
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

*: Recursive revbump from audio/pulseaudio

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 5 13:49:07 2022 UTC (23 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

openal-soft: Fix build. Disale sysutils/dbus dependency explicitly

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 4 16:31:30 2022 UTC (23 months, 2 weeks ago) by tnn
Branch: MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (colored)

openal-soft: fix some fallout

- remove -Wall (-Winline max-inline-insns-single fails)
- set -DALSOFT_UTILS=ON explictly
- disable libsndfile check with a patch
  If CMake finds libsndfile it tries (and fails) to build some examples
  which do not get installed anyway.

Revision 1.24 / (download) - annotate - [select for diffs], Wed May 4 06:53:06 2022 UTC (23 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

openal-soft: update to 1.22.0.

openal-soft-1.22.0:

    Implemented the ALC_SOFT_reopen_device extension. This allows for moving
    devices to different outputs without losing object state.

    Implemented the ALC_SOFT_output_mode extension.

    Implemented the AL_SOFT_callback_buffer extension.

    Implemented the AL_SOFT_UHJ extension. This supports native UHJ buffer
    formats and Super Stereo processing.

    Implemented the legacy EAX extensions. Enabled by default only on Windows.

    Improved sound positioning stability when a source is near the listener.

    Improved the default 5.1 output decoder.

    Improved the high frequency response for the HRTF second-order ambisonic
    decoder.

    Improved SoundIO capture behavior.

    Fixed UHJ output on NEON-capable CPUs.

    Fixed redundant effect updates when setting an effect property to the
    current value.

    Fixed WASAPI capture using really low sample rates, and sources with very
    high pitch shifts when using a bsinc resampler.

    Added a PipeWire backend.

    Added enumeration for the JACK and CoreAudio backends.

    Added optional support for RTKit to get real-time priority. Only used as a
    backup when pthread_setschedparam fails.

    Added an option for JACK playback to render directly in the real-time
    processing callback. For lower playback latency, on by default.

    Added an option for custom JACK devices.

    Added utilities to encode and decode UHJ audio files. Files are decoded to
    the .amb format, and are encoded from libsndfile-compatible formats.

    Added an in-progress extension to hold sources in a playing state when a
    device disconnects. Allows devices to be reset or reopened and have sources
    resume from where they left off.

    Lowered the priority of the JACK backend. To avoid it getting picked when
    PipeWire is providing JACK compatibility, since the JACK backend is less
    robust with auto-configuration.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 28 10:43:37 2022 UTC (2 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

a*/*: revbump(1) for libsndfile

Revision 1.22 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:18 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

revbump for icu and libffi

Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 8 21:04:57 2021 UTC (2 years, 7 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Recursive revbump for audio/jack

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 30 12:26:40 2021 UTC (2 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

*: Recursive revbump from audio/pulseaudio-15.0

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 21 20:05:17 2021 UTC (3 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.18: +11 -12 lines
Diff to previous 1.18 (colored)

openal-soft: updated to 1.21.1

openal-soft-1.21.1:

Improved alext.h's detection of standard types.

Improved slightly the local source position when the listener and source
are near each other.

Improved click/pop prevention for sounds that stop prematurely.

Fixed compilation for Windows ARM targets with MSVC.

Fixed ARM NEON detection on Windows.

Fixed CoreAudio capture when the requested sample rate doesn't match the
system configuration.

Fixed OpenSL capture desyncing from the internal capture buffer.

Fixed sources missing a batch update when applied after quickly restarting
the source.

Fixed missing source stop events when stopping a paused source.

Added capture support to the experimental Oboe backend.


openal-soft-1.21.0:

Updated library codebase to C++14.

Implemented the AL_SOFT_effect_target extension.

Implemented the AL_SOFT_events extension.

Implemented the ALC_SOFT_loopback_bformat extension.

Improved memory use for mixing voices.

Improved detection of NEON capabilities.

Improved handling of PulseAudio devices that lack manual start control.

Improved mixing performance with PulseAudio.

Improved high-frequency scaling quality for the HRTF B-Format decoder.

Improved makemhr's HRIR delay calculation.

Improved WASAPI capture of mono formats with multichannel input.

Reimplemented the modulation stage for reverb.

Enabled real-time mixing priority by default, for backends that use the
setting. It can still be disabled in the config file.

Enabled dual-band processing for the built-in quad and 7.1 output decoders.

Fixed a potential crash when deleting an effect slot immediately after the
last source using it stops.

Fixed building with the static runtime on MSVC.

Fixed using source stereo angles outside of -pi...+pi.

Fixed the buffer processed event count for sources that start with empty
buffers.

Fixed trying to open an unopenable WASAPI device causing all devices to
stop working.

Fixed stale devices when re-enumerating WASAPI devices.

Fixed using unicode paths with the log file on Windows.

Fixed DirectSound capture reporting bad sample counts or erroring when
reading samples.

Added an in-progress extension for a callback-driven buffer type.

Added an in-progress extension for higher-order B-Format buffers.

Added an in-progress extension for convolution reverb.

Added an experimental Oboe backend for Android playback. This requires the
Oboe sources at build time, so that it's built as a static library included
in libopenal.

Added an option for auto-connecting JACK ports.

Added greater-than-stereo support to the SoundIO backend.

Modified the mixer to be fully asynchronous with the external API, and
should now be real-time safe. Although alcRenderSamplesSOFT is not due to
locking to check the device handle validity.

Modified the UHJ encoder to use an all-pass FIR filter that's less harmful
to non-filtered signal phase.

Converted examples from SDL_sound to libsndfile. To avoid issues when
combining SDL2 and SDL_sound.

Worked around a 32-bit GCC/MinGW bug with TLS destructors. See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83562

Reduced the maximum number of source sends from 16 to 6.

Removed the QSA backend. It's been broken for who knows how long.

Got rid of the compile-time native-tools targets, using cmake and global
initialization instead. This should make cross-compiling less troublesome.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 7 06:30:14 2021 UTC (3 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

*: Recursive revbump from audio/pulseaudio-14.2.nb1

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 1 09:52:17 2021 UTC (3 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

*: Recursive revbump from audio/pulseaudio-14.0

Revision 1.16 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:38 2020 UTC (3 years, 8 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

*: revbump for libsndfile

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 28 18:00:47 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

openal-soft: Requires gcc5 according to its authors

Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 8 16:48:48 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

*: recursive bump for libffi

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 25 14:58:13 2020 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.12: +5 -3 lines
Diff to previous 1.12 (colored)

openal-soft: Update to 1.20.1

openal-soft-1.20.1:

    Implemented the AL_SOFT_direct_channels_remix extension. This extends
    AL_DIRECT_CHANNELS_SOFT to optionally remix input channels that don't have
    a matching output channel.

    Implemented the AL_SOFT_bformat_ex extension. This extends B-Format buffer
    support for N3D or SN3D scaling, or ACN channel ordering.

    Fixed a potential voice leak when a source is started and stopped or
    restarted in quick succession.

    Fixed a potential device reset failure with JACK.

    Improved handling of unsupported channel configurations with WASAPI. Such
    setups will now try to output at least a stereo mix.

    Improved clarity a bit for the HRTF second-order ambisonic decoder.

    Improved detection of compatible layouts for SOFA files in makemhr and
    sofa-info.

    Added the ability to resample HRTFs on load. MHR files no longer need to
    match the device sample rate to be usable.

    Added an option to limit the HRTF's filter length.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 30 13:40:29 2019 UTC (4 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.11: +29 -33 lines
Diff to previous 1.11 (colored)

openal-soft: Update to 1.20.0

pkgsrc changes:

- Support more audio backends.

openal-soft-1.20.0:

    Converted the library codebase to C++11. A lot of hacks and custom
    structures have been replaced with standard or cleaner implementations.

    Partially implemented the Vocal Morpher effect.

    Fixed the bsinc SSE resamplers on non-GCC compilers.

    Fixed OpenSL capture.

    Fixed support for extended capture formats with OpenSL.

    Fixed handling of WASAPI not reporting a default device.

    Fixed performance problems relating to semaphores on macOS.

    Modified the bsinc12 resampler's transition band to better avoid aliasing
    noise.

    Modified alcResetDeviceSOFT to attempt recovery of disconnected devices.

    Modified the virtual speaker layout for HRTF B-Format decoding.

    Modified the PulseAudio backend to use a custom processing loop.

    Renamed the makehrtf utility to makemhr.

    Improved the efficiency of the bsinc resamplers when up-sampling.

    Improved the quality of the bsinc resamplers slightly.

    Improved the efficiency of the HRTF filters.

    Improved the HRTF B-Format decoder coefficient generation.

    Improved reverb feedback fading to be more consistent with pan fading.

    Improved handling of sources that end prematurely, avoiding loud clicks.

    Improved the performance of some reverb processing loops.

    Added fast_bsinc12 and 24 resamplers that improve efficiency at the cost of
    some quality. Notably, down-sampling has less smooth pitch ramping.

    Added support for SOFA input files with makemhr.

    Added a build option to use pre-built native tools. For cross-compiling,
    use with caution and ensure the native tools' binaries are kept up-to-date.

    Added an adjust-latency config option for the PulseAudio backend.

    Added basic support for multi-field HRTFs.

    Added an option for mixing first- or second-order B-Format with HRTF
    output. This can improve HRTF performance given a number of sources.

    Added an RC file for proper DLL version information.

    Disabled some old KDE workarounds by default. Specifically, PulseAudio
    streams can now be moved (KDE may try to move them after opening).

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 2 21:09:15 2019 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

audio: align variable assignments and directives

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 8 21:18:43 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Use https for kcat.strangesoft.net

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 1 12:42:57 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

openal-soft: Update COMMENT and DESCR.

This isn't really an 'alternative' any more, it's the implementation
preferred by most vendors.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 25 14:20:37 2019 UTC (5 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

openal-soft: update to 1.19.1.

openal-soft-1.19.1:

    Implemented capture support for the SoundIO backend.

    Fixed source buffer queues potentially not playing properly when a queue
    entry completes.

    Fixed possible unexpected failures when generating auxiliary effect slots.

    Fixed a crash with certain reverb or device settings.

    Fixed OpenSL capture.

    Improved output limiter response, better ensuring the sample amplitude is
    clamped for output.

openal-soft-1.19.0:

    Implemented the ALC_SOFT_device_clock extension.

    Implemented the Pitch Shifter, Frequency Shifter, and Autowah effects.

    Fixed compiling on FreeBSD systems that use freebsd-lib 9.1.

    Fixed compiling on NetBSD.

    Fixed the reverb effect's density scale and panning parameters.

    Fixed use of the WASAPI backend with certain games, which caused odd COM
    initialization errors.

    Increased the number of virtual channels for decoding Ambisonics to HRTF
    output.

    Changed 32-bit x86 builds to use SSE2 math by default for performance.
    Build-time options are available to use just SSE1 or x87 instead.

    Replaced the 4-point Sinc resampler with a more efficient cubic resampler.

    Renamed the MMDevAPI backend to WASAPI.

    Added support for 24-bit, dual-ear HRTF data sets. The built-in data set
    has been updated to 24-bit.

    Added a 24- to 48-point band-limited Sinc resampler.

    Added an SDL2 playback backend. Disabled by default to avoid a dependency
    on SDL2.

    Improved the performance and quality of the Chorus and Flanger effects.

    Improved the efficiency of the band-limited Sinc resampler.

    Improved the Sinc resampler's transition band to avoid over-attenuating
    higher frequencies.

    Improved the performance of some filter operations.

    Improved the efficiency of object ID lookups.

    Improved the efficienty of internal voice/source synchronization.

    Improved AL call error logging with contextualized messages.

    Removed the reverb effect's modulation stage. Due to the lack of reference
    for its intended behavior and strength.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 2 15:13:44 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.6: +2 -6 lines
Diff to previous 1.6 (colored)

openal-soft: update to 1.18.2.

openal-soft-1.18.2:

    Fixed resetting the FPU rounding mode after certain function calls on
    Windows.

    Fixed use of SSE intrinsics when building with Clang on Windows.

    Fixed a crash with the JACK backend when using JACK1.

    Fixed use of pthread_setnane_np on NetBSD.

    Fixed building on FreeBSD with an older freebsd-lib.

    OSS now links with libossaudio if found at build time (for NetBSD).

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 16 09:36:48 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

openal-soft: Improve HOMEPAGE

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 13 08:08:22 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

openal-soft: update to 1.18.1.

openal-soft-1.18.1:

    Fixed an issue where resuming a source might not restart playing it.

    Fixed PulseAudio playback when the configured stream length is much less
    than the requested length.

    Fixed MMDevAPI capture with sample rates not matching the backing device.

    Fixed int32 output for the Wave Writer.

    Fixed enumeration of OSS devices that are missing device files.

    Added correct retrieval of the executable's path on FreeBSD.

    Added a config option to specify the dithering depth.

    Added a 5.1 decoder preset that excludes front-center output.

openal-soft-1.18.0:

    Implemented the AL_EXT_STEREO_ANGLES and AL_EXT_SOURCE_RADIUS extensions.

    Implemented the AL_SOFT_gain_clamp_ex, AL_SOFT_source_resampler,
    AL_SOFT_source_spatialize, and ALC_SOFT_output_limiter extensions.

    Implemented 3D processing for some effects. Currently implemented for
    Reverb, Compressor, Equalizer, and Ring Modulator.

    Implemented 2-channel UHJ output encoding. This needs to be enabled with a
    config option to be used.

    Implemented dual-band processing for high-quality ambisonic decoding.

    Implemented distance-compensation for surround sound output.

    Implemented near-field emulation and compensation with ambisonic rendering.
    Currently only applies when using the high-quality ambisonic decoder or
    ambisonic output, with appropriate config options.

    Implemented an output limiter to reduce the amount of distortion from
    clipping.

    Implemented dithering for 8-bit and 16-bit output.

    Implemented a config option to select a preferred HRTF.

    Implemented a run-time check for NEON extensions using /proc/cpuinfo.

    Implemented experimental capture support for the OpenSL backend.

    Fixed building on compilers with NEON support but don't default to having
    NEON enabled.

    Fixed support for JACK on Windows.

    Fixed starting a source while alcSuspendContext is in effect.

    Fixed detection of headsets as headphones, with MMDevAPI.

    Added support for AmbDec config files, for custom ambisonic decoder
    configurations. Version 3 files only.

    Added backend-specific options to alsoft-config.

    Added first-, second-, and third-order ambisonic output formats. Currently
    only works with backends that don't rely on channel labels, like JACK,
    ALSA, and OSS.

    Added a build option to embed the default HRTFs into the lib.

    Added AmbDec presets to enable high-quality ambisonic decoding.

    Added an AmbDec preset for 3D7.1 speaker setups.

    Added documentation regarding Ambisonics, 3D7.1, AmbDec config files, and
    the provided ambdec presets.

    Added the ability for MMDevAPI to open devices given a Device ID or GUID
    string.

    Added an option to the example apps to open a specific device.

    Increased the maximum auxiliary send limit to 16 (up from 4). Requires
    requesting them with the ALC_MAX_AUXILIARY_SENDS context creation
    attribute.

    Increased the default auxiliary effect slot count to 64 (up from 4).

    Reduced the default period count to 3 (down from 4).

    Slightly improved automatic naming for enumerated HRTFs.

    Improved B-Format decoding with HRTF output.

    Improved internal property handling for better batching behavior.

    Improved performance of certain filter uses.

    Removed support for the AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_data
    extensions. Due to conflicts with AL_EXT_SOURCE_RADIUS.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 6 20:58:39 2017 UTC (6 years, 8 months ago) by markd
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Be explicit in not trying to build config utility

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 25 15:28:27 2016 UTC (7 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +7 -2 lines
Diff to previous 1.2 (colored)

Don't enable OSS if unsupported.  Fixes Darwin at least.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 19 08:44:45 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

SunOS needs -D__EXTENSIONS__ for nanosleep().

Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 8 01:53:48 2016 UTC (8 years, 2 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1

Import openal-soft 1.17.2 from wip

Alternative OpenAL audio library.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>