svn commit: r551372 - head/audio/faudio
Tobias C. Berner
tcberner at FreeBSD.org
Sun Oct 4 09:57:53 UTC 2020
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 at 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
More information about the svn-ports-head
mailing list