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 Jul  3 16:01:00 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/openal-soft/Makefile
cvs rdiff -u -r1.14 -r1.15 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.27 pkgsrc/audio/openal-soft/Makefile:1.28
--- pkgsrc/audio/openal-soft/Makefile:1.27      Sat Jul  2 16:53:07 2022
+++ pkgsrc/audio/openal-soft/Makefile   Sun Jul  3 16:01:00 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/07/02 16:53:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2022/07/03 16:01:00 wiz Exp $
 
-DISTNAME=      openal-soft-1.22.0
-PKGREVISION=   1
+DISTNAME=      openal-soft-1.22.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.14 pkgsrc/audio/openal-soft/distinfo:1.15
--- pkgsrc/audio/openal-soft/distinfo:1.14      Wed May  4 17:23:35 2022
+++ pkgsrc/audio/openal-soft/distinfo   Sun Jul  3 16:01:00 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2022/05/04 17:23:35 tnn Exp $
+$NetBSD: distinfo,v 1.15 2022/07/03 16:01:00 wiz Exp $
 
-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
+BLAKE2s (openal-soft-1.22.1.tar.bz2) = b8e85da075130bd358ee45ed4c7eed3c30d2c419ceca3042421d5d7ebbcfdc12
+SHA512 (openal-soft-1.22.1.tar.bz2) = 1685890c358319a74a9fd1bd0333354d13194287697aa63d149323b98fc56837d574d7c74d2f54e0fdf5671c6effe5909fec54060e471a294d14dc82ba1dc38a
+Size (openal-soft-1.22.1.tar.bz2) = 606062 bytes
 SHA1 (patch-CMakeLists.txt) = 906d46ec5a71dc93a05a94985568b22ab67e60a2
 SHA1 (patch-alc_alconfig.cpp) = 0539016dadf1827e5a86700c2db5a96479a8b70d
 SHA1 (patch-alc_backends_alsa.cpp) = 3ee7f86e544d9b33ccbe9422eb87b9540623053a



Home | Main Index | Thread Index | Old Index