Date: Sun, 4 Oct 2020 09:57:52 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551372 - head/audio/faudio Message-ID: <202010040957.0949vqne093290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Oct 4 09:57:52 2020 New Revision: 551372 URL: https://svnweb.freebsd.org/changeset/ports/551372 Log: audio/faudio: update to 20.10 New Features: * XACT: * Add support for WAVESTOP notifications * Add support for engines without settings files (or empty settings files) Fixes: * Add power-of-two quantum fallback paths for *BSD and Emscripten * Return a unique error code for audio engines with a bad platform ID * Fix a deadlock in Wolfenstein: The Old Blood related to callbacks * Fix a crash for streaming WaveBanks when calling Destroy * stb_vorbis: Handle malloc(0) calls Modified: head/audio/faudio/Makefile head/audio/faudio/distinfo Modified: head/audio/faudio/Makefile ============================================================================== --- head/audio/faudio/Makefile Sun Oct 4 09:44:44 2020 (r551371) +++ head/audio/faudio/Makefile Sun Oct 4 09:57:52 2020 (r551372) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= FAudio -DISTVERSION= 20.09 +DISTVERSION= 20.10 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org Modified: head/audio/faudio/distinfo ============================================================================== --- head/audio/faudio/distinfo Sun Oct 4 09:44:44 2020 (r551371) +++ head/audio/faudio/distinfo Sun Oct 4 09:57:52 2020 (r551372) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599048549 -SHA256 (FNA-XNA-FAudio-20.09_GH0.tar.gz) = 375d12ba57f507b95e030926fd08308029b38af883d0524583a2d5d8fe65168b -SIZE (FNA-XNA-FAudio-20.09_GH0.tar.gz) = 1133191 +TIMESTAMP = 1601804715 +SHA256 (FNA-XNA-FAudio-20.10_GH0.tar.gz) = 5db56e58ca3f8eb6d10f01970f122798ebb366dd1b4d7561f65d05f815cef3b3 +SIZE (FNA-XNA-FAudio-20.10_GH0.tar.gz) = 1133640
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010040957.0949vqne093290>