Received: by mail.netbsd.org (Postfix, from userid 605) id 75F0E85208; Wed, 4 May 2022 06:53:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A312E84D31 for ; Wed, 4 May 2022 06:53:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4gs6NSFT_b2i for ; Wed, 4 May 2022 06:53:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B355584D28 for ; Wed, 4 May 2022 06:53:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD2F6FB1A; Wed, 4 May 2022 06:53:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165164718618480" MIME-Version: 1.0 Date: Wed, 4 May 2022 06:53:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/openal-soft To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220504065306.AD2F6FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165164718618480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 4 06:53:06 UTC 2022 Modified Files: pkgsrc/audio/openal-soft: Makefile PLIST distinfo Removed Files: pkgsrc/audio/openal-soft/patches: patch-utils_makemhr_loadsofa.cpp Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/openal-soft/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/openal-soft/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/openal-soft/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/openal-soft/patches/patch-utils_makemhr_loadsofa.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165164718618480 Content-Disposition: inline Content-Length: 2994 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/openal-soft/Makefile diff -u pkgsrc/audio/openal-soft/Makefile:1.23 pkgsrc/audio/openal-soft/Makefile:1.24 --- pkgsrc/audio/openal-soft/Makefile:1.23 Mon Mar 28 10:43:37 2022 +++ pkgsrc/audio/openal-soft/Makefile Wed May 4 06:53:06 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/03/28 10:43:37 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/04 06:53:06 wiz Exp $ -DISTNAME= openal-soft-1.21.1 -PKGREVISION= 4 +DISTNAME= openal-soft-1.22.0 CATEGORIES= audio MASTER_SITES= https://openal-soft.org/openal-releases/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/audio/openal-soft/PLIST diff -u pkgsrc/audio/openal-soft/PLIST:1.6 pkgsrc/audio/openal-soft/PLIST:1.7 --- pkgsrc/audio/openal-soft/PLIST:1.6 Sun Mar 21 20:05:17 2021 +++ pkgsrc/audio/openal-soft/PLIST Wed May 4 06:53:06 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/03/21 20:05:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/04 06:53:06 wiz Exp $ bin/makemhr bin/openal-info include/AL/al.h @@ -7,11 +7,12 @@ include/AL/alext.h include/AL/efx-creative.h include/AL/efx-presets.h include/AL/efx.h -lib/cmake/OpenAL/OpenALConfig-relwithdebinfo.cmake lib/cmake/OpenAL/OpenALConfig.cmake +lib/cmake/OpenAL/OpenALTargets-relwithdebinfo.cmake +lib/cmake/OpenAL/OpenALTargets.cmake lib/libopenal.so -lib/libopenal.so.${PKGVERSION} lib/libopenal.so.1 +lib/libopenal.so.${PKGVERSION} lib/pkgconfig/openal.pc share/openal/alsoftrc.sample share/openal/hrtf/Default HRTF.mhr Index: pkgsrc/audio/openal-soft/distinfo diff -u pkgsrc/audio/openal-soft/distinfo:1.11 pkgsrc/audio/openal-soft/distinfo:1.12 --- pkgsrc/audio/openal-soft/distinfo:1.11 Tue Oct 26 09:59:19 2021 +++ pkgsrc/audio/openal-soft/distinfo Wed May 4 06:53:06 2022 @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 09:59:19 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/05/04 06:53:06 wiz Exp $ -BLAKE2s (openal-soft-1.21.1.tar.bz2) = 021fc93ac926531a947a1e0a2ee9aa341cf809a6b6ff35664d9b82817cfcb694 -SHA512 (openal-soft-1.21.1.tar.bz2) = 420eec18149a9b784daaabe8a2865de3b87d5550cf2e8e06569464d0b5ba6e51d904c18f1461af08676bf8c8b76ef270e860008d79545a5f85131299e89bffd4 -Size (openal-soft-1.21.1.tar.bz2) = 524787 bytes +BLAKE2s (openal-soft-1.22.0.tar.bz2) = 3c0deba1498ec857a3f0bbca856723796caf356db40af4ea55a9cbd72b81a727 +SHA512 (openal-soft-1.22.0.tar.bz2) = 1e3df371d126e19e369dd01e3c5e95d6a32b664adf54ee37836d51ca7bc829f275d945388d8a40a3ac92c1151380bd68bbab4f8a08f59ea67dd1bd9b9a1d0cbd +Size (openal-soft-1.22.0.tar.bz2) = 606420 bytes SHA1 (patch-CMakeLists.txt) = 5469748347d548838b8e4650e1ecbabacae1f30a SHA1 (patch-alc_alconfig.cpp) = 0539016dadf1827e5a86700c2db5a96479a8b70d SHA1 (patch-alc_backends_alsa.cpp) = 3ee7f86e544d9b33ccbe9422eb87b9540623053a SHA1 (patch-alc_backends_solaris.cpp) = 62e7a5bddb5c4ed7f7e4c4889b2234dd778be960 SHA1 (patch-include_AL_al.h) = 5545de5f606320b64ddd713569c9a86c8552eb46 -SHA1 (patch-utils_makemhr_loadsofa.cpp) = 907727c5e4a93b879bc840663b51a6bae2bb1230 --_----------=_165164718618480--