pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/openal-soft



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 23 09:13:19 UTC 2023

Modified Files:
        pkgsrc/audio/openal-soft: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/openal-soft/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/openal-soft/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/openal-soft/Makefile
diff -u pkgsrc/audio/openal-soft/Makefile:1.33 pkgsrc/audio/openal-soft/Makefile:1.34
--- pkgsrc/audio/openal-soft/Makefile:1.33      Mon Feb 20 12:23:44 2023
+++ pkgsrc/audio/openal-soft/Makefile   Sun Apr 23 09:13:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/02/20 12:23:44 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/04/23 09:13:19 wiz Exp $
 
-DISTNAME=      openal-soft-1.23.0
+DISTNAME=      openal-soft-1.23.1
 CATEGORIES=    audio
 MASTER_SITES=  https://openal-soft.org/openal-releases/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/audio/openal-soft/distinfo
diff -u pkgsrc/audio/openal-soft/distinfo:1.17 pkgsrc/audio/openal-soft/distinfo:1.18
--- pkgsrc/audio/openal-soft/distinfo:1.17      Thu Feb 16 15:15:55 2023
+++ pkgsrc/audio/openal-soft/distinfo   Sun Apr 23 09:13:19 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2023/02/16 15:15:55 wiz Exp $
+$NetBSD: distinfo,v 1.18 2023/04/23 09:13:19 wiz Exp $
 
-BLAKE2s (openal-soft-1.23.0.tar.bz2) = b43f3a968a415e2aeaacb950165bb06036acccdd4355a82b3aef0060684b2942
-SHA512 (openal-soft-1.23.0.tar.bz2) = 5c10ccd3cf0c05b9331f9b0da8913a9ffd0f9fc4464192b4b6a12ee1ddaab123ae5a719ead837f7701b129d7faecec1aaf91aabc4c58ee10932c9d716d128071
-Size (openal-soft-1.23.0.tar.bz2) = 692978 bytes
+BLAKE2s (openal-soft-1.23.1.tar.bz2) = da179b66de6bfa924ab61e4f05b9f7153ab078b850929b4a5b5f16119e3708f7
+SHA512 (openal-soft-1.23.1.tar.bz2) = 0d40577cd27040dc8814c15bacc310a0ce1c98e084f0a37db9f66899265df42ea61ac672efba7445e495849c25b9ba5b086f43320a38965f6ee74081b2896819
+Size (openal-soft-1.23.1.tar.bz2) = 699330 bytes
 SHA1 (patch-CMakeLists.txt) = 7ad92c7175b7888c1954daf413eef2db3aeef583
 SHA1 (patch-alc_alconfig.cpp) = 0539016dadf1827e5a86700c2db5a96479a8b70d
 SHA1 (patch-alc_backends_alsa.cpp) = 3ee7f86e544d9b33ccbe9422eb87b9540623053a



Home | Main Index | Thread Index | Old Index